This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Incorrect promotion of arguments


On Wednesday 01 February 2006 08:20, Mark Mitchell wrote:
> Paul Brook wrote:
> > 	* function.c (assign_parm_setup_reg): Use function argument promotion
> > 	rules.
>
> As you say, assign_parm_find_data_types and assign_parm_setup_reg must
> match: either both should use for-call or neither should.  So this part
> is OK.
>
> > 	* expr.c (expand_expr_real_1): Use function argument promotion rules
> > 	for PARM_DECLs.
>
> This must match as well, so this part is OK too.
>
> I know it shouldn't be necessary, but just for safety, would you please
> run a bootstrap cycle on i686-pc-linux-gnu before check-in?

Done.

Paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]