* g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 8 May 2003 15:10:01 +0000 (15:10 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 8 May 2003 15:10:01 +0000 (15:10 +0000)
From-SVN: r66601

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

index a11244a602fd85db79605211c046c97be2ea3bd4..c13e512592d88b17868ba135e4c5aad97619eb55 100644 (file)
@@ -1,5 +1,7 @@
 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
+       * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
+
        gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
        (bcopy): Call memmove.
 
index a316d62ec2ba46084964fdc82838e6ab2853c19a..3a348ed82893edfd7dd590dffe47d59c90690cfd 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*-*-* } }
 
 // NMS:2003-04-21 this fails on strict aligned architectures again,
 // the patch was reverted because it broke something more important.