diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/testsuite/g++.old-deja/g++.pt/explicit73.C | 2 | ||||
| -rw-r--r-- | gcc/testsuite/g++.old-deja/g++.pt/static3.C | 4 |
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]; |
