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 194744] failed to profiledbootstrap on x86_64!


cd bld; \
 RUNTESTFLAGS="--target_board='unix{-m32,}'" ../src-trunk/configure \
	 --prefix=/usr/4.8.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.194744.trunk.x86_64 >> makelog.194744.trunk.x86_64.mail; \
make[7]: *** [/tmp/cch3qlwM.ltrans20.ltrans.o] Error 1
make[6]: *** [cc1] Error 1
make[7]: *** [/tmp/ccFvFmnr.ltrans23.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
    chmod a+r include/$file; \
  fi; \
done
for file in .. ; do \
  if [ X$file != X.. ]; then \
    echo "#include_next <$file>" >>include/$file; \
    chmod a+r include/$file; \
  fi; \
done
rm -f include/stdint.h
if [ wrap = wrap ]; then \
  rm -f include/stdint-gcc.h; \
  cp ../../src-trunk/gcc/ginclude/stdint-gcc.h include/stdint-gcc.h; \
  chmod a+r include/stdint-gcc.h; \
  cp ../../src-trunk/gcc/ginclude/stdint-wrap.h include/stdint.h; \
  chmod a+r include/stdint.h; \
elif [ wrap = provide ]; then \
  cp ../../src-trunk/gcc/ginclude/stdint-gcc.h include/stdint.h; \
  chmod a+r include/stdint.h; \
fi
set -e; for ml in `cat fixinc_list`; do \
  sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
  multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
  fix_dir=include-fixed${multi_dir}; \
  if [ -f `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \
    cat ../../src-trunk/gcc/limitx.h ../../src-trunk/gcc/glimits.h ../../src-trunk/gcc/limity.h > tmp-xlimits.h; \
  else \
    cat ../../src-trunk/gcc/glimits.h > tmp-xlimits.h; \
  fi; \
  /bin/sh ../../src-trunk/gcc/../mkinstalldirs ${fix_dir}; \
  chmod a+rx ${fix_dir} || true; \
  /bin/sh ../../src-trunk/gcc/../move-if-change \
    tmp-xlimits.h  tmp-limits.h; \
  rm -f ${fix_dir}/limits.h; \
  cp -p tmp-limits.h ${fix_dir}/limits.h; \
  chmod a+r ${fix_dir}/limits.h; \
done
rm -f include-fixed/README
cp ../../src-trunk/gcc/../fixincludes/README-fixinc include-fixed/README
chmod a+r include-fixed/README
echo timestamp > stmp-int-hdrs
In file included from :3459:0:
../../src-trunk/gcc/gcse.c: In function 'pre_ldst_expr_hash':
../../src-trunk/gcc/gcse.c:3663:0: internal compiler error: in verify_gimple_assign, at tree-cfg.c:4015
 pre_ldst_expr_hash (const void *p)
 ^
0xb7faab verify_gimple_assign
	../../src-trunk/gcc/tree-cfg.c:4015
0xb7faab verify_gimple_stmt
	../../src-trunk/gcc/tree-cfg.c:4230
0xb81280 verify_gimple_in_cfg(function*)
	../../src-trunk/gcc/tree-cfg.c:4568
0xa0bda3 execute_function_todo
	../../src-trunk/gcc/passes.c:1968
0xa1238d do_per_function
	../../src-trunk/gcc/passes.c:1703
0xa1238d execute_todo
	../../src-trunk/gcc/passes.c:2001
0xa128fe execute_one_ipa_transform_pass
	../../src-trunk/gcc/passes.c:2187
0xa128fe execute_all_ipa_transforms()
	../../src-trunk/gcc/passes.c:2213
0x617060 expand_function
	../../src-trunk/gcc/cgraphunit.c:1634
0x618e5e expand_all_functions
	../../src-trunk/gcc/cgraphunit.c:1745
0x618e5e compile()
	../../src-trunk/gcc/cgraphunit.c:2043
0x538df4 lto_main()
	../../src-trunk/gcc/lto/lto.c:3390
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/cch3qlwM.ltrans20.ltrans.o] Error 1
make[7]: *** Waiting for unfinished jobs....
lto-wrapper: make returned 2 exit status
/usr/local/bin/ld: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[6]: *** [cc1] Error 1
make[6]: *** Waiting for unfinished jobs....
/tmp/ccL9q7E5.s: Assembler messages:
/tmp/ccL9q7E5.s:1135577: Error: invalid character (0x83) in mnemonic
make[7]: *** [/tmp/ccFvFmnr.ltrans23.ltrans.o] Error 1
lto-wrapper: make returned 2 exit status
/usr/local/bin/ld: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[6]: *** [cc1plus] Error 1
rm gcj-dbtool.pod jcf-dump.pod jv-convert.pod grmic.pod gcov.pod gcj.pod gc-analyze.pod gfdl.pod cpp.pod gij.pod gfortran.pod gcc.pod fsf-funding.pod
make[6]: Leaving directory `/export/gnu/import/git/gcc-test-profile/bld/gcc'
make[5]: *** [all-stagefeedback-gcc] Error 2
make[5]: Leaving directory `/export/gnu/import/git/gcc-test-profile/bld'
make[4]: *** [stagefeedback-bubble] Error 2
make[4]: Leaving directory `/export/gnu/import/git/gcc-test-profile/bld'
make[3]: *** [profiledbootstrap] Error 2
make[3]: Leaving directory `/export/gnu/import/git/gcc-test-profile/bld'
32871.85user 1097.75system 1:45:26elapsed 536%CPU (0avgtext+0avgdata 636452maxresident)k
1925536inputs+39374704outputs (11132major+157111349minor)pagefaults 0swaps
make[2]: *** [profiledbootstrap] Error 2
make[2]: Leaving directory `/export/gnu/import/git/gcc-test-profile'


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