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++/79797] [5/6/7 Regression] ICE with NSDMI, this pointer and constexpr


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

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Thu Mar  9 01:01:18 2017
New Revision: 245986

URL: https://gcc.gnu.org/viewcvs?rev=245986&root=gcc&view=rev
Log:
        PR c++/79797 - ICE with self-reference in array DMI.

        * constexpr.c (lookup_placeholder): Split out...
        (cxx_eval_constant_expression): ...from here.

Added:
    trunk/gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr7.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/constexpr.c

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