mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-11 14:17:23 +08:00
update
From-SVN: r26302
This commit is contained in:
parent
aa936017bc
commit
1c5b07db5a
6
gcc/testsuite/g++.old-deja/g++.other/parse1.C
Normal file
6
gcc/testsuite/g++.old-deja/g++.other/parse1.C
Normal 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;
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user