[Bug rtl-optimization/115998] Redundant stack pointer manipulation

2024-07-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115998 --- Comment #2 from Andrew Pinski --- The add 8 to the sp before the jump to g says the return address on the stack now belongs to g's stack and it is g responsible to realign the stack as needed.

[Bug rtl-optimization/115998] Redundant stack pointer manipulation

2024-07-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115998 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---