Holger Eitzenberger <holger@xxxxxxxxxxxxxxxxxx> writes: > Configured with: ../configure --enable-threads=posix --prefix=/usr > --with-local-prefix=/usr/local --infodir=/usr/share/info > --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib > --enable-languages=c,c++,objc,fortran,java,ada --enable-checking=release > --with-gxx-include-dir=/usr/include/c++/4.1.0 --enable-ssp > --disable-libssp --enable-java-awt=gtk --enable-gtk-cairo > --disable-libjava-multilib --with-slibdir=/lib --with-system-zlib > --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new > --without-system-libunwind --with-cpu=generic --host=i586-suse-linux > Thread model: posix > gcc version 4.1.0 (SUSE Linux) > > My next check is to see whether this is SuSE specific or not. If not > i'll provide a smaller testcase.c ASAP. I have bootstrapped vanilla 4.1.0 on Debian etch, see: holger:[gcc-4.1.0-build] $oct-gcc-4.1.0 -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.1.0/configure --program-prefix=oct- --program-suffix=-4.1.0 --disable-multilib --enable-threads --with-cpu=i686 --with-tune=i686 --with-dwarf2 --disable-libada --disable-libgcj Thread model: posix gcc version 4.1.0 Disassemblie: c0110090 <wait_hpet_tick>: c0110090: eb fe jmp c0110090 <wait_hpet_tick> c0110092: 8d b4 26 00 00 00 00 lea 0x0(%esi),%esi c0110099: 8d bc 27 00 00 00 00 lea 0x0(%edi),%edi Same result as with SuSE gcc 4.1.0. Now I'll go for bootstrapping 4.1.2, will be available soon. Debian gcc 4.1.2 prerelease does fine BTW, however that might be patched heavily. /holger