Re: RFA: Use precision in get_mode_bounds()

2013-12-31 Thread Andreas Schwab
Richard Biener writes: > Nick Clifton wrote: >>Hi Guys, >> >> I have tracked down a bug reported against the MSP430 (PR >> target/59613) which turns out to be a generic problem. The function >> get_mode_bounds() in stor-layout.c computes the minimum and maximum >> values for a given mode, b

Re: RFA: Use precision in get_mode_bounds()

2013-12-31 Thread nick clifton
Hi Volker, apparently you added the wrong PR number to the patch. You probably meant PR 59613. Would you mind fixing that in the ChangeLog? Doh! Sorry - fixed. Cheers Nick

Re: RFA: Use precision in get_mode_bounds()

2013-12-30 Thread Eric Botcazou
> Ok without the comment (this is obvious) And with an appropriate name for the variable, typically "prec". -- Eric Botcazou

Re: RFA: Use precision in get_mode_bounds()

2013-12-30 Thread Richard Biener
Nick Clifton wrote: >Hi Guys, > > I have tracked down a bug reported against the MSP430 (PR > target/59613) which turns out to be a generic problem. The function > get_mode_bounds() in stor-layout.c computes the minimum and maximum > values for a given mode, but it uses the bitsize of the mod