GCC build failure, HEAD@174295 on native
regress
regress@apple.com
Thu May 26 15:56:00 GMT 2011
With your recent patch, GCC HEAD revision 174295 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 174293.
Log information for changes since the last build:
------------------------------------------------------------------------
r174295 | paolo | 2011-05-26 08:35:02 -0700 (Thu, 26 May 2011) | 37 lines
Changed paths:
M /trunk/libstdc++-v3/ChangeLog
M /trunk/libstdc++-v3/include/bits/forward_list.h
M /trunk/libstdc++-v3/include/bits/hashtable.h
M /trunk/libstdc++-v3/include/bits/hashtable_policy.h
M /trunk/libstdc++-v3/include/bits/stl_bvector.h
M /trunk/libstdc++-v3/include/bits/stl_deque.h
M /trunk/libstdc++-v3/include/bits/stl_list.h
M /trunk/libstdc++-v3/include/bits/stl_map.h
M /trunk/libstdc++-v3/include/bits/stl_multimap.h
M /trunk/libstdc++-v3/include/bits/stl_multiset.h
M /trunk/libstdc++-v3/include/bits/stl_set.h
M /trunk/libstdc++-v3/include/bits/stl_tree.h
M /trunk/libstdc++-v3/include/bits/stl_vector.h
M /trunk/libstdc++-v3/include/debug/deque
M /trunk/libstdc++-v3/include/debug/forward_list
M /trunk/libstdc++-v3/include/debug/list
M /trunk/libstdc++-v3/include/debug/map.h
M /trunk/libstdc++-v3/include/debug/multimap.h
M /trunk/libstdc++-v3/include/debug/multiset.h
M /trunk/libstdc++-v3/include/debug/set.h
M /trunk/libstdc++-v3/include/debug/unordered_map
M /trunk/libstdc++-v3/include/debug/unordered_set
M /trunk/libstdc++-v3/include/debug/vector
M /trunk/libstdc++-v3/include/profile/deque
M /trunk/libstdc++-v3/include/profile/forward_list
M /trunk/libstdc++-v3/include/profile/list
M /trunk/libstdc++-v3/include/profile/map.h
M /trunk/libstdc++-v3/include/profile/multimap.h
M /trunk/libstdc++-v3/include/profile/multiset.h
M /trunk/libstdc++-v3/include/profile/set.h
M /trunk/libstdc++-v3/include/profile/unordered_map
M /trunk/libstdc++-v3/include/profile/unordered_set
M /trunk/libstdc++-v3/include/profile/vector
M /trunk/libstdc++-v3/src/compatibility-list-2.cc
M /trunk/libstdc++-v3/src/list.cc
2011-05-26 Paolo Carlini <paolo.carlini@oracle.com>
* src/list.cc: Use noexcept per the FDIS.
* src/compatibility-list-2.cc: Likewise.
* include/debug/set.h: Likewise.
* include/debug/unordered_map: Likewise.
* include/debug/multiset.h: Likewise.
* include/debug/forward_list: Likewise.
* include/debug/unordered_set: Likewise.
* include/debug/vector: Likewise.
* include/debug/map.h: Likewise.
* include/debug/deque: Likewise.
* include/debug/list: Likewise.
* include/debug/multimap.h: Likewise.
* include/profile/set.h: Likewise.
* include/profile/unordered_map: Likewise.
* include/profile/multiset.h: Likewise.
* include/profile/forward_list: Likewise.
* include/profile/vector: Likewise.
* include/profile/unordered_set: Likewise.
* include/profile/map.h: Likewise.
* include/profile/deque: Likewise.
* include/profile/list: Likewise.
* include/profile/multimap.h: Likewise.
* include/bits/hashtable.h: Likewise.
* include/bits/stl_list.h: Likewise.
* include/bits/stl_map.h: Likewise.
* include/bits/hashtable_policy.h: Likewise.
* include/bits/stl_set.h: Likewise.
* include/bits/forward_list.h: Likewise.
* include/bits/stl_multimap.h: Likewise.
* include/bits/stl_vector.h: Likewise.
* include/bits/stl_deque.h: Likewise.
* include/bits/stl_multiset.h: Likewise.
* include/bits/stl_bvector.h: Likewise.
* include/bits/stl_tree.h: Likewise.
------------------------------------------------------------------------
For more information, see <http://gcc.gnu.org/regtest/HEAD/>.
-------------- next part --------------
# Early copyback; see "all" above for the rationale. The
# early copy is necessary so that the gcc -B options find
# the right startup files when linking shared libgcc.
/bin/sh /Users/regress/tbox/svn-gcc/libgcc/../mkinstalldirs ../../.././gcc/ppc64
parts="crt2.o crt3.o"; \
for file in $parts; do \
rm -f ../../.././gcc/ppc64/$file; \
/usr/bin/install -c -m 644 $file ../../.././gcc/ppc64/; \
case $file in \
*.a) \
ranlib -c ../../.././gcc/ppc64/$file ;; \
esac; \
done
make[4]: *** [multi-do] Error 1
make[3]: *** [all-multi] Error 2
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