Gcc [trunk revision 236835] failed to bootstrap on i686!

H.J. Lu ia32 Core i7 ia32corei7@gnu-34.sc.intel.com
Fri May 27 20:52:00 GMT 2016


cd bld; \
 CC="gcc -m32 -fno-lto" CXX="g++ -m32 -fno-lto" ../src-trunk/configure \
	--with-arch=corei7 --with-cpu=corei7 --prefix=/usr/7.0.0 --enable-clocale=gnu --with-system-zlib --enable-shared --with-demangler-in-ld --enable-libmpx i686-linux --with-fpmath=sse --enable-languages=c,c++,fortran,java,lto,objc
configure: WARNING: you should use --build, --host, --target
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
    grep "Error " makelog.236835.trunk.i686.corei7 >> makelog.236835.trunk.i686.corei7.mail; \
make[6]: *** [gtype-desc.o] Error 1
make[5]: *** [all-stage2-gcc] Error 2
make[4]: *** [stage2-bubble] Error 2
make[3]: *** [bootstrap] Error 2
make[2]: *** [bootstrap] Error 2
../../src-trunk/gcc/tree-cfg.h:30:13: note: candidate: void gt_pch_nx(edge_def*, gt_pointer_operator, void*)
 extern void gt_pch_nx (edge_def *e, gt_pointer_operator, void *);
             ^~~~~~~~~
../../src-trunk/gcc/tree-cfg.h:30:13: note:   candidate expects 3 arguments, 1 provided
../../src-trunk/gcc/tree-cfg.h:29:13: note: candidate: void gt_pch_nx(edge_def*)
 extern void gt_pch_nx (edge_def *e);
             ^~~~~~~~~
../../src-trunk/gcc/tree-cfg.h:29:13: note:   no known conversion for argument 1 from ‘hash_map<symtab_node*, symbol_priority_map>::Key {aka symtab_node*}’ to ‘edge_def*’
In file included from gtype-desc.c:54:0:
../../src-trunk/gcc/gimple-ssa.h:48:13: note: candidate: void gt_pch_nx(gimple*&)
 extern void gt_pch_nx (gimple *&);
             ^~~~~~~~~
../../src-trunk/gcc/gimple-ssa.h:48:13: note:   no known conversion for argument 1 from ‘hash_map<symtab_node*, symbol_priority_map>::Key {aka symtab_node*}’ to ‘gimple*&’
In file included from gtype-desc.c:26:0:
../../src-trunk/gcc/tree.h:5450:13: note: candidate: void gt_pch_nx(tree_node*&, gt_pointer_operator, void*)
 extern void gt_pch_nx (tree &, gt_pointer_operator, void *);
             ^~~~~~~~~
../../src-trunk/gcc/tree.h:5450:13: note:   candidate expects 3 arguments, 1 provided
In file included from ../../src-trunk/gcc/coretypes.h:398:0,
                 from gtype-desc.c:23:
../../src-trunk/gcc/hash-set.h:144:1: note: candidate: template<class K, class H> void gt_pch_nx(hash_set<K, H>*, gt_pointer_operator, void*)
 gt_pch_nx (hash_set<K, H> *h, gt_pointer_operator op, void *cookie)
 ^~~~~~~~~
../../src-trunk/gcc/hash-set.h:144:1: note:   template argument deduction/substitution failed:
In file included from ../../src-trunk/gcc/hash-table.h:561:0,
                 from ../../src-trunk/gcc/coretypes.h:397,
                 from gtype-desc.c:23:
../../src-trunk/gcc/hash-map.h:67:12: note:   ‘symtab_node’ is not derived from ‘hash_set<K, H>’
  gt_pch_nx (e.m_key);
  ~~~~~~~~~~^~~~~~~~~
In file included from ../../src-trunk/gcc/coretypes.h:398:0,
                 from gtype-desc.c:23:
../../src-trunk/gcc/hash-set.h:137:1: note: candidate: template<class K, class H> void gt_pch_nx(hash_set<K, H>*)
 gt_pch_nx (hash_set<K, H> *h)
 ^~~~~~~~~
../../src-trunk/gcc/hash-set.h:137:1: note:   template argument deduction/substitution failed:
In file included from ../../src-trunk/gcc/hash-table.h:561:0,
                 from ../../src-trunk/gcc/coretypes.h:397,
                 from gtype-desc.c:23:
../../src-trunk/gcc/hash-map.h:67:12: note:   ‘symtab_node’ is not derived from ‘hash_set<K, H>’
  gt_pch_nx (e.m_key);
  ~~~~~~~~~~^~~~~~~~~
In file included from ../../src-trunk/gcc/coretypes.h:397:0,
                 from gtype-desc.c:23:
../../src-trunk/gcc/hash-table.h:1070:1: note: candidate: template<class D> void gt_pch_nx(hash_table<E>*, gt_pointer_operator, void*)
 gt_pch_nx (hash_table<D> *h, gt_pointer_operator op, void *cookie)
 ^~~~~~~~~
../../src-trunk/gcc/hash-table.h:1070:1: note:   template argument deduction/substitution failed:
In file included from ../../src-trunk/gcc/hash-table.h:561:0,
                 from ../../src-trunk/gcc/coretypes.h:397,
                 from gtype-desc.c:23:
../../src-trunk/gcc/hash-map.h:67:12: note:   ‘symtab_node’ is not derived from ‘hash_table<E>’
  gt_pch_nx (e.m_key);
  ~~~~~~~~~~^~~~~~~~~
In file included from ../../src-trunk/gcc/coretypes.h:397:0,
                 from gtype-desc.c:23:
