aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1999-04-08 18:03:08 -0400
committerJason Merrill <jason@gcc.gnu.org>1999-04-08 18:03:08 -0400
commit1c5b07db5a5dc8c5566f01e73cfc4f39f0b3afe9 (patch)
treeec87d72d68b3f165a5c35a2d2e066e8a646e5e78
parentaa936017bc2f341d9ae1485d40cfc9b7ac85cc83 (diff)
downloadgcc-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.C6
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/static3.C2
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 {