GCC build failed for native with your patch on 2003-12-17T02:48:58Z.

GCC regression checker geoffk@apple.com
Thu Dec 18 06:48:00 GMT 2003


With your recent patch, GCC does not compile on:
 native
Attached is build output for those targets.

The build failures are new.

For more information, see http://gcc.gnu.org/regtest/.
-------------- next part --------------
ChangeLog entries since last run on 2003-12-16T19:23:31Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog	Tue Dec 16 11:24:2=
4 2003
+++ gcc/gcc/ChangeLog	Tue Dec 16 18:49:56 2003
@@ -1,3 +1,19 @@
+2003-12-17  Neil Booth  <neil@daikokuya.co.uk>
+            Joseph S. Myers  <jsm@polyomino.org.uk>
+
+	PR c/3347
+	* c-decl.c (enum_decl_context): Remove BITFIELD.
+	(grokdeclarator): Take bit-field width as an input.
+	Perform bit-field width validation with
+	check_bitfield_type_and_width rather than waiting for
+	finish_struct.
+	(groktypename, groktypename_in_parm_context, start_decl,
+	push_parm_decl, grokfield, start_function): Update calls to
+	grokdeclarator.
+	(check_bitfield_type_and_width): New function.
+	(finish_struct): Move bit-field validation to grokdeclarator
+	and check_bitfield_type_and_width.
+
 2003-12-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
=20
 	PR bootstrap/13386
--- /Users/regress/tbox/changelog_mail/gcc/gcc/cp/ChangeLog	Tue Dec 16 11:2=
4:31 2003
+++ gcc/gcc/cp/ChangeLog	Tue Dec 16 18:50:01 2003
@@ -1,3 +1,12 @@
+2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
+
+	PR c++/9043
+	C++ ABI change: Mangling array indices in templates.
+	* decl.c (compute_array_index_type): Reorganize for earlier
+	template errors. Use value_dependent_expression_p for abi-2.
+	* mangle.c (write_array_type): Check broken mangling for
+	expression indices on abi-1
+
 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
=20
 	PR c++/13275
@@ -17403,7 +17412,7 @@
 	* parse.y (member_init): Just pass in the type.
 	* init.c (expand_member_init): Handle getting a type.
=20
-2000-07-04  Martin v. L=C3=B6wis  <loewis@informatik.hu-berlin.de>
+2000-07-04  Martin v. L=F6wis  <loewis@informatik.hu-berlin.de>
 	    Jason Merrill  <jason@redhat.com>
=20
 	* decl.c (finish_function): Warn if a function has no return
@@ -17749,7 +17758,7 @@
 	* decl.c (pushdecl): Don't set DECL_CONTEXT from current_namespace.
 	(push_namespace): Set DECL_CONTEXT for a new NAMESPACE_DECL.
=20
-2000-06-24  Martin v. L=C3=B6wis  <loewis@informatik.hu-berlin.de>
+2000-06-24  Martin v. L=F6wis  <loewis@informatik.hu-berlin.de>
=20
 	* parse.y (complex_direct_notype_declarator): Support global_scope.
 	* Makefile.in: Adjust conflict count.
@@ -18934,7 +18943,7 @@
 	* semantics.c (finish_member_declaration): Don't mark members of
 	classes declared in an extern "C" region as extern "C".
=20
-2000-05-22  Martin v. L=C3=B6wis  <loewis@informatik.hu-berlin.de>
+2000-05-22  Martin v. L=F6wis  <loewis@informatik.hu-berlin.de>
=20
 	* decl2.c (qualified_lookup_using_namespace): Look through
 	namespace aliases.
@@ -19388,7 +19397,7 @@
=20
 	* ir.texi: Correct typo.
=20
-2000-04-25  Martin v. L=C3=B6wis  <loewis@informatik.hu-berlin.de>
+2000-04-25  Martin v. L=F6wis  <loewis@informatik.hu-berlin.de>
=20
 	* decl.c (grokdeclarator): Reject VLAs as members.
=20
@@ -19687,7 +19696,7 @@
 	(interface_only): Don't declare.
 	(interface_unknown): Likewise.
=20
-2000-04-11  Martin v. L=C3=B6wis  <loewis@informatik.hu-berlin.de>
+2000-04-11  Martin v. L=F6wis  <loewis@informatik.hu-berlin.de>
=20
 	* tree.h (HAVE_TEMPLATES): Remove definition.
 	* lang-options.h (-fthis-is-variable): Remove documentation.
