[PATCH, PR 58253] Make IPA-SRA created PARM_DECLs always naturally aligned

2013-12-03 Thread Martin Jambor
Hi, the patch below fixes a failure on the epiphany target where callers and callees do not agree on registers for parameter passing because they see different alignment of actual arguments and formal parameters (there is some more information on this in bugzilla). The actual arguments are SSA

Re: [PATCH, PR 58253] Make IPA-SRA created PARM_DECLs always naturally aligned

2013-12-03 Thread Jeff Law
On 12/03/13 09:53, Martin Jambor wrote: Hi, the patch below fixes a failure on the epiphany target where callers and callees do not agree on registers for parameter passing because they see different alignment of actual arguments and formal parameters (there is some more information on this in