This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/58706] ICE with lambda in OpenMP for-loop
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 08 Aug 2016 14:49:44 +0000
- Subject: [Bug c++/58706] ICE with lambda in OpenMP for-loop
- Auto-submitted: auto-generated
- References: <bug-58706-4@http.gcc.gnu.org/bugzilla/>
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.