diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2004-11-14 12:28:14 +0100 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2004-11-14 11:28:14 +0000 |
commit | 6b870fa9f4de2ec9f2c30caae5f9af662ab1697c (patch) | |
tree | a326e44774a6741adc540ff1799300551c470882 /gcc | |
parent | d6b75f7070984d29001bb3e5d59342b1667b064f (diff) | |
download | gcc-6b870fa9f4de2ec9f2c30caae5f9af662ab1697c.zip gcc-6b870fa9f4de2ec9f2c30caae5f9af662ab1697c.tar.gz gcc-6b870fa9f4de2ec9f2c30caae5f9af662ab1697c.tar.bz2 |
* g++.dg/other/packed1.C: UnXFAIL on SPARC, PA, MIPS and PowerPC.
From-SVN: r90617
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/other/packed1.C | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 875f084..7800110 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-11-14 Eric Botcazou <ebotcazou@libertysurf.fr> + + * g++.dg/other/packed1.C: UnXFAIL on SPARC, PA, MIPS and PowerPC. + 2004-11-14 Giovanni Bajo <giovannibajo@gcc.gnu.org> * g++.dg/expr/unary1.C, g++.dg/expr/unary2.C: New tests. diff --git a/gcc/testsuite/g++.dg/other/packed1.C b/gcc/testsuite/g++.dg/other/packed1.C index 3e07451..d442209 100644 --- a/gcc/testsuite/g++.dg/other/packed1.C +++ b/gcc/testsuite/g++.dg/other/packed1.C @@ -1,4 +1,4 @@ -// { dg-do run { xfail arm-*-* hppa*-*-* mips*-*-* powerpc-*-* sh-*-* sparc*-*-* ia64-hp-hpux* } } +// { dg-do run { xfail arm-*-* sh-*-* ia64-hp-hpux* } } // NMS:2003-04-21 this fails on strict aligned architectures again, // the patch was reverted because it broke something more important. |