diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1999-04-08 18:03:08 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1999-04-08 18:03:08 -0400 |
commit | 1c5b07db5a5dc8c5566f01e73cfc4f39f0b3afe9 (patch) | |
tree | ec87d72d68b3f165a5c35a2d2e066e8a646e5e78 | |
parent | aa936017bc2f341d9ae1485d40cfc9b7ac85cc83 (diff) | |
download | gcc-1c5b07db5a5dc8c5566f01e73cfc4f39f0b3afe9.zip gcc-1c5b07db5a5dc8c5566f01e73cfc4f39f0b3afe9.tar.gz gcc-1c5b07db5a5dc8c5566f01e73cfc4f39f0b3afe9.tar.bz2 |
update
From-SVN: r26302
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/parse1.C | 6 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.pt/static3.C | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.other/parse1.C b/gcc/testsuite/g++.old-deja/g++.other/parse1.C new file mode 100644 index 0000000..d817512 --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.other/parse1.C @@ -0,0 +1,6 @@ +// Test that we save declspecs before a class defn properly. +// Build don't link: + +static volatile union { + void f() { } +} u; diff --git a/gcc/testsuite/g++.old-deja/g++.pt/static3.C b/gcc/testsuite/g++.old-deja/g++.pt/static3.C index 724355e..6fe33f9 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/static3.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/static3.C @@ -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 { |