aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Demetriou <cgd@broadcom.com>2004-04-10 06:27:31 +0000
committerChris Demetriou <cgd@gcc.gnu.org>2004-04-09 23:27:31 -0700
commitdf1a3b7369d90b4f2c9428590707b0df60973fff (patch)
tree0678c9c3d2dae5cc41254fbf3cf6dc6750b23702
parent274dda78f4ab8afa2c7f7705a961d5e6b49f1f13 (diff)
downloadgcc-df1a3b7369d90b4f2c9428590707b0df60973fff.zip
gcc-df1a3b7369d90b4f2c9428590707b0df60973fff.tar.gz
gcc-df1a3b7369d90b4f2c9428590707b0df60973fff.tar.bz2
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
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/g++.dg/other/packed1.C2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 9135371..17cbd4d 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/g++.dg/other/packed1.C b/gcc/testsuite/g++.dg/other/packed1.C
index c46c373..3e07451 100644
--- a/gcc/testsuite/g++.dg/other/packed1.C
+++ b/gcc/testsuite/g++.dg/other/packed1.C
@@ -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.