diff options
author | Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | 2000-02-27 00:37:58 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2000-02-26 19:37:58 -0500 |
commit | eeafa66d58f3ec1cca437681bbafad132ab7972c (patch) | |
tree | bfcada9118b92877bbc1656fef361fe80c3b5413 /gcc | |
parent | 60ef417d84df43d5e1b49c17efe1cdcbc85b6721 (diff) | |
download | gcc-eeafa66d58f3ec1cca437681bbafad132ab7972c.zip gcc-eeafa66d58f3ec1cca437681bbafad132ab7972c.tar.gz gcc-eeafa66d58f3ec1cca437681bbafad132ab7972c.tar.bz2 |
attrib5.C: XFAIL on Alpha since no link alias.
* 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.
From-SVN: r32202
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.ext/attrib5.C | 1 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.pt/static3.C | 2 |
3 files changed, 7 insertions, 1 deletions
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 <kenner@vlsi1.ultra.nyu.edu> + + * 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<class T> struct A { |