This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/80614] [7/8 Regression] Bad mangling for noexcept abominable function types


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80614

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]