PR c++/78690 - ICE with using and global type with same name
authorJason Merrill <jason@redhat.com>
Fri, 17 Feb 2017 20:28:38 +0000 (15:28 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 17 Feb 2017 20:28:38 +0000 (15:28 -0500)
commit7c5867495bbfce161cd0461b002f626f9339b78f
tree944e3f2408dbdc26f8b77dfd24a0e1f5230b31b5
parenta530e1816779c1c8d4fe5ddaeb5cc313f2136152
PR c++/78690 - ICE with using and global type with same name

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

From-SVN: r245549
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/template/dependent-scope1.C [new file with mode: 0644]