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
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...
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
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
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