[Bug c++/77369] incorrect noexcept specification deduction
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Oct 23 19:07:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77369
--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Mon Oct 23 19:06:37 2017
New Revision: 254022
URL: https://gcc.gnu.org/viewcvs?rev=254022&root=gcc&view=rev
Log:
PR c++/77369 - wrong noexcept handling in C++14 and below
* tree.c (strip_typedefs): Canonicalize TYPE_RAISES_EXCEPTIONS.
Added:
trunk/gcc/testsuite/g++.dg/cpp0x/noexcept31.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/tree.c
trunk/gcc/testsuite/g++.dg/cpp1z/noexcept-type13.C
More information about the Gcc-bugs
mailing list