* pt.c (dependent_scope_ref_p): Remove.
commite67b8324af5ff08a8c7567383d34b276d78e1ceb
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Jun 2010 19:29:14 +0000 (29 19:29 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Jun 2010 19:29:14 +0000 (29 19:29 +0000)
tree1cee90d7adcb1a68d03b6523fff76da550dcac0e
parent71e13640c689c89eb6d385204aa05ebf2fd0731f
* pt.c (dependent_scope_ref_p): Remove.
(value_dependent_expression_p): Don't call it.
(type_dependent_expression_p): Here either.
* init.c (build_offset_ref): Set TREE_TYPE on a qualified-id
if the scope isn't dependent.

* pt.c (convert_nontype_argument): Use mark_lvalue_use if we want
a reference.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161560 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/init.c
gcc/cp/pt.c