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()));
};

Reply via email to