PR c++/84045 - ICE with typedef and noexcept.
commitacc45438e98b0308c914056dda7bcb01cee81c44
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Feb 2018 22:01:33 +0000 (15 22:01 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Feb 2018 22:01:33 +0000 (15 22:01 +0000)
tree94dfb136fe2661f4ce4b54e2db0e656b27b34abf
parent14f10e09117672cbded9e0cfd2596d0f03b10f27
PR c++/84045 - ICE with typedef and noexcept.
* except.c (build_noexcept_spec): Use strip_typedefs_expr.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@257713 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/except.c
gcc/testsuite/g++.dg/cpp0x/noexcept32.C [new file with mode: 0644]