PR c++/80614 - Wrong mangling for C++17 noexcept type
authorJason Merrill <jason@redhat.com>
Sat, 17 Jun 2017 02:28:06 +0000 (22:28 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 17 Jun 2017 02:28:06 +0000 (22:28 -0400)
commitcc14602e32f0ba0b6b7628c487bfa1441c2d78f4
treef9b7c64916947594eee50c02da78aab19cca9bf9
parent3da557ec145823c3f51ff3fa7c619d0064134800
PR c++/80614 - Wrong mangling for C++17 noexcept type

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

From-SVN: r249321
gcc/cp/ChangeLog
gcc/cp/mangle.c
gcc/testsuite/g++.dg/cpp1z/noexcept-type16.C [new file with mode: 0644]