Re: Mainline Ada bootstrap broken

2008-08-01 Thread Arnaud Charlet
> > 2008-08-01 Eric Botcazou <[EMAIL PROTECTED]> > > > > * gcc-interface/utils.c (convert_vms_descriptor): Add > > gnu_expr_alt_type parameter. > > Convert the expression to it instead of changing its type in place. > > (build_function_stub): Adjust call to above function.

Re: Mainline Ada bootstrap broken

2008-08-01 Thread Rainer Orth
Eric Botcazou writes: > > 2008-08-01 Eric Botcazou <[EMAIL PROTECTED]> > > > > * gcc-interface/utils.c (convert_vms_descriptor): Add > > gnu_expr_alt_type parameter. > > Convert the expression to it instead of changing its type in place. > > (build_function_stub): Adjust

Re: Mainline Ada bootstrap broken

2008-08-01 Thread Eric Botcazou
> 2008-08-01 Eric Botcazou <[EMAIL PROTECTED]> > > * gcc-interface/utils.c (convert_vms_descriptor): Add > gnu_expr_alt_type parameter. > Convert the expression to it instead of changing its type in place. > (build_function_stub): Adjust call to above function. Now revert

Re: Mainline Ada bootstrap broken

2008-08-01 Thread Eric Botcazou
> this patch of yours > > 2008-08-01 Eric Botcazou <[EMAIL PROTECTED]> > > * gcc-interface/utils.c (convert_vms_descriptor): Add > gnu_expr_alt_type parameter. > Convert the expression to it instead of changing its type in place. > (build_function_stub): Adjust call to abo

Mainline Ada bootstrap broken

2008-08-01 Thread Rainer Orth
Eric, this patch of yours 2008-08-01 Eric Botcazou <[EMAIL PROTECTED]> * gcc-interface/utils.c (convert_vms_descriptor): Add gnu_expr_alt_type parameter. Convert the expression to it instead of changing its type in place. (build_function_stub): Adjust call to ab