PR c++/85731 - wrong error with qualified-id in template.
commit5bdbfdb315e5958a4a4269affddb679189539770
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Jun 2018 11:27:12 +0000 (5 11:27 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Jun 2018 11:27:12 +0000 (5 11:27 +0000)
tree02d15ca6201cbea5a62728fe74ecdcfe98705b6f
parent11f5525b7905efb8b95320b2450c6135fac18cce
PR c++/85731 - wrong error with qualified-id in template.

* semantics.c (finish_qualified_id_expr): build_qualified_name
for unbound names in the current class.

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