@@ -19742,7 +19751,7 @@
 	(__pointer_to_member_type_info::__do_catch): Remove.
 	(__pointer_to_member_type_info::__pointer_catch): Implement.
=20
-2000-04-10  Martin v. L=C3=B6wis  <loewis@informatik.hu-berlin.de>
+2000-04-10  Martin v. L=F6wis  <loewis@informatik.hu-berlin.de>
=20
 	* lex.c (init_parse): Remove traces of classof and headof.
 	* decl2.c (flag_operator_names): Default to 1.
@@ -20455,7 +20464,7 @@
 	* init.c (build_offset_ref): Handle the case of a templated member
 	function.
=20
-2000-03-19  Martin v. L=C3=B6wis  <loewis@informatik.hu-berlin.de>
+2000-03-19  Martin v. L=F6wis  <loewis@informatik.hu-berlin.de>
=20
 	* except.c (expand_exception_blocks): Clear catch_clauses_last.
=20
@@ -20481,7 +20490,7 @@
 	(layout_class_type): Implement new ABI handling of bitfields
 	longer than their types.
=20
-2000-03-18  Martin v. L=C3=B6wis  <loewis@informatik.hu-berlin.de>
+2000-03-18  Martin v. L=F6wis  <loewis@informatik.hu-berlin.de>
=20
 	* parse.y (extdefs): Call ggc_collect.
 	* parse.c: Regenerated.
@@ -21091,7 +21100,7 @@
=20
 	* decl.c (decls_match): Remove obsolete static member nadgering.
=20
-2000-02-21  Martin v. L=C3=B6wis  <loewis@informatik.hu-berlin.de>
+2000-02-21  Martin v. L=F6wis  <loewis@informatik.hu-berlin.de>
=20
 	* decl.c (grokdeclarator): Change ANSI to ISO.
 	* lex.c (consume_string, readescape, do_identifier): Likewise.
@@ -22118,7 +22127,7 @@
 	* optimize.c (copy_body_r): Clear the operand three of a
 	TARGET_EXPR when copying it.
=20
-2000-01-14  Martin v. L=C3=B6wis  <loewis@informatik.hu-berlin.de>
+2000-01-14  Martin v. L=F6wis  <loewis@informatik.hu-berlin.de>
=20
 	* method.c (build_decl_overload_real): Check whether we are in ::
 	before returning __builtin_new/delete.
@@ -22415,6 +22424,6 @@
 	(fixup_vtable_deltas1): Likewise.
 	(finish_struct_1): Likewise.
=20
-2000-01-01  Martin v. L=C3=B6wis  <loewis@informatik.hu-berlin.de>
+2000-01-01  Martin v. L=F6wis  <loewis@informatik.hu-berlin.de>
=20
 	* call.c (build_new_method_call): Also check destructors.
--- /Users/regress/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog	Tue Dec =
16 11:24:36 2003
+++ gcc/gcc/testsuite/ChangeLog	Tue Dec 16 18:50:05 2003
@@ -1,3 +1,18 @@
+2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+	PR c/3347
+	* gcc.dg/bitfld-8.c: New test.
+
+2003-12-16  James Lemke  <jim@wasabisystems.com>
+
+	* gcc.dg/arm-scd42-[123].c: New tests.
+
+2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
+
+	PR c++/9043
+	* g++.dg/abi/mangle20-1.C: New test.
+	* g++.dg/abi/mangle20-2.C: New test.
+
 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
=20
 	PR c++/13275
--- /Users/regress/tbox/changelog_mail/gcc/libstdc++-v3/ChangeLog	Tue Dec 1=
6 11:24:47 2003
+++ gcc/libstdc++-v3/ChangeLog	Tue Dec 16 18:50:23 2003
@@ -1,3 +1,19 @@
+2003-12-16  Phil Edwards  <phil@codesourcery.com>
+
+	* configure.ac (AM_INIT_AUTOMAKE):  Don't warn about GNU Make.
+	* configure:  Regenerated.
+	* Makefile.am (check-%):  New catch-all forwarding target.
+	* Makefile.in:  Regenerated.
+
+2003-12-16  Paolo Carlini  <pcarlini@suse.de>
+
+	* testsuite/performance/container_benchmark.cc: New, a
+	benchmark developed by Bjarne Stroustrup and Alexander
+	Stepanov and made available with no restrictions.
+
+	* testsuite/testsuite_performance.h (report_header): New,
+	useful to produce header lines in the reports.
+
 2003-12-16  Jonathan Wakely  <redi@gcc.gnu.org>
