Re: [patch,avr] PR64242: Fix failing nonlocal goto

2024-12-05 Thread Denis Chertykov
чт, 5 дек. 2024 г. в 00:07, Georg-Johann Lay : > > In nonlocal_goto sets, change hard_frame_pointer_rtx only after > emit_stack_restore() restored SP. This is needed because SP > my be stored in some frame location. > > The only change to test results is that gcc.c-torture/execute/pr64242.c > is p

[patch,avr] PR64242: Fix failing nonlocal goto

2024-12-04 Thread Georg-Johann Lay
In nonlocal_goto sets, change hard_frame_pointer_rtx only after emit_stack_restore() restored SP. This is needed because SP my be stored in some frame location. The only change to test results is that gcc.c-torture/execute/pr64242.c is passing now. Ok to apply? Johann -- AVR: target/64242 -