Re: [ping] Re: [Patch, libgcc] Fix build warnings in fixed-bit.c

2012-06-22 Thread Ian Lance Taylor
On 15 Jun 2012, at 14:31, Iain Sandoe wrote: > When building for, say, mips-linux-gnu, the build of objects from fixed-bit.c > produces a lot of "set but not used" warnings for min_high & min_low. > > looking at the code, these appear to be genuine. > Fixed as below. > > OK for trunk? > Iain >

[ping] Re: [Patch, libgcc] Fix build warnings in fixed-bit.c

2012-06-22 Thread Iain Sandoe
ping. On 15 Jun 2012, at 14:31, Iain Sandoe wrote: > Hi, > > When building for, say, mips-linux-gnu, the build of objects from fixed-bit.c > produces a lot of "set but not used" warnings for min_high & min_low. > > looking at the code, these appear to be genuine. > Fixed as below. > > OK for