[Bug target/69979] ARM naked function attribute not handling structs bigger than 32 bits correctly

2016-05-11 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69979 Ramana Radhakrishnan changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug target/69979] ARM naked function attribute not handling structs bigger than 32 bits correctly

2016-04-19 Thread cory at pebble dot com
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

[Bug target/69979] ARM naked function attribute not handling structs bigger than 32 bits correctly

2016-03-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69979 Ramana Radhakrishnan changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIRMED

[Bug target/69979] ARM naked function attribute not handling structs bigger than 32 bits correctly

2016-03-03 Thread andre.simoesdiasvieira at arm dot com
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.