[Bug middle-end/28690] [4.2/4.3 Regression] Performace problem with indexed load/stores on powerpc

bergner at vnet dot ibm dot com gcc-bugzilla@gcc.gnu.org
Wed Nov 29 20:11:00 GMT 2006



------- Comment #28 from bergner at vnet dot ibm dot com  2006-11-29 20:11 -------
Another problem with the current patch, is we get one testsuite regression
(gfortran.fortran-torture/compile/defined_type_2.f90 at -O1).  For this simple
testcase, we end up generating bad assembler:

    mr 9,sfp

instead of:

    mr 9,1

For some reason, the stack frame pseudo isn't reloaded correctly and we spit
out the "sfp" text instead of the correct register number.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28690



More information about the Gcc-bugs mailing list