https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80614
--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Sat Jun 17 02:33:28 2017 New Revision: 249327 URL: https://gcc.gnu.org/viewcvs?rev=249327&root=gcc&view=rev Log: PR c++/80614 - Wrong mangling for C++17 noexcept type * mangle.c (write_type): Put the eh spec back on the function type. Added: branches/gcc-7-branch/gcc/testsuite/g++.dg/cpp1z/noexcept-type16.C Modified: branches/gcc-7-branch/gcc/cp/ChangeLog branches/gcc-7-branch/gcc/cp/mangle.c