http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53866
--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2012-07-05 13:53:42 UTC --- GCC was configured with BOOT_CFLAGS="-O3 -mfpmath=sse -msse2 -funroll-loops -ffast-math" RUNTESTFLAGS="--target_board='unix'" /export/gnu/import/git/gcc/configure --enable-clocale=gnu --with-system-zlib --with-demangler-in-ld --enable-languages=c,c++,fortran i686-linux --prefix=/usr/gcc-4.8.0 --with-local-prefix=/usr/local --enable-gnu-indirect-function --with-build-config=bootstrap-lto --with-fpmath=sse I also got /export/gnu/import/git/gcc/libiberty/simple-object-mach-o.c: In function \u2018simple_object_mach_o_find_sections\u2019: /export/gnu/import/git/gcc/libiberty/simple-object-mach-o.c:653:37: error: \u2018wrapper_sect_offset\u2019 may be used uninitialized in this function [-Werror=maybe-uninitialized] secoffset = wrapper_sect_offset + subsect_offset;