packed1.C: Mark xfail for mips*- not mips-.
authorChris Demetriou <cgd@broadcom.com>
Sat, 10 Apr 2004 06:27:31 +0000 (06:27 +0000)
committerChris Demetriou <cgd@gcc.gnu.org>
Sat, 10 Apr 2004 06:27:31 +0000 (23:27 -0700)
2004-04-09  Chris Demetriou  <cgd@broadcom.com>

        * g++.dg/other/packed1.C: Mark xfail for mips*- not mips-.

From-SVN: r80580

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

index 91353711df7c66d9d626adae95e35df385312a03..17cbd4d0cb5a226deedf9faac185f4967633b765 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-09  Chris Demetriou  <cgd@broadcom.com>
+
+       * g++.dg/other/packed1.C: Mark xfail for mips*- not mips-.
+
 2004-04-09  Zack Weinberg  <zack@codesourcery.com>
 
        * lib/target-supports.exp (check_named_sections_available): New.
index c46c3730610659212304f81d452940a7a1e10e66..3e07451c62fa2cc3ae3badcb2ad3332ddba0d9bf 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do run { xfail arm-*-* hppa*-*-* mips-*-* powerpc-*-* sh-*-* sparc*-*-* ia64-hp-hpux* } }
+// { 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.