This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GCC build of HEAD@141111 failed for native


With your recent patch, GCC HEAD revision 141111 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 141108.

Log information for changes since the last build:
------------------------------------------------------------------------
r141110 | paolo | 2008-10-14 15:02:45 +0000 (Tue, 14 Oct 2008) | 11 lines
Changed paths:
   M /trunk/libstdc++-v3/ChangeLog
   M /trunk/libstdc++-v3/include/bits/stl_list.h
   M /trunk/libstdc++-v3/include/bits/stl_tree.h
   M /trunk/libstdc++-v3/testsuite/23_containers/list/capacity/29134.cc
   M /trunk/libstdc++-v3/testsuite/23_containers/map/capacity/29134.cc
   M /trunk/libstdc++-v3/testsuite/23_containers/multimap/capacity/29134.cc
   M /trunk/libstdc++-v3/testsuite/23_containers/multiset/capacity/29134.cc
   M /trunk/libstdc++-v3/testsuite/23_containers/set/capacity/29134.cc

2008-10-14  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/stl_tree.h (_Rb_tree<>::max_size): Use Node_allocator
	for improved accuracy.
	* include/bits/stl_list.h (list<>::max_size): Likewise.
	* testsuite/23_containers/multimap/capacity/29134.cc: Adjust.
	* testsuite/23_containers/set/capacity/29134.cc: Likewise.
	* testsuite/23_containers/multiset/capacity/29134.cc: Likewise.
	* testsuite/23_containers/list/capacity/29134.cc: Likewise.
	* testsuite/23_containers/map/capacity/29134.cc: Likewise.

------------------------------------------------------------------------
r141111 | dgregor | 2008-10-14 15:03:51 +0000 (Tue, 14 Oct 2008) | 14 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/g++.dg/ext/alias-canon2.C
   M /trunk/gcc/tree.c

2008-10-14  Douglas Gregor  <doug.gregor@gmail.com>

       PR c++/37553
       * tree.c (build_type_attribute_qual_variant): Hash on the
       unqualified type, and don't overwrite an existing
       (type_hash_eq): Make the TYPE_NAME of the types significant, to
       allow distinguishing between wchar_t and its underlying type. This
       also means that we'll retain a little more typedef information.

2008-10-14  Douglas Gregor  <doug.gregor@gmail.com>

       PR c++/37553
       * g++.dg/ext/alias-canon2.C: New.

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

For more information, see <http://glutton.geoffk.org/HEAD/>.

Attachment: native-log.txt
Description: Text document

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]