* g++.dg/other/packed1.C: XFAIL hppa*-*-*.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Wed, 23 Apr 2003 21:42:14 +0000 (21:42 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Wed, 23 Apr 2003 21:42:14 +0000 (21:42 +0000)
From-SVN: r66012

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

index efa0f318bf57764ba0e54be95c6e210bf2db5a8b..6a6fec8b3bb7b1b371edef818a985a57d01570a7 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 2faac2562dcd95aec8441801adee183340142a15..a316d62ec2ba46084964fdc82838e6ab2853c19a 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.