]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/parser.c
re PR c++/10749 (triple nested template classes in namespace need to qualify ns)
authorMark Mitchell <mark@codesourcery.com>
Fri, 20 Jun 2003 18:55:47 +0000 (18:55 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 20 Jun 2003 18:55:47 +0000 (18:55 +0000)
commit66d418e6579367dfd66dbbfe9f40314967962e45
treecbcc2ec661fb3fe235fb8ac1014fe7072ee8094e
parenta3424f5c1e409cf8d7e9c0d7372a0a223a33eade
re PR c++/10749 (triple nested template classes in namespace need to qualify ns)

PR c++/10749
* parser.c (cp_parser_class_head): See through dependent names
when parsing a class-head.

PR c++/10749
* g++.dg/template/memclass2.C: New test.

From-SVN: r68276
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/memclass2.C [new file with mode: 0644]