OSDN Git Service

* g++.dg/other/packed1.C: XFAIL hppa*-*-*.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Apr 2003 21:42:14 +0000 (21:42 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Apr 2003 21:42:14 +0000 (21:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66012 138bc75d-0d04-0410-961f-82ee72b054a4

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

index efa0f31..6a6fec8 100644 (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.
index 2faac25..a316d62 100644 (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.