]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
update
authorJason Merrill <jason@gcc.gnu.org>
Thu, 8 Apr 1999 22:03:08 +0000 (18:03 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 8 Apr 1999 22:03:08 +0000 (18:03 -0400)
From-SVN: r26302

gcc/testsuite/g++.old-deja/g++.other/parse1.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.pt/static3.C

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 (file)
index 0000000..d817512
--- /dev/null
@@ -0,0 +1,6 @@
+// Test that we save declspecs before a class defn properly.
+// Build don't link:
+
+static volatile union {
+  void f() { }
+} u;
index 724355e42578b9849551b4697539c452eb947666..6fe33f9ead9c6d45bd99696aca8d60d474a1321c 100644 (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 {