new
From-SVN: r25434
This commit is contained in:
parent
a7d308f7c4
commit
bd50553864
@ -1,4 +1,4 @@
|
||||
// Build don't link:
|
||||
|
||||
template <>
|
||||
enum E {e}; // ERROR - template declaration of enum XFAIL *-*-*
|
||||
enum E {e}; // ERROR - template declaration of enum
|
||||
|
2
gcc/testsuite/g++.old-deja/g++.pt/spec31.C
Normal file
2
gcc/testsuite/g++.old-deja/g++.pt/spec31.C
Normal file
@ -0,0 +1,2 @@
|
||||
template <> struct A {}; // ERROR - not a specialization
|
||||
template <> void f (); // ERROR - not a specialization
|
Loading…
Reference in New Issue
Block a user