aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1999-02-07 10:40:03 -0500
committerJason Merrill <jason@gcc.gnu.org>1999-02-07 10:40:03 -0500
commit54281b2919bc5dd620e1d982f3f7f7873a76d3cc (patch)
tree334c158099009ff72b411efdd81edd79700a6ead
parent7766fe8e5fb5a64d770a6a42bc0da22c4de753cf (diff)
downloadgcc-54281b2919bc5dd620e1d982f3f7f7873a76d3cc.zip
gcc-54281b2919bc5dd620e1d982f3f7f7873a76d3cc.tar.gz
gcc-54281b2919bc5dd620e1d982f3f7f7873a76d3cc.tar.bz2
update
From-SVN: r25070
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/explicit73.C2
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/static3.C4
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/explicit73.C b/gcc/testsuite/g++.old-deja/g++.pt/explicit73.C
index 106f573..d913d17 100644
--- a/gcc/testsuite/g++.old-deja/g++.pt/explicit73.C
+++ b/gcc/testsuite/g++.old-deja/g++.pt/explicit73.C
@@ -12,4 +12,4 @@ namespace N {
using namespace N;
-template <> class foo<void>; // ERROR - invalid specialization - XFAIL *-*-*
+template <> class foo<void>; // ERROR - invalid specialization
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/static3.C b/gcc/testsuite/g++.old-deja/g++.pt/static3.C
index 4276c3a..724355e 100644
--- a/gcc/testsuite/g++.old-deja/g++.pt/static3.C
+++ b/gcc/testsuite/g++.old-deja/g++.pt/static3.C
@@ -1,3 +1,7 @@
+// On targets that don't support weak symbols, we require an explicit
+// instantiation of arr.
+// excess errors test - XFAIL *-*-aout *-*-coff
+
template<class T>
struct A {
static T arr[5];