Re: [Patch, Fortran] Reject OpenMP parallelization for DO CONCURRENT

2014-05-12 Thread Jakub Jelinek
On Sun, May 11, 2014 at 08:28:12PM +0200, Tobias Burnus wrote: > While it would be nice to support "!$OMP do" for "do concurrent" > loops, the OpenMP spec does not support it, yet. (Syntactically, it > is a not a that simple feature as do concurrent can optionally have > a MASK=, which has to be ev

[Patch, Fortran] Reject OpenMP parallelization for DO CONCURRENT

2014-05-11 Thread Tobias Burnus
While it would be nice to support "!$OMP do" for "do concurrent" loops, the OpenMP spec does not support it, yet. (Syntactically, it is a not a that simple feature as do concurrent can optionally have a MASK=, which has to be evaluated before the loop.) Thus, this patch avoids an ICE by simply