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]

[Commited] Fix gcc.dg/ultrasp8.c


Hi,

I commited on all active branches, under the obvious rule, the following fix 
in order to let gcc.dg/ultrasp8.c pass on 32-bit Sparc.

Tested on sparc-sun-solaris2.6

-- 
Eric Botcazou


2003-04-12  Eric Botcazou  <ebotcazou at libertysurf dot fr>

	* gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
Index: testsuite/gcc.dg/ultrasp8.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/ultrasp8.c,v
retrieving revision 1.1.4.1
diff -u -r1.1.4.1 ultrasp8.c
--- testsuite/gcc.dg/ultrasp8.c	28 Mar 2003 09:24:10 -0000	1.1.4.1
+++ testsuite/gcc.dg/ultrasp8.c	12 Apr 2003 17:27:06 -0000
@@ -1,7 +1,7 @@
 /* PR target/10067 */
 /* Originator: <dat94ali at ludat dot lth dot se> */
-/* { dg-do compile { target sparc-*-* } } */
-/* { dg-options "-O2 -m64 -mtune=supersparc" } */
+/* { dg-do compile { target sparc*-*-* } } */
+/* { dg-options "-O2 -m64 -mtune=supersparc" { target sparc64-*-* } } */
 
 struct _reent;
 

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