This is the mail archive of the gcc-bugs@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]

Re: -mcpu=ultrasparc miscompiles (32 bit)


On May  2, 2000, Keith Refson <Keith.Refson@earth.ox.ac.uk> wrote:

> I have an extremely-well debugged floating-point program which
> coredumps with SIGBUS when compiled with gcc 2.95.2 using the
> "-mcpu=ultrasparc" option.

Could it be because GCC 2.95.2 doesn't fully support ultrasparc? :-)

IIRC, the problem has to do with stack alignment and GCC's usage of
64-bit load and store insns.  I think `-mtune=ultrasparc' is supposed
to work.

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


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