diff options
author | Mark Mitchell <mark@codesourcery.com> | 2003-08-22 19:49:30 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2003-08-22 19:49:30 +0000 |
commit | 376de22592739c19b0d81eb295afd29ca53362d1 (patch) | |
tree | 49faf59cef49d898564bc56115de80d8c137fb97 | |
parent | 36c216e5d0fc6780aa2a5390d252ffade976d21a (diff) | |
download | gcc-376de22592739c19b0d81eb295afd29ca53362d1.zip gcc-376de22592739c19b0d81eb295afd29ca53362d1.tar.gz gcc-376de22592739c19b0d81eb295afd29ca53362d1.tar.bz2 |
* g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
From-SVN: r70695
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/other/packed1.C | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6aa9a0a..7945851 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/g++.dg/other/packed1.C b/gcc/testsuite/g++.dg/other/packed1.C index 3a348ed..c46c373 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-*-* 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. |