http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55644
Matt Hargett <matt at use dot net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|profiledbootstrap fails on |bootstrap-lto fails on |current trunk |current trunk (with and | |without profiledbootstrap) --- Comment #1 from Matt Hargett <matt at use dot net> 2012-12-10 22:19:23 UTC --- Just tested with plain bootstrap-lto, and it gets the same failure: ../../gcc-trunk/gcc/cfg.c: In function ‘scale_bbs_frequencies_gcov_type(basic_block_def**, int, long, long)’: ../../gcc-trunk/gcc/cfg.c:945:8: error: ‘e’ may be used uninitialized in this function [-Werror=maybe-uninitialized] edge e; ^ /work/mhargett/gcc-trunk-obj/./prev-gcc/xg++ -B/work/mhargett/gcc-trunk-obj/./prev-gcc/ -B/u/mhargett/x86_64-unknown-linux-gnu/bin/ -nostdinc++ -B/work/mhargett/gcc-trunk-obj/prev-x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs -B/work/mhargett/gcc-trunk-obj/prev-x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++/.libs -I/work/mhargett/gcc-trunk-obj/prev-x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu -I/work/mhargett/gcc-trunk-obj/prev-x86_64-unknown-linux-gnu/libstdc++-v3/include -I/work/mhargett/gcc-trunk/libstdc++-v3/libsupc++ -L/work/mhargett/gcc-trunk-obj/prev-x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs -L/work/mhargett/gcc-trunk-obj/prev-x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++/.libs -c -g -O2 -flto=jobserver -frandom-seed=1 -fprofile-use -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-trunk/gcc -I../../gcc-trunk/gcc/. -I../../gcc-trunk/gcc/../include -I../../gcc-trunk/gcc/../libcpp/include -I/u/mhargett//include -I/u/mhargett//include -I/u/mhargett/include -I../../gcc-trunk/gcc/../libdecnumber -I../../gcc-trunk/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-trunk/gcc/../libbacktrace -DCLOOG_INT_GMP -I/u/mhargett//include -I/u/mhargett/include ../../gcc-trunk/gcc/cfgexpand.c -o cfgexpand.o cc1plus: all warnings being treated as errors make[3]: *** [cfg.o] Error 1 make[3]: *** Waiting for unfinished jobs....