This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Gcc [trunk revision 216157] failed to profiledbootstrap on x86_64!


cd bld; \
 RUNTESTFLAGS="--target_board='unix{-m32,}'" ../src-trunk/configure \
	 --prefix=/usr/5.0.0 --enable-clocale=gnu --with-system-zlib --enable-shared --with-demangler-in-ld --with-build-config=bootstrap-lto --disable-werror --with-fpmath=sse --enable-languages=c,c++,fortran,java,lto,objc
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /bin/install -c
    grep "Error " makelog.216157.trunk.x86_64 >> makelog.216157.trunk.x86_64.mail; \
make[7]: *** [/tmp/ccJErQNs.ltrans2.ltrans.o] Error 1
make[6]: *** [cc1] Error 1
make[7]: *** [/tmp/ccjAYQrB.ltrans2.ltrans.o] Error 1
make[6]: *** [f951] Error 1
make[7]: *** [/tmp/ccdY77Dc.ltrans2.ltrans.o] Error 1
make[6]: *** [cc1obj] Error 1
make[7]: *** [/tmp/ccAM4C4p.ltrans3.ltrans.o] Error 1
make[6]: *** [cc1plus] Error 1
make[5]: *** [all-stagefeedback-gcc] Error 2
make[4]: *** [stagefeedback-bubble] Error 2
make[3]: *** [profiledbootstrap] Error 2
make[2]: *** [profiledbootstrap] Error 2
compilation terminated.
/usr/local/bin/ld: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[6]: *** [f951] Error 1
../../src-trunk/gcc/tree.c: In member function âexecuteâ:
../../src-trunk/gcc/tree.c:5708:0: error: verify_flow_info: Wrong probability of edge 410->411 -805556480
   virtual unsigned int execute (function *) { return free_lang_data (); }
 ^
../../src-trunk/gcc/tree.c:5708:0: internal compiler error: verify_flow_info failed
0x6c44aa verify_flow_info()
	../../src-trunk/gcc/cfghooks.c:260
0xe01cb7 cleanup_tree_cfg_noloop
	../../src-trunk/gcc/tree-cfgcleanup.c:765
0xe01cb7 cleanup_tree_cfg()
	../../src-trunk/gcc/tree-cfgcleanup.c:814
0xc18fa4 execute_function_todo
	../../src-trunk/gcc/passes.c:1704
0xc25a27 do_per_function
	../../src-trunk/gcc/passes.c:1478
0xc25a27 execute_todo
	../../src-trunk/gcc/passes.c:1808
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[7]: *** [/tmp/ccdY77Dc.ltrans2.ltrans.o] Error 1
make[7]: *** Waiting for unfinished jobs....
lto-wrapper: fatal error: make returned 2 exit status
compilation terminated.
/usr/local/bin/ld: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[6]: *** [cc1obj] Error 1
../../src-trunk/gcc/cp/parser.c: In function âcp_parser_declaration_seq_optâ:
../../src-trunk/gcc/cp/parser.c:11049:0: error: verify_flow_info: Wrong probability of edge 53->54 -1120858368
 cp_parser_declaration_seq_opt (cp_parser* parser)
 ^
../../src-trunk/gcc/cp/parser.c:11049:0: internal compiler error: verify_flow_info failed
0x6c44aa verify_flow_info()
	../../src-trunk/gcc/cfghooks.c:260
0xe01cb7 cleanup_tree_cfg_noloop
	../../src-trunk/gcc/tree-cfgcleanup.c:765
0xe01cb7 cleanup_tree_cfg()
	../../src-trunk/gcc/tree-cfgcleanup.c:814
0xc18fa4 execute_function_todo
	../../src-trunk/gcc/passes.c:1704
0xc25a27 do_per_function
	../../src-trunk/gcc/passes.c:1478
0xc25a27 execute_todo
	../../src-trunk/gcc/passes.c:1808
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[7]: *** [/tmp/ccAM4C4p.ltrans3.ltrans.o] Error 1
make[7]: *** Waiting for unfinished jobs....
lto-wrapper: fatal error: make returned 2 exit status
compilation terminated.
/usr/local/bin/ld: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[6]: *** [cc1plus] Error 1
../../src-trunk/gcc/tree-ssa-structalias.c: In function âget_constraint_for_ptr_offsetâ:
../../src-trunk/gcc/wide-int.cc:98:21: warning: âMEM[(long int *)&soffset + 34359738360B]â may be used uninitialized in this function [-Wmaybe-uninitialized]
   top = val[len - 1];
                     ^
../../src-trunk/gcc/tree-ssa-structalias.c:3059:18: note: âsoffsetâ was declared here
       offset_int soffset = offset_int::from (offset, SIGNED);
                  ^
../../src-trunk/gcc/tree-ssa-alias.c: In function âindirect_ref_may_alias_decl_p.constpropâ:
../../src-trunk/gcc/wide-int.cc:98:21: warning: âMEM[(long int *)&moff + 34359738360B]â may be used uninitialized in this function [-Wmaybe-uninitialized]
   top = val[len - 1];
                     ^
../../src-trunk/gcc/tree-ssa-alias.c:1054:14: note: âmoffâ was declared here
   offset_int moff = mem_ref_offset (base1);
              ^
../../src-trunk/gcc/tree-ssa-structalias.c: In function âget_constraint_for_ptr_offsetâ:
../../src-trunk/gcc/wide-int.cc:98:21: warning: âMEM[(long int *)&soffset + 34359738360B]â may be used uninitialized in this function [-Wmaybe-uninitialized]
   top = val[len - 1];
                     ^
../../src-trunk/gcc/tree-ssa-structalias.c:3059:18: note: âsoffsetâ was declared here
       offset_int soffset = offset_int::from (offset, SIGNED);
                  ^
../../src-trunk/gcc/tree-ssa-alias.c: In function âindirect_ref_may_alias_decl_p.constpropâ:
../../src-trunk/gcc/wide-int.cc:98:21: warning: âMEM[(long int *)&moff + 34359738360B]â may be used uninitialized in this function [-Wmaybe-uninitialized]
   top = val[len - 1];
                     ^
../../src-trunk/gcc/tree-ssa-alias.c:1054:14: note: âmoffâ was declared here
   offset_int moff = mem_ref_offset (base1);
              ^
rm gcj-dbtool.pod gfortran.pod jcf-dump.pod grmic.pod gcov.pod gcj.pod gcov-tool.pod gc-analyze.pod cpp.pod gij.pod fsf-funding.pod gfdl.pod jv-convert.pod gcc.pod
make[6]: Leaving directory `/export/gnu/import/git/gcc-test-profiled/bld/gcc'
make[5]: *** [all-stagefeedback-gcc] Error 2
make[5]: Leaving directory `/export/gnu/import/git/gcc-test-profiled/bld'
make[4]: *** [stagefeedback-bubble] Error 2
make[4]: Leaving directory `/export/gnu/import/git/gcc-test-profiled/bld'
make[3]: *** [profiledbootstrap] Error 2
make[3]: Leaving directory `/export/gnu/import/git/gcc-test-profiled/bld'
25296.12user 374.99system 1:27:02elapsed 491%CPU (0avgtext+0avgdata 749356maxresident)k
5065312inputs+31684944outputs (19469major+114145074minor)pagefaults 0swaps
make[2]: *** [profiledbootstrap] Error 2
make[2]: Leaving directory `/export/gnu/import/git/gcc-test-profiled'


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]