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++/78690] [7 Regression] ICE in cxx_incomplete_type_diagnostic, at cp/typeck2.c:552


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

--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Feb 17 20:28:38 2017
New Revision: 245549

URL: https://gcc.gnu.org/viewcvs?rev=245549&root=gcc&view=rev
Log:
        PR c++/78690 - ICE with using and global type with same name

        * pt.c (type_dependent_object_expression_p): True for
        IDENTIFIER_NODE.

Added:
    trunk/gcc/testsuite/g++.dg/template/dependent-scope1.C
Modified:
    trunk/gcc/cp/ChangeLog
    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]