PR c++/84045 - ICE with typedef and noexcept.
authorJason Merrill <jason@redhat.com>
Thu, 15 Feb 2018 22:01:33 +0000 (17:01 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 15 Feb 2018 22:01:33 +0000 (17:01 -0500)
commitdd39c7d1cbdd55657b7ef773f6fa743dcc328670
tree94dfb136fe2661f4ce4b54e2db0e656b27b34abf
parentf3ad8745b0559b3abc4253dbc3a659295b142379
PR c++/84045 - ICE with typedef and noexcept.

* except.c (build_noexcept_spec): Use strip_typedefs_expr.

From-SVN: r257713
gcc/cp/ChangeLog
gcc/cp/except.c
gcc/testsuite/g++.dg/cpp0x/noexcept32.C [new file with mode: 0644]