gcc.dg/ultrasp2.c

Alexandre Oliva aoliva@redhat.com
Mon May 14 12:39:00 GMT 2001


On May 14, 2001, Mark Mitchell <mark@codesourcery.com> wrote:

> This test fails on sparc-sun-solaris2.8 because it tries to compile
> with -m64 there.

> The compiler says:

>   cc1: -m64 is not supported by this configuration

> Why are we trying use -m64 on arbitrary Solaris systems?

We're only using it on Solaris 2.7 or newer.  This used to work
because Solaris 2.7 used to be multilibbed on -m32 and -m64.  Whoever
disabled this multilibbing forgot to fix the testsuite.

It's probably enough to simply remove the clause that matches
sparc-*-solaris2.*, and use -m64 only on sparc64 and sparcv9.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



More information about the Gcc-bugs mailing list