[Bug c/42979] OpenMP #pragma omp taskwait after a label is not permitted - should fail at compile time

2015-12-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42979 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/42979] OpenMP #pragma omp taskwait after a label is not permitted - should fail at compile time

2015-11-21 Thread gang.chen.5i5j at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42979 --- Comment #3 from Chen Gang --- For "The taskwait directive may not be used in place of the statement following an if, while, do, switch, or label." if "if, while, do, switch, or label" is just flowed with a code block which let "#pragma omp t

[Bug c/42979] OpenMP #pragma omp taskwait after a label is not permitted - should fail at compile time

2015-10-28 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42979 Manuel López-Ibáñez changed: What|Removed |Added CC||felix.abecassis at gmail dot com

[Bug c/42979] OpenMP #pragma omp taskwait after a label is not permitted - should fail at compile time

2013-05-08 Thread geir at cray dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42979 Geir Johansen changed: What|Removed |Added Known to fail||4.7.3 --- Comment #1 from Geir Johansen