Re: [patch,libgcc] Fix fixed-bit.c build warning

2013-01-11 Thread Ian Lance Taylor
On Fri, Jan 11, 2013 at 4:16 AM, Georg-Johann Lay wrote: >> >> * fixed-bit.c (SATFRACT) : Only >> declare / set min_low, min_high if TO_MODE_UNSIGNED == 0. >> (SATFRACT) : Only declare / set min_low, >> min_high if FROM_MODE_UNSIGNED == 0 and TO_MODE_UNSIGNED == 0. This is

Re: [patch,libgcc] Fix fixed-bit.c build warning

2013-01-11 Thread Georg-Johann Lay
Georg-Johann Lay wrote: > Variables min_high and min_low are set but not used which cases build > warnings, > fixed by this patch. Better attach the patch... > Build fine for i686-pc-linux-gnu and avr-unknown-none, the latter definitely > using this code. > > Ok for trunk? > > Johann > > >

[patch,libgcc] Fix fixed-bit.c build warning

2013-01-11 Thread Georg-Johann Lay
Variables min_high and min_low are set but not used which cases build warnings, fixed by this patch. Build fine for i686-pc-linux-gnu and avr-unknown-none, the latter definitely using this code. Ok for trunk? Johann * fixed-bit.c (SATFRACT) : Only declare / set min_low, min_hig