update
authorJason Merrill <jason@gcc.gnu.org>
Sun, 7 Feb 1999 15:40:03 +0000 (10:40 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 7 Feb 1999 15:40:03 +0000 (10:40 -0500)
From-SVN: r25070

gcc/testsuite/g++.old-deja/g++.pt/explicit73.C
gcc/testsuite/g++.old-deja/g++.pt/static3.C

index 106f573c6253b8c9da52595a396cc73ef3936f07..d913d1778ecf6891649e3dfd15c3d28b765d2ed0 100644 (file)
@@ -12,4 +12,4 @@ namespace N {
 
 using namespace N;
 
-template <> class foo<void>; // ERROR - invalid specialization - XFAIL *-*-*
+template <> class foo<void>; // ERROR - invalid specialization
index 4276c3a4d06d561ac68cf5226fae5630ea32c0c9..724355e42578b9849551b4697539c452eb947666 100644 (file)
@@ -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];