re PR c++/11794 (using declaration inside nested class seems ignored)
authorNathan Sidwell <nathan@codesourcery.com>
Sat, 6 Sep 2003 18:37:57 +0000 (18:37 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Sat, 6 Sep 2003 18:37:57 +0000 (18:37 +0000)
commit1f845b302a1699cd72d8e7b4a9eb47a5566c6407
tree487f31809f60bfa0aec17b50894739717ee2b336
parent082124f5c101ed67e20640ec82293f512668455b
re PR c++/11794 (using declaration inside nested class seems ignored)

cp:
PR c++/11794
* class.c (pushclass): Push dependent using decls for nested
classes of templates too.
testsuite:
PR c++/11794
* g++.dg/parse/using3.C: New test.

From-SVN: r71143
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/using3.C [new file with mode: 0644]