[Bug c++/101043] ICE in check_noexcept_r for lambda conditional noexcept via requires expression

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Oct 1 10:22:23 GMT 2021


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2021-06-14 00:00:00         |2021-10-1

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The ICE moved in GCC 11+:
<source>: In instantiation of 'void intersect(const set<T>&, const set<T>&)
[with T = int]':
<source>:19:12:   required from here
<source>:9:12: internal compiler error: in strip_typedefs_expr, at
cp/tree.c:1864


More information about the Gcc-bugs mailing list