[Bug c++/58706] ICE with lambda in OpenMP for-loop
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Aug 8 14:49:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58706
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
This isn't valid code, as OpenMP doesn't support C++11 and later, so in order
to stay in the well defined territory, you shouldn't use C++11 and later
constructs in OpenMP constructs.
More information about the Gcc-bugs
mailing list