This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc.dg/ultrasp2.c
>>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:
Alexandre> It's probably enough to simply remove the clause that
Alexandre> matches sparc-*-solaris2.*, and use -m64 only on
Alexandre> sparc64 and sparcv9.
Thanks.
Done with the attached patch. Tested on sparc-sun-solaris2.8,
installed on the mainline and on the branch.
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com
2001-05-15 Mark Mitchell (admin) <mitchell@nunki.dbai.tuwien.ac.at>
* gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
Index: gcc.dg/ultrasp2.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/ultrasp2.c,v
retrieving revision 1.1
diff -c -p -r1.1 ultrasp2.c
*** ultrasp2.c 1999/12/06 10:50:26 1.1
--- ultrasp2.c 2001/05/15 02:38:07
***************
*** 6,12 ****
/* { dg-options "" } */
/* { dg-options "-O0 -m64" { target sparc64-*-* } } */
/* { dg-options "-O0 -m64" { target sparcv9-*-* } } */
- /* { dg-options "-O0 -m64" { target sparc-*-solaris* } } */
/* { dg-options "" { target sparc-*-solaris2.[0-6] } } */
/* { dg-options "" { target sparc-*-solaris2.[0-6].* } } */
--- 6,11 ----