From 60ac63cb0b812c6838e336eedebbe301cc1898c5 Mon Sep 17 00:00:00 2001 From: kenner Date: Sun, 27 Feb 2000 00:37:58 +0000 Subject: [PATCH] * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias. * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32202 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.old-deja/g++.ext/attrib5.C | 1 + gcc/testsuite/g++.old-deja/g++.pt/static3.C | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f8aff2b..3f69198 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 26 19:46:09 2000 Richard Kenner + + * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias. + * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha. + Fri Feb 25 21:44:49 2000 Jeffrey A Law (law@cygnus.com) * gcc.c-torture/execute/20000225-1.c: New test. diff --git a/gcc/testsuite/g++.old-deja/g++.ext/attrib5.C b/gcc/testsuite/g++.old-deja/g++.ext/attrib5.C index 85f1139..f3bc843 100644 --- a/gcc/testsuite/g++.old-deja/g++.ext/attrib5.C +++ b/gcc/testsuite/g++.old-deja/g++.ext/attrib5.C @@ -1,4 +1,5 @@ // Test that attributes weak and alias coexist. +// excess errors test - XFAIL alpha*-dec-osf* extern "C" { void f () __attribute__((weak, alias ("_f"))); diff --git a/gcc/testsuite/g++.old-deja/g++.pt/static3.C b/gcc/testsuite/g++.old-deja/g++.pt/static3.C index 8072a60..03a6fe2 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 *-*-hpux* alpha-dec-osf* +// excess errors test - XFAIL *-*-aout *-*-coff *-*-hpux* alpha*-dec-osf* template struct A { -- 2.7.4