[Bug middle-end/71761] missing tailcall optimization (structure return)

2025-06-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71761 --- Comment #13 from Andrew Pinski --- New patch which includes the fix: https://gcc.gnu.org/pipermail/gcc-patches/2025-June/687633.html

[Bug middle-end/71761] missing tailcall optimization (structure return)

2025-06-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71761 --- Comment #12 from Andrew Pinski --- (In reply to Andrew Pinski from comment #11) > Patch posted: > https://gcc.gnu.org/pipermail/gcc-patches/2025-June/687297.html I have a new patch in testing which fixes the targetm.calls.structure_value_rtx

[Bug middle-end/71761] missing tailcall optimization (structure return)

2025-06-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71761 --- Comment #11 from Andrew Pinski --- Patch posted: https://gcc.gnu.org/pipermail/gcc-patches/2025-June/687297.html