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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Started with r10-5053-gb3f44388f3bb9b42, but it ICEd with a different reason
the revision before it:

/home/marxin/Programming/gcc/libgomp/testsuite/libgomp.c++/udr-20.C:16:134:
internal compiler error: in cp_check_omp_declare_reduction, at
cp/semantics.c:5482
   #pragma omp declare reduction (x : T : omp_out += omp_in + [](){ return T
(0); }()) initializer (omp_priv = [](){ return T (0); }())

Reply via email to