From: Alexandre Oliva Date: Tue, 13 Jul 1999 02:37:16 +0000 (+0000) Subject: * partspec1.C: New test. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9585b77545eb59a005b60301cc86ebc4697f99fe;p=platform%2Fupstream%2Fgcc.git * partspec1.C: New test. From-SVN: r28081 --- diff --git a/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog b/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog index 8cf06bf..19d6035 100644 --- a/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog +++ b/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog @@ -1,3 +1,7 @@ +1999-07-13 Alexandre Oliva + + * partspec1.C: New test. + 1999-07-05 Alexandre Oliva * typename1.C, typename2.C: New tests. diff --git a/gcc/testsuite/g++.old-deja/g++.oliva/partspec1.C b/gcc/testsuite/g++.old-deja/g++.oliva/partspec1.C new file mode 100644 index 0000000..00942c0 --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.oliva/partspec1.C @@ -0,0 +1,20 @@ +// Build don't link: + +// Copyright (C) 1999 Free Software Foundation + +// by Alexandre Oliva +// simplified from bug report by Andrey Slepuhin + +template struct X; + +int a; + +template +struct X {}; // gets bogus error - candidate - XFAIL *-*-* + +int b; + +template +struct X {}; // gets bogus error - candidate - XFAIL *-*-* + +X x; // gets bogus error - ambiguous - XFAIL *-*-*