From: Jason Merrill Date: Sun, 29 Nov 1998 21:00:33 +0000 (-0500) Subject: fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c4ec74e871284bb837afd29d0324f87361e32677;p=gcc.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 ff0114d1a3c..e896ed32570 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 030c51d1f81..785bc4e1a8c 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];