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]
Other format: [Raw text]

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



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


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