Gcc [trunk revision 236832] failed to bootstrap on x86_64!

H.J. Lu x32 x32@gnu-35.sc.intel.com
Fri May 27 18:07:00 GMT 2016


cd bld; \
 RUNTESTFLAGS="--target_board='unix{-mx32}'" ../src-trunk/configure \
	 --prefix=/usr/7.0.0 --enable-clocale=gnu --with-system-zlib --enable-shared --with-demangler-in-ld --enable-libmpx --with-multilib-list=m32,m64,mx32 --with-fpmath=sse --enable-languages=c,c++,fortran,java,lto,objc
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
    grep "Error " makelog.236832.trunk.x86_64.x32 >> makelog.236832.trunk.x86_64.x32.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
In file included from gtype-desc.c:55:0:
../../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);
  ~~~~~~~~~~^~~~~~~~~
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 jv-convert.pod gcj.pod gcov-tool.pod gij.pod
make[6]: Leaving directory '/export/gnu/import/git/gcc-test-x32/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-x32/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-x32/bld'
Makefile:23318: recipe for target 'bootstrap' failed
make[3]: *** [bootstrap] Error 2
make[3]: Leaving directory '/export/gnu/import/git/gcc-test-x32/bld'
8068.43user 225.35system 27:21.95elapsed 505%CPU (0avgtext+0avgdata 949572maxresident)k
476736inputs+8598152outputs (10711major+58073605minor)pagefaults 0swaps
Makefile:291: recipe for target 'bootstrap' failed
make[2]: *** [bootstrap] Error 2
make[2]: Leaving directory '/export/gnu/import/git/gcc-test-x32'



More information about the Gcc-regression mailing list