Andrew Pinski wrote: >> Andrew Pinski wrote: >> >>> Also why revert a patch which obvious works in the default configurations? >> It eliminates a Fortran problem, but causes a C problem. > > I thought it only caused the problem with C code when supplying -msoft-float > which is not a default configuration?
C code, compiled with -msoft-float, is very common on MIPS, whether or not it's a "default configuration". Obviously, if we have to choose, shipping a compiler that works with software floating-point C programs on MIPS is much more important than shipping a compiler that works with Fortran. Of course, we'd rather not have to choose. -- Mark Mitchell CodeSourcery [EMAIL PROTECTED] (650) 331-3385 x713