From: danglin Date: Wed, 23 Apr 2003 21:42:14 +0000 (+0000) Subject: * g++.dg/other/packed1.C: XFAIL hppa*-*-*. X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=7748ef58f841b1ee2aa4e33bd874784acf93ed12 * g++.dg/other/packed1.C: XFAIL hppa*-*-*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66012 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index efa0f318bf5..6a6fec8b3bb 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-04-23 John David Anglin + + * g++.dg/other/packed1.C: XFAIL hppa*-*-*. + 2003-04-23 Mark Mitchell * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428. diff --git a/gcc/testsuite/g++.dg/other/packed1.C b/gcc/testsuite/g++.dg/other/packed1.C index 2faac2562dc..a316d62ec2b 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-*-* 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.