From-SVN: r26302
This commit is contained in:
Jason Merrill 1999-04-08 18:03:08 -04:00
parent aa936017bc
commit 1c5b07db5a
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
// Test that we save declspecs before a class defn properly.
// Build don't link:
static volatile union {
void f() { }
} u;

View File

@ -1,6 +1,6 @@
// On targets that don't support weak symbols, we require an explicit
// instantiation of arr.
// excess errors test - XFAIL *-*-aout *-*-coff
// excess errors test - XFAIL *-*-aout *-*-coff *-*-hpux*
template<class T>
struct A {