packed1.C: Mark xfail for mips*- not mips-.

2004-04-09  Chris Demetriou  <cgd@broadcom.com>

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

From-SVN: r80580
This commit is contained in:
Chris Demetriou 2004-04-10 06:27:31 +00:00 committed by Chris Demetriou
parent 274dda78f4
commit df1a3b7369
2 changed files with 5 additions and 1 deletions

View 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.

View 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.