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 failure, HEAD@164278 on native


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

Log information for changes since the last build:
------------------------------------------------------------------------
r164276 | nicola | 2010-09-14 03:23:37 -0700 (Tue, 14 Sep 2010) | 14 lines
Changed paths:
   M /trunk/libobjc/ChangeLog
   M /trunk/libobjc/Makefile.in
   M /trunk/libobjc/acinclude.m4
   M /trunk/libobjc/config.h.in
   M /trunk/libobjc/configure
   M /trunk/libobjc/configure.ac
   M /trunk/libobjc/init.c
   A /trunk/libobjc/objc/objc-sync.h
   A /trunk/libobjc/objc-private/objc-sync.h
   A /trunk/libobjc/objc-sync.c

In libobjc/:
       Implemented objc_sync_enter() and objc_sync_exit(), which are
       required by @synchronized() to work.
       * objc-sync.c: New file.
       * objc/objc-sync.h: New file.
       * objc-private/objc-sync.h: New file.
       * init.c (__objc_exec_class): Call __objc_sync_init() during the
       Objective-C runtime startup.
       * Makefile.in: Added objc-sync.c and objc-sync.h.
       * configure.ac: Added GCC_CHECK_TLS.
       * acinclude.m4: Include ../config/enable.m4 and ../config/tls.m4.
       * configure: Regenerated.
       * config.h.in: Regenerated.

------------------------------------------------------------------------
r164277 | ebotcazou | 2010-09-14 03:26:40 -0700 (Tue, 14 Sep 2010) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/doc/install.texi

	PR target/45277
	PR target/45363
	PR target/45407
	* doc/install.texi (sparc*-*-*): New section.
	(sparc-sun-solaris2*): Mention MPC alongside GMP and MPFR.

------------------------------------------------------------------------
r164278 | paolo | 2010-09-14 03:27:36 -0700 (Tue, 14 Sep 2010) | 20 lines
Changed paths:
   M /trunk/libstdc++-v3/ChangeLog
   A /trunk/libstdc++-v3/testsuite/performance/21_strings/append-1.cc (from /trunk/libstdc++-v3/testsuite/performance/21_strings/string_append.cc:164270)
   A /trunk/libstdc++-v3/testsuite/performance/21_strings/append-2.cc (from /trunk/libstdc++-v3/testsuite/performance/21_strings/string_append_2.cc:164270)
   A /trunk/libstdc++-v3/testsuite/performance/21_strings/cons_input_iterator.cc (from /trunk/libstdc++-v3/testsuite/performance/21_strings/string_cons_input_iterator.cc:164270)
   A /trunk/libstdc++-v3/testsuite/performance/21_strings/copy_cons_and_dest.cc (from /trunk/libstdc++-v3/testsuite/performance/21_strings/string_copy_cons_and_dest.cc:164270)
   A /trunk/libstdc++-v3/testsuite/performance/21_strings/find.cc (from /trunk/libstdc++-v3/testsuite/performance/21_strings/string_find.cc:164270)
   A /trunk/libstdc++-v3/testsuite/performance/21_strings/hash.cc
   D /trunk/libstdc++-v3/testsuite/performance/21_strings/string_append.cc
   D /trunk/libstdc++-v3/testsuite/performance/21_strings/string_append_2.cc
   D /trunk/libstdc++-v3/testsuite/performance/21_strings/string_cons_input_iterator.cc
   D /trunk/libstdc++-v3/testsuite/performance/21_strings/string_copy_cons_and_dest.cc
   D /trunk/libstdc++-v3/testsuite/performance/21_strings/string_find.cc

2010-09-14  Matt Austern  <austern@google.com>
	    Paolo Carlini  <paolo.carlini@oracle.com>

	* testsuite/performance/21_strings/hash.cc: New.

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

	* testsuite/performance/21_strings/string_append.cc: Rename to...
	* testsuite/performance/21_strings/append-1.cc: ... this.
	* testsuite/performance/21_strings/string_append_2.cc: Rename to...
	* testsuite/performance/21_strings/append-2.cc: ... this.
	* testsuite/performance/21_strings/string_cons_input_iterator.cc:
	Rename to...
	* testsuite/performance/21_strings/cons_input_iterator.cc: ... this.
	* testsuite/performance/21_strings/string_copy_cons_and_dest.cc:
	Rename to...
	* testsuite/performance/21_strings/copy_cons_and_dest.cc: ... this.
	* testsuite/performance/21_strings/string_find.cc: Rename to...
	* testsuite/performance/21_strings/find.cc: ... this.

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

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]