From 1c5b07db5a5dc8c5566f01e73cfc4f39f0b3afe9 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 8 Apr 1999 18:03:08 -0400 Subject: [PATCH] update From-SVN: r26302 --- gcc/testsuite/g++.old-deja/g++.other/parse1.C | 6 ++++++ gcc/testsuite/g++.old-deja/g++.pt/static3.C | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.old-deja/g++.other/parse1.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 index 00000000000..d81751289f0 --- /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 724355e4257..6fe33f9ead9 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 struct A { -- 2.30.2