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: But in gcc targeting ultrasparc.


On Jul 28, 2000, koppel@ee.lsu.edu (David Koppelman) wrote:

> I've found that code compiled by gcc 2.95 encounters a segmentation
> fault or bus error when targeting the ultrasparc.

Yep.  That's one of the reasons why we say that GCC 2.95.2 doesn't
support ultrasparc.  Don't use -mcpu=ultrasparc; the port was not
complete by the time of the 2.95.2 release.  Use -mtune=ultrasparc
instead, that will give you most of the benefit without enabling this
particular bug.

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


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