aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1998-11-29 16:00:33 -0500
committerJason Merrill <jason@gcc.gnu.org>1998-11-29 16:00:33 -0500
commitc4ec74e871284bb837afd29d0324f87361e32677 (patch)
treed74fe849859f2187bee2fb217fbd83cead8e7b83 /gcc
parent7e2067caa69aad3e63ccdc9f2d12f003c7842f0a (diff)
downloadgcc-c4ec74e871284bb837afd29d0324f87361e32677.zip
gcc-c4ec74e871284bb837afd29d0324f87361e32677.tar.gz
gcc-c4ec74e871284bb837afd29d0324f87361e32677.tar.bz2
fix
From-SVN: r23983
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C2
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/static6.C2
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];