[Bug middle-end/71373] Handle more OMP_CLAUSE_* in nested function decomposition

2018-11-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71373 --- Comment #11 from Jakub Jelinek --- I think we have new clauses that need handling. Perhaps we should drop the default: case, so that we get warnings/errors.

[Bug middle-end/71373] Handle more OMP_CLAUSE_* in nested function decomposition

2018-11-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71373 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #10

[Bug middle-end/71373] Handle more OMP_CLAUSE_* in nested function decomposition

2016-06-13 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71373 --- Comment #9 from Thomas Schwinge --- Author: tschwinge Date: Mon Jun 13 16:37:29 2016 New Revision: 237386 URL: https://gcc.gnu.org/viewcvs?rev=237386&root=gcc&view=rev Log: [PR middle-end/71373] Document missing OMP_CLAUSE_* in gcc/tree-nest

[Bug middle-end/71373] Handle more OMP_CLAUSE_* in nested function decomposition

2016-06-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71373 --- Comment #8 from Jakub Jelinek --- Well, if you want something that works well with wide range of GCCs, then your case OMP_CLAUSE_TILE: /* OpenACC tile clauses are discarded during gimplification, so we don't exp

[Bug middle-end/71373] Handle more OMP_CLAUSE_* in nested function decomposition

2016-06-10 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71373 Thomas Schwinge changed: What|Removed |Added Status|NEW |SUSPENDED Assignee|unassigne

[Bug middle-end/71373] Handle more OMP_CLAUSE_* in nested function decomposition

2016-06-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71373 --- Comment #6 from Jakub Jelinek --- OMP_CLAUSE_UNIFORM OMP_CLAUSE_INBRANCH OMP_CLAUSE_NOTINBRANCH The above 3 clauses are only allowed in the declare simd directive, so nothing tree-nested.c sees. OMP_CLAUSE__LOOPTEMP_ OMP_CLAUSE__SIMDUID_ T

[Bug middle-end/71373] Handle more OMP_CLAUSE_* in nested function decomposition

2016-06-10 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71373 Thomas Schwinge changed: What|Removed |Added Keywords|patch | Status|ASSIGNED

[Bug middle-end/71373] Handle more OMP_CLAUSE_* in nested function decomposition

2016-06-10 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71373 Bug 71373 depends on bug 71381, which changed state. Bug 71381 Summary: C/C++ OpenACC cache directive rejects valid syntax https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71381 What|Removed |Added -

[Bug middle-end/71373] Handle more OMP_CLAUSE_* in nested function decomposition

2016-06-10 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71373 --- Comment #4 from Thomas Schwinge --- Author: tschwinge Date: Fri Jun 10 10:12:36 2016 New Revision: 237300 URL: https://gcc.gnu.org/viewcvs?rev=237300&root=gcc&view=rev Log: [PR middle-end/71373] Handle more OMP_CLAUSE_* in nested function de

[Bug middle-end/71373] Handle more OMP_CLAUSE_* in nested function decomposition

2016-06-10 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71373 --- Comment #3 from Thomas Schwinge --- Author: tschwinge Date: Fri Jun 10 09:46:18 2016 New Revision: 237296 URL: https://gcc.gnu.org/viewcvs?rev=237296&root=gcc&view=rev Log: [PR middle-end/71373] Handle more OMP_CLAUSE_* in nested function de

[Bug middle-end/71373] Handle more OMP_CLAUSE_* in nested function decomposition

2016-06-10 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71373 --- Comment #2 from Thomas Schwinge --- Author: tschwinge Date: Fri Jun 10 09:22:51 2016 New Revision: 237291 URL: https://gcc.gnu.org/viewcvs?rev=237291&root=gcc&view=rev Log: [PR middle-end/71373] Handle more OMP_CLAUSE_* in nested function de

[Bug middle-end/71373] Handle more OMP_CLAUSE_* in nested function decomposition

2016-06-03 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71373 Thomas Schwinge changed: What|Removed |Added Keywords||patch Status|UNCONFIRMED