parser.c (cp_parser_primary_expression): Preserve the form of qualified expressions...
authorMark Mitchell <mark@codesourcery.com>
Wed, 9 Jul 2003 23:06:39 +0000 (23:06 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 9 Jul 2003 23:06:39 +0000 (23:06 +0000)
commit279b84660bf493976de41fe1320690dcae3ec279
tree01da5236669d609ce81b5e86fefc7f54e6b12b70
parentbb498ea3a5c35c73f3ca3a89642637eec1c2c4a8
parser.c (cp_parser_primary_expression): Preserve the form of qualified expressions in templates...

* parser.c (cp_parser_primary_expression): Preserve the form of
qualified expressions in templates, even if they are not
dependent.
* pt.c (convert_nontype_argument): Handle non-dependent SCOPE_REFs.
(tsubst_qualified_id): Likewise.
* search.c (accessible_p): Treat everything in the body of a

From-SVN: r69160
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/cp/pt.c
gcc/cp/search.c