This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[applied obvious patch] make gcc.dg/other/packed1.C fail formips*


Obvious; other architectures have done similar.

Noticed the problem when comparing mips-elf and mips64-elf test
results.

(I'm kinda surprised that more on that XFAIL list aren't similarly
marked, but I've not tested them to know that they should be.  8-)


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

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

Index: g++.dg/other/packed1.C
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.dg/other/packed1.C,v
retrieving revision 1.7
diff -u -p -r1.7 packed1.C
--- g++.dg/other/packed1.C	22 Aug 2003 19:49:30 -0000	1.7
+++ g++.dg/other/packed1.C	10 Apr 2004 06:25:25 -0000
@@ -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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]