../../src-trunk/gcc/hash-table.h:1053:1: note: candidate: template<class D> void gt_pch_nx(hash_table<E>*)
 gt_pch_nx (hash_table<D> *h)
 ^~~~~~~~~
../../src-trunk/gcc/hash-table.h:1053:1: note:   template argument deduction/substitution failed:
In file included from ../../src-trunk/gcc/hash-table.h:561:0,
                 from ../../src-trunk/gcc/coretypes.h:397,
                 from gtype-desc.c:23:
../../src-trunk/gcc/hash-map.h:67:12: note:   ‘symtab_node’ is not derived from ‘hash_table<E>’
  gt_pch_nx (e.m_key);
  ~~~~~~~~~~^~~~~~~~~
../../src-trunk/gcc/hash-map.h:263:1: note: candidate: template<class K, class V, class H> void gt_pch_nx(hash_map<K, V, H>*, gt_pointer_operator, void*)
 gt_pch_nx (hash_map<K, V, H> *h, gt_pointer_operator op, void *cookie)
 ^~~~~~~~~
../../src-trunk/gcc/hash-map.h:263:1: note:   template argument deduction/substitution failed:
../../src-trunk/gcc/hash-map.h:67:12: note:   ‘symtab_node’ is not derived from ‘hash_map<K, V, H>’
  gt_pch_nx (e.m_key);
  ~~~~~~~~~~^~~~~~~~~
../../src-trunk/gcc/hash-map.h:256:1: note: candidate: template<class K, class V, class H> void gt_pch_nx(hash_map<K, V, H>*)
 gt_pch_nx (hash_map<K, V, H> *h)
 ^~~~~~~~~
../../src-trunk/gcc/hash-map.h:256:1: note:   template argument deduction/substitution failed:
../../src-trunk/gcc/hash-map.h:67:12: note:   ‘symtab_node’ is not derived from ‘hash_map<K, V, H>’
  gt_pch_nx (e.m_key);
  ~~~~~~~~~~^~~~~~~~~
/export/gnu/import/git/gcc-test-ia32corei7/bld/./prev-gcc/xg++ -B/export/gnu/import/git/gcc-test-ia32corei7/bld/./prev-gcc/ -B/usr/7.0.0/i686-linux/bin/ -nostdinc++ -B/export/gnu/import/git/gcc-test-ia32corei7/bld/prev-i686-linux/libstdc++-v3/src/.libs -B/export/gnu/import/git/gcc-test-ia32corei7/bld/prev-i686-linux/libstdc++-v3/libsupc++/.libs  -I/export/gnu/import/git/gcc-test-ia32corei7/bld/prev-i686-linux/libstdc++-v3/include/i686-linux  -I/export/gnu/import/git/gcc-test-ia32corei7/bld/prev-i686-linux/libstdc++-v3/include  -I/export/gnu/import/git/gcc-test-ia32corei7/src-trunk/libstdc++-v3/libsupc++ -L/export/gnu/import/git/gcc-test-ia32corei7/bld/prev-i686-linux/libstdc++-v3/src/.libs -L/export/gnu/import/git/gcc-test-ia32corei7/bld/prev-i686-linux/libstdc++-v3/libsupc++/.libs -fno-PIE -c   -g -O2 -gtoggle -DIN_GCC     -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common  -DHAVE_CONFIG_H -I. -I. -I../../src-trunk/gcc -I../../src-trunk/gcc/. -I../../src-trunk/gcc/../include -I../../src-trunk/gcc/../libcpp/include  -I../../src-trunk/gcc/../libdecnumber -I../../src-trunk/gcc/../libdecnumber/bid -I../libdecnumber -I../../src-trunk/gcc/../libbacktrace   -o hsa-gen.o -MT hsa-gen.o -MMD -MP -MF ./.deps/hsa-gen.TPo ../../src-trunk/gcc/hsa-gen.c
Makefile:1086: recipe for target 'gtype-desc.o' failed
make[6]: *** [gtype-desc.o] Error 1
make[6]: *** Waiting for unfinished jobs....
rm fsf-funding.pod grmic.pod gcov.pod gc-analyze.pod gpl.pod cpp.pod gfdl.pod gfortran.pod gcc.pod gcj-dbtool.pod jcf-dump.pod gcj.pod jv-convert.pod gcov-tool.pod gij.pod
make[6]: Leaving directory '/export/gnu/import/git/gcc-test-ia32corei7/bld/gcc'
Makefile:4431: recipe for target 'all-stage2-gcc' failed
make[5]: *** [all-stage2-gcc] Error 2
make[5]: Leaving directory '/export/gnu/import/git/gcc-test-ia32corei7/bld'
Makefile:23115: recipe for target 'stage2-bubble' failed
make[4]: *** [stage2-bubble] Error 2
make[4]: Leaving directory '/export/gnu/import/git/gcc-test-ia32corei7/bld'
Makefile:23318: recipe for target 'bootstrap' failed
make[3]: *** [bootstrap] Error 2
make[3]: Leaving directory '/export/gnu/import/git/gcc-test-ia32corei7/bld'
4736.81user 158.40system 12:26.71elapsed 655%CPU (0avgtext+0avgdata 592120maxresident)k
40inputs+2734880outputs (0major+42199228minor)pagefaults 0swaps
Makefile:291: recipe for target 'bootstrap' failed
make[2]: *** [bootstrap] Error 2
make[2]: Leaving directory '/export/gnu/import/git/gcc-test-ia32corei7'



More information about the Gcc-regression mailing list