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: A bug in GCC 2.95.2 for SPARC


On May  8, 2000, James Cheng <James.Cheng@eng.sun.com> wrote:

> I am reporting a bug in GCC 2.95.2 for SPARC. For the example shown
> below, the compiler is generating an unaligned double store

Yep, this is one of the reasons why GCC 2.95.2 does not fully support
ultrasparc.  Use -mtune=ultrasparc instead of -mcpu=ultrasparc, to get
most of the optimization without enabling the instructions that may
fail.

-- 
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]