PR c++/80614 - Wrong mangling for C++17 noexcept type
commitc2ca6e199d6cd80e04c17e26bb98dfb3086b6012
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jun 2017 02:28:06 +0000 (17 02:28 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jun 2017 02:28:06 +0000 (17 02:28 +0000)
treef9b7c64916947594eee50c02da78aab19cca9bf9
parent77aee073b54a58d375284d9ecb30e95b06ed72b2
PR c++/80614 - Wrong mangling for C++17 noexcept type

* mangle.c (write_type): Put the eh spec back on the function type.

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