https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97473
Hans-Peter Nilsson <hp at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hp at gcc dot gnu.org --- Comment #4 from Hans-Peter Nilsson <hp at gcc dot gnu.org> --- (In reply to Richard Biener from comment #3) > To not disrupt the ABI such parameters have to be copied in the callee to > appropriately aligned stack slots or (with disrupting the ABI), passed > by reference. > > I think separate bugs, one for each affected target, are appropriate here. This definitely looks like a dup of PR84877. If that one should be split into separate target-specific PRs, then that's a separate issue.