[Bug c++/93901] [10 Regression] noexcept specifier on ctor does not work with constexpr variable or expression since r10-4394

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 26 19:15:00 GMT 2020


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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
It is the
* pt.c (maybe_instantiate_noexcept): Only update clones if we
instantiated.
part of that commit that breaks this, but I'm afraid I have no idea why.


More information about the Gcc-bugs mailing list