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++/70353] [5/6 regression] ICE on __PRETTY_FUNCTION__ in a constexpr function


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

--- Comment #14 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Mon Mar 28 20:16:21 2016
New Revision: 234511

URL: https://gcc.gnu.org/viewcvs?rev=234511&root=gcc&view=rev
Log:
        PR c++/70422

        PR c++/64266
        PR c++/70353
        * decl.c, pt.c, constexpr.c: Revert last patch.

Added:
    trunk/gcc/testsuite/g++.old-deja/g++.ext/pretty4.C
Removed:
    trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-__func__2.C
    trunk/gcc/testsuite/g++.dg/ext/fnname5.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/constexpr.c
    trunk/gcc/cp/decl.c
    trunk/gcc/cp/pt.c

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