update
From-SVN: r25070
This commit is contained in:
parent
7766fe8e5f
commit
54281b2919
@ -12,4 +12,4 @@ namespace N {
|
|||||||
|
|
||||||
using namespace N;
|
using namespace N;
|
||||||
|
|
||||||
template <> class foo<void>; // ERROR - invalid specialization - XFAIL *-*-*
|
template <> class foo<void>; // ERROR - invalid specialization
|
||||||
|
@ -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>
|
template<class T>
|
||||||
struct A {
|
struct A {
|
||||||
static T arr[5];
|
static T arr[5];
|
||||||
|
Loading…
Reference in New Issue
Block a user