[Bug c/89453] Bug parsing "," operator with openmp

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Feb 22 18:31:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89453

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |jakub at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
That is not valid OpenMP, so it is perfectly fine it is rejected.
In OpenMP, you can't use arbitrary for (...) following the various loop
pragmas, they have various restrictions.


More information about the Gcc-bugs mailing list