https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69979
Ramana Radhakrishnan changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69979
Cory Snider changed:
What|Removed |Added
CC||cory at pebble dot com
--- Comment #3 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69979
Ramana Radhakrishnan changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69979
--- Comment #1 from Andre Vieira ---
I believe expand_function_start is responsible for this code. When it calls
assign_parms it will generate RTL to copy the incoming struct parameter onto
the stack.