diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1998-11-29 16:00:33 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1998-11-29 16:00:33 -0500 |
commit | c4ec74e871284bb837afd29d0324f87361e32677 (patch) | |
tree | d74fe849859f2187bee2fb217fbd83cead8e7b83 | |
parent | 7e2067caa69aad3e63ccdc9f2d12f003c7842f0a (diff) | |
download | gcc-c4ec74e871284bb837afd29d0324f87361e32677.zip gcc-c4ec74e871284bb837afd29d0324f87361e32677.tar.gz gcc-c4ec74e871284bb837afd29d0324f87361e32677.tar.bz2 |
fix
From-SVN: r23983
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.pt/static6.C | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C b/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C index ff0114d..e896ed3 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 <s3824888@techst02.technion.ac.il> -// causes linker error - XFAIl *-*-* +// excess errors test - XFAIL *-*-* template <class T> 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 030c51d..785bc4e 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 <s3824888@techst02.technion.ac.il> -// causes linker error - XFAIL *-*-* +// excess errors test - XFAIL *-*-* template <class T> struct A { static const int l[1]; |