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 target/15020] -mcpu=pentium4 generates wrong code


------- Additional Comments From rridge at csclub dot uwaterloo dot ca  2004-04-24 02:38 -------
It looks like the allocate_stack_worker instructions need the guards the
pro_epilogue_adjust_stack instructions have to prevent instructions
that use the frame pointer from being moved around these instructions.
They should also probably get the RTX_FRAME_RELATED_P flags that the
pro_epilogue_adjust_stack instructions get.


-- 


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


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