PR c++/78690 - ICE with using and global type with same name
commitb7204f706bcc422e4a18e2b6a9c8ca75979b716d
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Feb 2017 20:28:38 +0000 (17 20:28 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Feb 2017 20:28:38 +0000 (17 20:28 +0000)
tree944e3f2408dbdc26f8b77dfd24a0e1f5230b31b5
parent2b6cba8a9eae01293e1439929357118ffb313aaa
PR c++/78690 - ICE with using and global type with same name

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245549 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/template/dependent-scope1.C [new file with mode: 0644]