From: Jason Merrill Date: Thu, 8 Apr 1999 22:03:08 +0000 (-0400) Subject: update X-Git-Tag: prereleases/gcc-2.95-test~1095 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c5b07db5a5dc8c5566f01e73cfc4f39f0b3afe9;p=thirdparty%2Fgcc.git update From-SVN: r26302 --- 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 000000000000..d81751289f0c --- /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 724355e42578..6fe33f9ead9c 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 {