* g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.

From-SVN: r70695
This commit is contained in:
Mark Mitchell 2003-08-22 19:49:30 +00:00 committed by Mark Mitchell
parent 36c216e5d0
commit 376de22592
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-08-22 Mark Mitchell <mark@codesourcery.com>
* g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
2003-08-21 Mark Mitchell <mark@codesourcery.com>
PR c++/11919

View file

@ -1,4 +1,4 @@
// { dg-do run { xfail arm-*-* hppa*-*-* mips-*-* powerpc-*-* sh-*-* sparc*-*-* } }
// { dg-do run { xfail arm-*-* hppa*-*-* mips-*-* powerpc-*-* sh-*-* sparc*-*-* ia64-hp-hpux* } }
// NMS:2003-04-21 this fails on strict aligned architectures again,
// the patch was reverted because it broke something more important.