* g++.dg/other/packed1.C: XFAIL hppa*-*-*.

From-SVN: r66012
This commit is contained in:
John David Anglin 2003-04-23 21:42:14 +00:00 committed by John David Anglin
parent 40a22d93c6
commit 3f42915162
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-04-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* g++.dg/other/packed1.C: XFAIL hppa*-*-*.
2003-04-23 Mark Mitchell <mark@codesourcery.com>
* g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.

View File

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