GCC build failure, HEAD@159082 on native

regress regress@apple.com
Wed May 5 20:26:00 GMT 2010


With your recent patch, GCC HEAD revision 159082 had problems on:
native: build (about the same as the previous build)
Attached is build output for those targets.
The previous build was of revision 159081.

Log information for changes since the last build:
------------------------------------------------------------------------
r159082 | paolo | 2010-05-05 12:53:11 -0700 (Wed, 05 May 2010) | 26 lines
Changed paths:
   M /trunk/libstdc++-v3/ChangeLog
   M /trunk/libstdc++-v3/include/profile/impl/profiler_trace.h
   M /trunk/libstdc++-v3/include/profile/unordered_map
   M /trunk/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/29134.cc
   M /trunk/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/31370.cc

2010-05-05  Paolo Carlini  <paolo.carlini@oracle.com>

	* testsuite/23_containers/vector/bool/capacity/29134.cc: Adjust
	for profile-mode too.
	* testsuite/23_containers/vector/bool/modifiers/insert/31370.cc:
	Likewise.

2010-05-05  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/profile/unordered_map (unordered_map<>::insert(_InputIter,
	_InputIter), unordered_multimap<>::insert(_InputIter, _InputIter)):
	Fix typo, don't call base() on __first and __last.

2010-05-05  Paolo Carlini  <paolo.carlini@oracle.com>

	Fix profile-mode vs -std=c++0x
	* include/profile/impl/profiler_trace.h: Do not include the
	whole <algorithm>, include <bits/stl_heap.h> (additionally
	to <bits/stl_algobase.h>).
	(__write_cost_factors): Replace std::for_each with open-coding.
	(__set_cost_factors): Likewise.
	(__report): Likewise; use std::make_heap / std::sort_heap
	instead of std::sort.
	(__report_cost_factors): Replace std::remove with open-coding.
	(__warn, __cost_factor_writer, __cost_factor_setter): Remove.

------------------------------------------------------------------------

For more information, see <http://gcc.gnu.org/regtest/HEAD/>.

-------------- next part --------------
ranlib: file: ../../.././gcc/ppc64/libgcc.a(_mulxc3.o) has no symbols
ranlib: file: ../../.././gcc/ppc64/libgcc.a(_divxc3.o) has no symbols
ranlib: file: ../../.././gcc/ppc64/libgcc.a(_fixunsxfsi.o) has no symbols
ranlib: file: ../../.././gcc/ppc64/libgcc.a(_fixxfdi.o) has no symbols
ranlib: file: ../../.././gcc/ppc64/libgcc.a(_fixunsxfdi.o) has no symbols
ranlib: file: ../../.././gcc/ppc64/libgcc.a(_floatdixf.o) has no symbols
ranlib: file: ../../.././gcc/ppc64/libgcc.a(_floatundixf.o) has no symbols
/usr/bin/install -c -m 644 libgcov.a ../../.././gcc/ppc64/
chmod 644 ../../.././gcc/ppc64/libgcov.a
ranlib -c ../../.././gcc/ppc64/libgcov.a
parts="crt2.o crt3.o";				\
	for file in $parts; do					\
	  rm -f ../../.././gcc/ppc64/$file;		\
	  /usr/bin/install -c -m 644 $file ../../.././gcc/ppc64/;	\
	done
make[2]: *** [all-stage1-target-libgcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [bootstrap] Error 2
+ '[' -s .bad_compare ']'
+ exit 1
-------------- next part --------------

-- 
Geoffrey Keating <geoffk@apple.com> 
(via an automated GCC regression-testing script.)


More information about the Gcc-regression mailing list