[Bug middle-end/71065] Missing diagnostic for statements between OpenMP 'target' and 'teams'
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Aug 19 13:15:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71065
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
This can't be diagnosed in the middle-end, that is too late and at that point
there could be in between the two e.g. declarations and expressions from the
teams construct clause expressions, or from gimplification thereof etc.
More information about the Gcc-bugs
mailing list