* g++.dg/other/packed1.C: UnXFAIL on SPARC, PA, MIPS and PowerPC.

From-SVN: r90617
This commit is contained in:
Eric Botcazou 2004-11-14 12:28:14 +01:00 committed by Eric Botcazou
parent d6b75f7070
commit 6b870fa9f4
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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.