From: Jason Merrill Date: Sun, 29 Nov 1998 21:00:33 +0000 (-0500) Subject: fix X-Git-Tag: prereleases/libgcj-0.1~1850 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4ec74e871284bb837afd29d0324f87361e32677;p=thirdparty%2Fgcc.git fix From-SVN: r23983 --- diff --git a/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C b/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C index ff0114d1a3cd..e896ed325703 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C @@ -2,7 +2,7 @@ // Special g++ Options: -frepo // Simplified from testcase by Erez Louidor Lior -// causes linker error - XFAIl *-*-* +// excess errors test - XFAIL *-*-* template class foo{ diff --git a/gcc/testsuite/g++.old-deja/g++.pt/static6.C b/gcc/testsuite/g++.old-deja/g++.pt/static6.C index 030c51d1f811..785bc4e1a8c6 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/static6.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/static6.C @@ -2,7 +2,7 @@ // Simplified from testcase by Erez Louidor Lior -// causes linker error - XFAIL *-*-* +// excess errors test - XFAIL *-*-* template struct A { static const int l[1];