https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84045
--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Thu Feb 15 22:01:33 2018 New Revision: 257713 URL: https://gcc.gnu.org/viewcvs?rev=257713&root=gcc&view=rev Log: PR c++/84045 - ICE with typedef and noexcept. * except.c (build_noexcept_spec): Use strip_typedefs_expr. Added: trunk/gcc/testsuite/g++.dg/cpp0x/noexcept32.C Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/except.c