From 54281b2919bc5dd620e1d982f3f7f7873a76d3cc Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Sun, 7 Feb 1999 10:40:03 -0500 Subject: [PATCH] update From-SVN: r25070 --- gcc/testsuite/g++.old-deja/g++.pt/explicit73.C | 2 +- gcc/testsuite/g++.old-deja/g++.pt/static3.C | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/g++.old-deja/g++.pt/explicit73.C b/gcc/testsuite/g++.old-deja/g++.pt/explicit73.C index 106f573c625..d913d1778ec 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; // ERROR - invalid specialization - XFAIL *-*-* +template <> class foo; // 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 4276c3a4d06..724355e4257 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 struct A { static T arr[5]; -- 2.30.2