This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/60228] ICE using lambda in #pragma omp declare reduction


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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I would not call this valid, because OpenMP 4.0 doesn't support C++11, thus
using C++11 constructs inside of OpenMP constructs is invalid.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]