OSDN Git Service

* g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Aug 2003 19:49:30 +0000 (19:49 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Aug 2003 19:49:30 +0000 (19:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70695 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 6aa9a0a..7945851 100644 (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
index 3a348ed..c46c373 100644 (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.