On Wed, Mar 17, 2004 at 11:30:14PM +0200, Ruslan Ermilov wrote: > > > > > for(i = 0; i < SOUND_MIXER_NRDEVICES; i++) { > > > > > if ((1 << i) & mask) { > > > > > v |= mt[i].iselect; > > > > > } > > > > > } > > > > > > > > > > > > Actually, this is easily reproduceable by compiling the corresponding > > > module on pluto1 with CFLAGS="-O2 -pipe" set in environment. There's > > > clearly a bug in gcc(1), as: > > > > What happens if you replace the for-loop with an equivalent while-loop? > > > Doesn't make any difference. Ok. I'll see if I can spare an hour or so over the weekend to look at what gcc(1) is doing. -- Marcel Moolenaar USPA: A-39004 marcel_at_xcllnt.netReceived on Wed Mar 17 2004 - 13:24:24 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:47 UTC