re PR c++/11507 (parser fails to recognize namespace)
authorAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 7 Sep 2003 03:43:15 +0000 (20:43 -0700)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 7 Sep 2003 03:43:15 +0000 (20:43 -0700)
commitef8f74d66da4c6034217dfe1147bb24e0193ef80
tree2ee0b0469d6f58bbe87a5a3498b2b6c216c907ce
parent9aec989f02e1af104b6c70da8ad4c494e0e81a46
re PR c++/11507 (parser fails to recognize namespace)

2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c++/11507
        * g++.dg/lookup/scoped7.C: New test.

        PR c++/9574
        * g++.dg/other/static1.C: New test.

        PR c++/11490
        * g++.dg/warn/template-1.C: New test.

        PR c++/11432
        * g++.dg/template/crash10.C: New test.

        PR c++/2478
        * g++.dg/overload/VLA.C: New test.

        PR c++/10804
        * g++.dg/template/call1.C: New test.

From-SVN: r71156
gcc/testsuite/g++.dg/lookup/scoped7.C [new file with mode: 0644]
gcc/testsuite/g++.dg/other/static1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/overload/VLA.C [new file with mode: 0644]
gcc/testsuite/g++.dg/template/call1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/template/crash10.C [new file with mode: 0644]
gcc/testsuite/g++.dg/warn/template-1.C [new file with mode: 0644]