This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249321 - in /trunk/gcc: cp/ChangeLog cp/mangle...
- From: jason at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 17 Jun 2017 02:28:12 -0000
- Subject: r249321 - in /trunk/gcc: cp/ChangeLog cp/mangle...
Author: jason
Date: Sat Jun 17 02:28:06 2017
New Revision: 249321
URL: https://gcc.gnu.org/viewcvs?rev=249321&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:
trunk/gcc/testsuite/g++.dg/cpp1z/noexcept-type16.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/mangle.c