PR c++/77369 - wrong noexcept handling in C++14 and below
authorJason Merrill <jason@redhat.com>
Mon, 23 Oct 2017 19:06:37 +0000 (15:06 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 23 Oct 2017 19:06:37 +0000 (15:06 -0400)
commit802561b2cc6cd4e4f59815f7de199026de62a650
treed13759d2a3934d2bd328ea9ef4273a5ac58e9f73
parent52c91d3aaf983110034f894a555e3ebb9c4fa3e6
PR c++/77369 - wrong noexcept handling in C++14 and below

* tree.c (strip_typedefs): Canonicalize TYPE_RAISES_EXCEPTIONS.

From-SVN: r254022
gcc/cp/ChangeLog
gcc/cp/tree.c
gcc/testsuite/g++.dg/cpp0x/noexcept31.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp1z/noexcept-type13.C