From-SVN: r25070
This commit is contained in:
Jason Merrill 1999-02-07 10:40:03 -05:00
parent 7766fe8e5f
commit 54281b2919
2 changed files with 5 additions and 1 deletions

View 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

View 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];