https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108147
Segher Boessenkool <segher at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=100799 --- Comment #5 from Segher Boessenkool <segher at gcc dot gnu.org> --- Ah, it overwrites the saved LR some frame up, it writes to some wrong location on the stack. It thinks the parameter save area is there. This is eerily like PR100799.