[Bug c++/104079] [10/11/12 Regression] internal compiler error: in nothrow_spec_p, at cp/except.c:1192
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 18 01:40:48 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104079
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=96242
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
A little more reduced:
template <bool b>
struct AT
{
static void cn() noexcept(b);
void SNFP( void *n ) noexcept(noexcept(cn()));
};
More information about the Gcc-bugs
mailing list