Re: gimplify.c fix for rs6000 and mips

2013-10-11 Thread Richard Biener
On Thu, Oct 10, 2013 at 7:12 PM, Andrew MacLeod wrote: > On 10/10/2013 10:35 AM, Richard Biener wrote: >> >> On Thu, Oct 10, 2013 at 4:30 PM, Richard Biener >> wrote: >>> >>> On Thu, Oct 10, 2013 at 3:10 PM, Andrew MacLeod >>> wrote: More fun target specific stuff. gimplify.c needs th

Re: gimplify.c fix for rs6000 and mips

2013-10-10 Thread Andrew MacLeod
On 10/10/2013 10:35 AM, Richard Biener wrote: On Thu, Oct 10, 2013 at 4:30 PM, Richard Biener wrote: On Thu, Oct 10, 2013 at 3:10 PM, Andrew MacLeod wrote: More fun target specific stuff. gimplify.c needs the back end supplied macros/function for the va-arg padding functions to bootstrap...

Re: gimplify.c fix for rs6000 and mips

2013-10-10 Thread Richard Biener
On Thu, Oct 10, 2013 at 4:30 PM, Richard Biener wrote: > On Thu, Oct 10, 2013 at 3:10 PM, Andrew MacLeod wrote: >> More fun target specific stuff. gimplify.c needs the back end supplied >> macros/function for the va-arg padding functions to bootstrap... > > Err ... don't we have the va_arg gimpl

Re: gimplify.c fix for rs6000 and mips

2013-10-10 Thread Richard Biener
On Thu, Oct 10, 2013 at 3:10 PM, Andrew MacLeod wrote: > More fun target specific stuff. gimplify.c needs the back end supplied > macros/function for the va-arg padding functions to bootstrap... Err ... don't we have the va_arg gimplify target hooks to hide this kind of target dependency? Richa

gimplify.c fix for rs6000 and mips

2013-10-10 Thread Andrew MacLeod
More fun target specific stuff. gimplify.c needs the back end supplied macros/function for the va-arg padding functions to bootstrap... confirmed to build stage1 cross compile on rs6000 and mips64. checked in as revision 203373... hopefully that's the last of them :-P Andrew * gimpli