------- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-24 03:08 -------
What is happening is that the register allocator is selecting the return
possition for the last add which is a x87 register so it is doing the add in
x87 instead of sse which causes the rest to go bonkers.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
Keywords| |ra
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18766