aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@dcc.unicamp.br>1998-12-09 00:33:42 +0000
committerAlexandre Oliva <oliva@gcc.gnu.org>1998-12-09 00:33:42 +0000
commit2d8bf6c3c516262d9010ea08a4e52b6d2b02f558 (patch)
tree406543780919bf11422f7db67c5f2de41781060d
parent7a3c92a5968ea274e16e23a4eaa56a62ae94839f (diff)
downloadgcc-2d8bf6c3c516262d9010ea08a4e52b6d2b02f558.zip
gcc-2d8bf6c3c516262d9010ea08a4e52b6d2b02f558.tar.gz
gcc-2d8bf6c3c516262d9010ea08a4e52b6d2b02f558.tar.bz2
* g++.old-deja/g++.pt/instantiate6.C: linker error, not crash
From-SVN: r24200
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 28f01c9..ef7df6d 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+1998-12-09 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * g++.old-deja/g++.pt/instantiate6.C: linker error, not crash
+
Tue Dec 8 22:50:04 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* gcc.special/930510-1.c: Make C9X safe.
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C b/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C
index e896ed3..c0577de 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>
-// excess errors test - XFAIL *-*-*
+// causes linker error - XFAIL *-*-*
template <class T>
class foo{