[Bug target/107248] Sparc V8 Invalid Stack Pointer Code

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Oct 13 20:28:43 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107248

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2022-10-13
           Keywords|                            |ABI, wrong-code
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Looks like for sparc_leaf_function_p, there is a missing a emit_insn
(gen_frame_blockage ()) .

Which was added in the non leaf case with r0-114040-ge98b1defdd2c6b .


More information about the Gcc-bugs mailing list