[Bug c++/87603] [C++17] noexcept isn't special cased for constant expressions anymore

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Oct 13 11:35:00 GMT 2018


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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2018-10-13
                 CC|                            |jason at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Jason, what do we want to do here?

As the change to C++17 was accidental it seems odd to treat is as a DR, so do
we want to preserve the existing behaviour for C++11 and C++14 but change it
for C++17? Or just change it for all dialects?


More information about the Gcc-bugs mailing list