* g++.dg/other/packed1.C: UnXFAIL on SPARC, PA, MIPS and PowerPC.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sun, 14 Nov 2004 11:28:14 +0000 (12:28 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 14 Nov 2004 11:28:14 +0000 (11:28 +0000)
From-SVN: r90617

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/packed1.C

index 875f084d846dc8157050301241001d831eb95458..7800110fe2dd6c051fba3d3efecdc745f62e7ba7 100644 (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.
index 3e07451c62fa2cc3ae3badcb2ad3332ddba0d9bf..d44220922715ac7fb9bfb0d47a963a5ea5ed38cf 100644 (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.