PR c++/84296 - ICE with qualified-id in template.
authorJason Merrill <jason@redhat.com>
Fri, 9 Feb 2018 19:10:42 +0000 (14:10 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 9 Feb 2018 19:10:42 +0000 (14:10 -0500)
commitdd2799cc2212a72a1b31828918f9bb9287ab9780
treeae21c88b70f99da0013ad2fd18c0a4282796fa0b
parent8c67920556efc5fa97c2080098c202e75b93e2a0
PR c++/84296 - ICE with qualified-id in template.

PR c++/83714
* pt.c (unknown_base_ref_p): New.
(instantiation_dependent_scope_ref_p): Use it instead of
any_dependent_bases_p.

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