From: Jason Merrill Date: Sun, 7 Feb 1999 15:40:03 +0000 (-0500) Subject: update X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54281b2919bc5dd620e1d982f3f7f7873a76d3cc;p=gcc.git update From-SVN: r25070 --- 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];