=20
 	* docs/html/21_strings/howto.html: Document shrink-to-fit reserve().
--- /Users/regress/tbox/changelog_mail/gcc/libjava/ChangeLog	Tue Dec 16 11:=
24:44 2003
+++ gcc/libjava/ChangeLog	Tue Dec 16 18:50:13 2003
@@ -1,3 +1,70 @@
+2003-12-16  Mohan Embar  <gnustuff@thisiscool.com>
+
+	* gnu/java/net/natPlainDatagramSocketImplWin32.cc:
+	Removed unused InterruptedIOException.h include.
+	* gnu/java/net/natPlainSocketImplWin32.cc
+	(connect): Reset and ignore our thread's interrupted
+	flag instead of testing and throwing an InterruptedIOException
+	if set.
+	(accept): Likewise + changed case of SocketTimeoutException
+	text.
+	(write): Likewise (for both overloads).
+	(doRead): Likewise.
+
+2003-12-16  Mohan Embar  <gnustuff@thisiscool.com>
+
+	* win32.cc (WSAEventWrapper): Implemented default
+	constructor and init() methods.
+	(_Jv_select): Removed.
+	* gnu/java/nio/natSelectorImplWin32.cc
+	(helper_put_filedescriptors): Removed.
+	(helper_get_filedescriptors): Removed.
+	(implSelect): Implemented in terms of WSAEventWrapper
+	and WSAWaitForMultipleEvents instead of _Jv_select().
+	Added support for thread interruption.
+	* include/win32.h (WSAEventWrapper): Minor formatting
+	changes; added default constructor declaration, init(),
+	getFD() and getEventHandle() methods.
+	(_Jv_select): Removed.
+
+2003-12-16  Mohan Embar  <gnustuff@thisiscool.com>
+
+	* gnu/java/net/natPlainDatagramSocketImplPosix.cc
+	(peekData): Throw SocketTimeoutException instead of
+	InterruptedIOException on timeout.
+	(receive): Likewise.
+	* gnu/java/net/natPlainSocketImplPosix.cc
+	(read): Made a minor exception text case change.
+
+2003-12-16  Michael Koch  <konqueror@gmx.de>
+
+	Fix for PR libgcj/13056.
+	* libltdl/configure.in,
+	libltdl/config.h.in: Removed.
+	* libltdl/configure.ac,
+	libltdl/config-h.in,
+	libltdl/install-sh,
+	libltdl/config.guess,
+	libltdl/config.sub,
+	libltdl/missing,
+	libltdl/mkinstalldirs,
+	libltdl/ltmain.sh: New files.
+	* libltdl/Makefile.am,
+	libltdl/acinclude.m4,
+	libltdl/aclocal.m4,
+	libltdl/ltdl.c,
+	libltdl/ltdl.h,
+	libltdl/README: Update to versions from libtool 1.5.
+	libltdl/configure,
+	* libltdl/Makefile.in: Regenerated.
+	* java/lang/natRuntime.cc (find_symbol):
+	Use type 'lt_ptr' instead of 'lt_ptr_t'.
+
+2003-12-16  Michael Koch  <konqueror@gmx.de>
+
+	* java/awt/MenuComponent.java
+	(serialVersionUID): Fixed value.
+
 2003-12-16  Fernando Nasser  <fnasser@redhat.com>
=20
 	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c

ChangeLog entries between 2003-12-16T19:23:31Z and the last time everything
passed, on 2003-12-16T19:23:31Z:
-------------- next part --------------
	  true; \
	else \
	  exit 1; \
	fi; \
      else true; \
      fi; \
    fi; \
  done; \
fi
Making all in libltdl
cd /Users/regress/tbox/cvs-gcc/gcc/libjava/libltdl && /bin/sh /Users/regress/tbox/cvs-gcc/gcc/libjava/libltdl/missing --run autoheader
./aclocal.m4:6336: error: Autoconf version 2.54 or higher is required for this script
./aclocal.m4:6336: the top level
autoconf: tracing failed
make[3]: *** [/Users/regress/tbox/cvs-gcc/gcc/libjava/libltdl/config-h.in] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-target-libjava] Error 2
make: *** [bootstrap] Error 2
+ '[' -s gcc/.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