The important part of the log is: /bin/sh ./libtool --tag=CC --mode=compile /Users/regress/tbox/native/build/./gcc/xgcc -B/Users/regress/tbox/native/build/./gcc/ -B/Users/regress/tbox/objs/powerpc-apple-darwin9.8.0/bin/ -B/Users/regress/tbox/objs/powerpc-apple-darwin9.8.0/lib/ -isystem /Users/regress/tbox/objs/powerpc-apple-darwin9.8.0/include -isystem /Users/regress/tbox/objs/powerpc-apple-darwin9.8.0/sys-include -DHAVE_CONFIG_H -I. -I/Users/regress/tbox/svn-gcc/boehm-gc -I./include -I/Users/regress/tbox/svn-gcc/boehm-gc/include -fexceptions -Iinclude -I././targ-include -I.//libc/include -g -O2 -mtune=generic -c -o allchblk.lo /Users/regress/tbox/svn-gcc/boehm-gc/allchblk.c libtool: compile: /Users/regress/tbox/native/build/./gcc/xgcc -B/Users/regress/tbox/native/build/./gcc/ -B/Users/regress/tbox/objs/powerpc-apple-darwin9.8.0/bin/ -B/Users/regress/tbox/objs/powerpc-apple-darwin9.8.0/lib/ -isystem /Users/regress/tbox/objs/powerpc-apple-darwin9.8.0/include -isystem /Users/regress/tbox/objs/powerpc-apple-darwin9.8.0/sys-include -DHAVE_CONFIG_H -I. -I/Users/regress/tbox/svn-gcc/boehm-gc -I./include -I/Users/regress/tbox/svn-gcc/boehm-gc/include -fexceptions -Iinclude -I././targ-include -I.//libc/include -g -O2 -mtune=generic -c /Users/regress/tbox/svn-gcc/boehm-gc/allchblk.c -fno-common -DPIC -o .libs/allchblk.o /Users/regress/tbox/svn-gcc/boehm-gc/allchblk.c:1:0: error: bad value (generic) for -mtune= switch make[3]: *** [allchblk.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-target-boehm-gc] Error 2 make[1]: *** Waiting for unfinished jobs....
---------- Forwarded message ---------- From: regress <regr...@apple.com> Date: Thu, Oct 28, 2010 at 12:49 PM Subject: NEW GCC build failure, h...@166030 on native To: gcc-regress...@gcc.gnu.org With your recent patch, GCC HEAD revision 166030 had problems on: native: build (NEW build failure) Attached is build output for those targets. The previous build was of revision 166026. Log information for changes since the last build: ------------------------------------------------------------------------ r166027 | ebotcazou | 2010-10-28 03:32:03 -0700 (Thu, 28 Oct 2010) | 19 lines Changed paths: M /trunk/gcc/ChangeLog M /trunk/gcc/combine.c * combine.c (set_nonzero_bits_and_sign_copies): Use unsigned arithmetics in masking operations. (contains_muldiv): Likewise. (try_combine): Likewise. (find_split_point): Likewise. (combine_simplify_rtx): Likewise. (simplify_if_then_else): Likewise. (simplify_set): Likewise. (expand_compound_operation): Likewise. (expand_field_assignment): Likewise. (make_extraction): Likewise. (extract_left_shift): Likewise. (make_compound_operation): Likewise. (force_to_mode): Likewise. (make_field_assignment): Likewise. (reg_nonzero_bits_for_combine): Likewise. (simplify_shift_const_1): Likewise. (simplify_comparison): Likewise. ------------------------------------------------------------------------ r166028 | bonzini | 2010-10-28 03:58:48 -0700 (Thu, 28 Oct 2010) | 11 lines Changed paths: M /trunk/boehm-gc/ChangeLog M /trunk/boehm-gc/Makefile.am M /trunk/boehm-gc/Makefile.in M /trunk/boehm-gc/configure M /trunk/boehm-gc/configure.ac M /trunk/boehm-gc/include/Makefile.in 2010-10-28 Paolo Bonzini <bonz...@gnu.org> * configure.ac: Rewrite DGUX check to use GC_CFLAGS, and -O0 check to remove the need for MY_CFLAGS. * Makefile.am: Do not use @...@ substitutions. Use AM_CXXFLAGS, AM_CFLAGS and AM_LDFLAGS instead of redefining LTCOMPILE and LINK. Use "override" to disable -O2 when required. * configure: Regenerate. * Makefile.in: Regenerate. * include/Makefile.in: Regenerate. ------------------------------------------------------------------------ r166029 | ams | 2010-10-28 05:36:14 -0700 (Thu, 28 Oct 2010) | 7 lines Changed paths: M /trunk/gcc/ChangeLog M /trunk/gcc/config/arm/arm.c 2010-10-28 Andrew Stubbs <a...@codesourcery.com> gcc/ * config/arm/arm.c (const_ok_for_arm): Support 0xXY00XY00 pattern constants in thumb2. ------------------------------------------------------------------------ r166030 | paolo | 2010-10-28 09:01:05 -0700 (Thu, 28 Oct 2010) | 35 lines Changed paths: M /trunk/libstdc++-v3/ChangeLog M /trunk/libstdc++-v3/include/bits/hashtable.h M /trunk/libstdc++-v3/include/bits/hashtable_policy.h M /trunk/libstdc++-v3/include/bits/unordered_map.h M /trunk/libstdc++-v3/include/debug/unordered_map M /trunk/libstdc++-v3/include/debug/unordered_set M /trunk/libstdc++-v3/include/profile/unordered_map M /trunk/libstdc++-v3/include/profile/unordered_set M /trunk/libstdc++-v3/testsuite/23_containers/unordered_map/insert/array_syntax.cc A /trunk/libstdc++-v3/testsuite/23_containers/unordered_map/insert/array_syntax_move.cc A /trunk/libstdc++-v3/testsuite/23_containers/unordered_map/insert/map_single_move-1.cc A /trunk/libstdc++-v3/testsuite/23_containers/unordered_map/insert/map_single_move-2.cc A /trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/multimap_single_move-1.cc A /trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/multimap_single_move-2.cc A /trunk/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/multiset_single_move.cc A /trunk/libstdc++-v3/testsuite/23_containers/unordered_set/insert/set_single_move.cc M /trunk/libstdc++-v3/testsuite/util/testsuite_rvalref.h 2010-10-28 Paolo Carlini <paolo.carl...@oracle.com> PR libstdc++/44436 (partial) * include/bits/hashtable.h (_Hashtable<>::insert(value_type&&), insert(_Pair&&), insert(const_iterator, value_type&&), insert(const_iterator, _Pair&&)): Add. (_M_allocate_node, _M_insert, _M_insert_bucket): Templatize. * include/bits/hashtable_policy.h (__detail::_Select1st): Add; use it throughout. (_Map_base<>::operator[](_Key&&)): Add. * include/bits/unordered_map.h: Use __detail::_Select1st throughout. * include/debug/unordered_map: Update. * include/debug/unordered_set: Likewise. * include/profile/unordered_map: Likewise. * include/profile/unordered_set: Likewise. * testsuite/util/testsuite_rvalref.h (struct hash<rvalstruct>): Add; minor tweaks throughout, use deleted special members. * testsuite/23_containers/unordered_map/insert/map_single_move-1.cc: New. * testsuite/23_containers/unordered_map/insert/map_single_move-2.cc: Likewise. * testsuite/23_containers/unordered_map/insert/array_syntax_move.cc: Likewise. * testsuite/23_containers/unordered_multimap/insert/ multimap_single_move-1.cc: Likewise. * testsuite/23_containers/unordered_multimap/insert/ multimap_single_move-2.cc: Likewise. * testsuite/23_containers/unordered_set/insert/set_single_move.cc: Likewise. * testsuite/23_containers/unordered_multiset/insert/ multiset_single_move.cc: Likewise. * testsuite/23_containers/unordered_map/insert/array_syntax.cc: Minor cosmetic changes. ------------------------------------------------------------------------ For more information, see <http://gcc.gnu.org/regtest/HEAD/>. -- Geoffrey Keating <geo...@apple.com> (via an automated GCC regression-testing script.)
ranlib: file: .libs/libgfortran.a(_cos_r10.o) has no symbols ranlib: file: .libs/libgfortran.a(_cos_c10.o) has no symbols ranlib: file: .libs/libgfortran.a(_tan_r10.o) has no symbols ranlib: file: .libs/libgfortran.a(_sinh_r10.o) has no symbols ranlib: file: .libs/libgfortran.a(_cosh_r10.o) has no symbols ranlib: file: .libs/libgfortran.a(_tanh_r10.o) has no symbols ranlib: file: .libs/libgfortran.a(_conjg_c10.o) has no symbols ranlib: file: .libs/libgfortran.a(_aint_r10.o) has no symbols ranlib: file: .libs/libgfortran.a(_anint_r10.o) has no symbols ranlib: file: .libs/libgfortran.a(_sign_i16.o) has no symbols ranlib: file: .libs/libgfortran.a(_sign_r10.o) has no symbols ranlib: file: .libs/libgfortran.a(_dim_i16.o) has no symbols ranlib: file: .libs/libgfortran.a(_dim_r10.o) has no symbols ranlib: file: .libs/libgfortran.a(_atan2_r10.o) has no symbols ranlib: file: .libs/libgfortran.a(_mod_i16.o) has no symbols ranlib: file: .libs/libgfortran.a(_mod_r10.o) has no symbols libtool: link: ( cd ".libs" && rm -f "libgfortran.la" && ln -s "../libgfortran.la" "libgfortran.la" ) make: *** [bootstrap] Error 2 + '[' -s .bad_compare ']' + exit 1