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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Not supporting constexpr exceptions with -fno-exceptions is completely
intentional.
Various parts of the headers are guarded with #ifdef __cpp_exceptions, user
code could too, and with -fno-exceptions various parts of the IL needed even
for constexpr exception evaluation aren't emitted at all (guarded with
flag_exceptions).

Reply via email to