PR c++/77369 - wrong noexcept handling in C++14 and below
commite176a9459c104f84e7a1be70a8c21402e330b4a2
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Oct 2017 19:06:37 +0000 (23 19:06 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Oct 2017 19:06:37 +0000 (23 19:06 +0000)
treed13759d2a3934d2bd328ea9ef4273a5ac58e9f73
parent0c3d6318825778641d9a3718d9ca77d4ccab097b
PR c++/77369 - wrong noexcept handling in C++14 and below

* tree.c (strip_typedefs): Canonicalize TYPE_RAISES_EXCEPTIONS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254022 138bc75d-0d04-0410-961f-82ee72b054a4
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