GCC build failed for native with your patch on 2003-12-18T18:15:19Z.

GCC regression checker geoffk@apple.com
Thu Dec 18 20:40:00 GMT 2003


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

The last time the regression tests were run, GCC did not compile either,
so the problem might not be caused by your patch.

For more information, see http://gcc.gnu.org/regtest/.
-------------- next part --------------
ChangeLog entries since last run on 2003-12-18T15:50:18Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog	Thu Dec 18 05:25:5=
9 2003
+++ gcc/gcc/ChangeLog	Thu Dec 18 10:16:10 2003
@@ -1,3 +1,11 @@
+2003-12-18  Steven Bosscher  <stevenb@suse.de>
+
+	* Makefile.in (tracer.o, bb-reorder.o): Depend on timevar.h
+	* toplev.c (rest_of_handle_reorder_blocks, rest_of_handle_tracer):
+	Don't push and pop TV_REORDER_BLOCKS timevars, do it...
+	* bb-reorder.c (reorder_basic_blocks): ...here, and...
+	* tracer.c (tracer): here.
+
 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
=20
 	* loop.c (move_movables): Handle combination of m->consec,=20
--- /Users/regress/tbox/changelog_mail/gcc/libjava/ChangeLog	Wed Dec 17 22:=
49:21 2003
+++ gcc/libjava/ChangeLog	Thu Dec 18 10:16:22 2003
@@ -1,3 +1,12 @@
+2003-12-18  Michael Koch  <konqueror@gmx.de>
+
+	* java/util/prefs/AbstractPreferences.java
+	(cachedChildren): New method.
+
+2003-12-18  Michael Koch  <konqueror@gmx.de>
+
+	* java/util/TimeZone.java (getOffset): New method.
+
 2003-12-17  Fernando Nasser  <fnasser@redhat.com>
 =20
 	* gnu/java/awt/peer/gtk/GtkListPeer.java (handleEvent): Fix generation

ChangeLog entries between 2003-12-18T15:50:18Z and the last time everything
passed, on 2003-12-16T19:23:31Z:
--- /Users/regress/tbox/changelog_pass/gcc/gcc/ChangeLog	Tue Dec 16 11:24:2=
4 2003
+++ gcc/gcc/ChangeLog	Thu Dec 18 05:25:59 2003
@@ -1,3 +1,138 @@
+2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
+
+	* loop.c (move_movables): Handle combination of m->consec,=20
+	m->move_insn_first, and m->insert_temp all nonzero correctly.
+
+2003-12-18  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* calls.c (load_register_parameters): Don't use
+	LOAD_ARGS_REVERSED.
+	* system.h (LOAD_ARGS_REVERSED): Poison.
+	* doc/tm.texi (LOAD_ARGS_REVERSED): Remove.
+
+2003-12-17  Per Bothner  <per@bothner.com>
+
+	* emit-rtl.c (set_new_first_and_last_label_num):  Remove function.
+	* rtl.h (set_new_first_and_last_label_num):  Remove declaration.
+
+2003-12-17  Alexandre Oliva  <aoliva@redhat.com>
+
+	* config/frv/frv.c (frv_ifcvt_modify_insn): Don't leave alone
+	scratch insns of the then branch that clobber regs needed by the
+	else branch.
+
+2003-12-17  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* calls.c (expand_call): Update comments.
+	* system.h (PRETEND_OUTGOING_VARARGS_NAMED): Poison.
+	* targhooks.c: Do not refer to PRETEND_OUTGOING_VARARGS_NAMED.
+
+2003-12-17  James E Wilson  <wilson@specifixinc.com>
+	    Roger Sayle  <roger@eyesopen.com>
+=09
+	* Makefile.in (gcse.o): Add $(TREE_H) to dependencies.
+	* gcse.c: Include tree.h.
+	(implicit_set_cond_p): New.
+	(find_implicit_sets): Call it.
+
+2003-12-17  Santiago Vila  <sanvila@unex.es>
+
+	* config/kfreebsdgnu.h (TARGET_OS_CPP_BUILTINS): Rename from
+	TARET_OS_CPP_BUILTINS.
+
+2003-12-16  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* emit-rtl.c: Fix signed/unsigned comparison warnings.
+
+2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+	* predict.c (struct block_info_def, struct edge_info_def): Change
+	bit-fields of width 1 to unsigned int.
+
+2003-12-16  Geoffrey Keating  <geoffk@apple.com>
+
+	PR 12480
+	* c-pch.c (pch_init): Improve error message when precompiled
+	header can't be written.
+
+	PR 12606
+	* c-pch.c (pch_init): Make a PCH file appear invalid while it's
+	being written.
+	(c_common_write_pch): Make it valid once it's done.
+
+2003-12-17  Ulrich Weigand  <uweigand@de.ibm.com>
+
+	PR target/11992
+	* config/s390/s390.md ("*cmpmem_long_64"): Use CLCLE instruction
+	instead of CLCL.
+	("*cmpmem_long_31"): Likewise.
+
+2003-12-17  Vladimir Makarov  <vmakarov@redhat.com>
+
+	* config/ia64/ia64.c: Add more comments about insn bundling.
+
+2003-12-17  Richard Earnshaw  <rearnsha@arm.com>
+
+	PR optimization/10592
+	* caller-save.c (mark_referenced_regs): Don't short-circuit a reg
+	or subreg in SET_DEST if it isn't a hard register.
+
+2003-12-17  David Edelsohn  <edelsohn@gnu.org>
+
+	* collect2.c (main): Add -fno-profile-arcs -fno-test-coverage
+	-fno-branch-probabilities to arguments when compiling ctors and
+	dtors.
+
+2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+	* config/sparc/sol2.h: Set SUPPORTS_INIT_PRIORITY to 0.
+	* config/sparc/sol2-gld.h: Set SUPPORTS_INIT_PRIORITY to 1.
+
+2003-12-17  Richard Earnshaw  <rearnsha@arm.com>
+
+	* arm.c (thumb_base_register_rtx_p): Don't allow virtual registers
+	as base registers for sub-word operations.
+	(thumb_legitimate_address_p): Simplify REG+REG test.
+
+2003-12-17  Segher Boessenkool  <boessen@de.ibm.com>
+
+	* opts.c (wrap_help): Fix overflow.
+
+2003-12-17  Fred Fish  <fnf@redhat.com>
+
+	* configure.in: Remove code to examine linker scripts and set
+	HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES.
+	* configure, config.in: Regenerate.
+
+2003-12-16  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/12218
+	* varasm.c (initializer_constant_valid_p): Allow a conversion from
+	an integral constant to an OFFSET_TYPE.
+
+2003-12-16  Kazu Hirata  <kazu@cs.umass.edu>
+
+	PR target/11012
+	* config/m32r/m32r.c (gen_compare): Call gen_addsi3 instead of
+	gen_cmp_ne_small_const_insn.
+	* config/m32r/m32r.md (cmp_ne_small_const_insn): Remove.
+
+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_pass/gcc/gcc/cp/ChangeLog	Tue Dec 16 11:2=
4:31 2003
+++ gcc/gcc/cp/ChangeLog	Thu Dec 18 07:51:15 2003
@@ -1,5 +1,54 @@
+2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
+
+	PR c++/13262
+	* pt.c (instantiate_decl): Wrap push_nested_class and
+	pop_nested_class around cp_finish_decl call for static member
+	variable.
+
+2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
+
+	PR c++/9154
+	* parser.c (cp_parser_template_argument): A type-id followed by '>>'
+	is just an user typo, and should be accepted as last resort if any
+	other parsing fails.
+	(cp_parser_enclosed_template_argument_list): If the argument list is
+	parsed correctly, but the next token is '>>', emit a diagnostic.
+	(cp_parser_next_token_ends_template_argument): Accept '>>' as=20
+	delimiter of template argument, it will be later detected as a typo.
+
+2003-12-17  Kelley Cook  <kcook@gcc.gnu.org>
+
+	* Make-lang.in: Replace cp/g++.1 with $(docobjdir)/g++.1.
+
+2003-12-17  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/10603
+	PR c++/12827
+	* parser.c (cp_parser_error): Help c_parse_error print good
+	messages if the next token is a keyword.
+	(cp_parser_parameter_declaration_list): When resynchronizing after
+	a bad parameter declaration, stop if a comma is found.
+	(cp_parser_parameter_declaration): Avoid backtracking.
+
 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
=20
+	PR c++/12696
+	* decl.c (reshape_init): Recover quickly from errors.
+
+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>
+
+	PR c++/12696
+	* decl.c (reshape_init): Recover quickly from errors.
+
 	PR c++/13275
 	* lex.c (reswords): Add "__offsetof" and "__offsetof__".
 	* parser.c (cp_parser): Add in_offsetof_p.
@@ -17403,7 +17452,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 +17798,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 +18983,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 +19437,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 +19736,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 +19791,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 +20504,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 +20530,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 +21140,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 +22167,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 +22464,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_pass/gcc/gcc/testsuite/ChangeLog	Tue Dec =
16 11:24:36 2003
+++ gcc/gcc/testsuite/ChangeLog	Thu Dec 18 07:51:19 2003
@@ -1,3 +1,65 @@
+2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
+
+	PR c++/13262
+	* g++.dg/template/access13.C: New test.
+
+2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
+
+	* gcc.dg/20031216-1.c: New test.
+
+2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
+
+	PR c++/9154
+	* g++.dg/template/error10.C: New test.
+
+2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+	* g++.dg/eh/simd-1.C: XFAIL on SPARC.
+	* g++.dg/eh/simd-2.C: Likewise.
+
+2003-12-17  James E Wilson  <wilson@specifixinc.com>
+	    Roger Sayle  <roger@eyesopen.com>
+
+	* gcc.c-torture/execute/ieee/mzero5.c: New.
+
+2003-12-17  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/10603
+	* g++.dg/parse/error6.C: New test.
+
+	PR c++/12827
+	* g++.dg/parse/error7.C: New test.
+
+2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+	* lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
+	at -O with stabs debugging formats.
+	* gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
+	* gcc.dg/debug/debug-2.c: Likewise.
+
+2003-12-16  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/12696
+	* g++.dg/init/error1.C: New test.
+
+	PR c++/12218
+	* g++.dg/init/pm3.C: New test.
+
+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_pass/gcc/libstdc++-v3/ChangeLog	Tue Dec 1=
6 11:24:47 2003
+++ gcc/libstdc++-v3/ChangeLog	Wed Dec 17 22:49:25 2003
@@ -1,3 +1,37 @@
+2003-12-17  Paolo Carlini  <pcarlini@suse.de>
+
+	* include/bits/locale_facets.tcc (time_get::_M_extract_via_format):
+	Use narrow to get from __format[__i] a char __c representing a
+	formatting code, don't use it to compare *__beg to __format[__i].
+	* testsuite/22_locale/time_get/get_date/wchar_t/4.cc: New.
+
+2003-12-17  Paolo Carlini  <pcarlini@suse.de>
+
+	* testsuite/performance/container_benchmark.cc: Tweak outputs.
+
+	* testsuite/performance/list_create_fill_sort.cc: Shrink a
+	bit some outputs.
+
+	* testsuite/testsuite_performance.h: Widen a few output fields.
+
+	* testsuite/performance/ifstream_extract_int.cc: New.
+
+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_pass/gcc/libjava/ChangeLog	Tue Dec 16 11:=
24:44 2003
+++ gcc/libjava/ChangeLog	Wed Dec 17 22:49:21 2003
@@ -1,3 +1,84 @@
+2003-12-17  Fernando Nasser  <fnasser@redhat.com>
+=20
+	* gnu/java/awt/peer/gtk/GtkListPeer.java (handleEvent): Fix generation
+	of ActionEvents for mouse double-clicks.
+
+2003-12-17  Fernando Nasser  <fnasser@redhat.com>
+
+	* gnu/java/awt/peer/gtk/GtkContainerPeer.java (handleEvent): Check for
+	null Graphics pointer returned by FileDialogPeer.
+
+2003-12-17  Michael Koch  <konqueror@gmx.de>
+
+	* libltdl/stamp-h.in: Removed, not used anymore.
+
+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
-------------- next part --------------
	fi; \
      else true; \
      fi; \
    fi; \
  done; \
fi
Making all in libltdl
make  all-am
/bin/sh ./libtool --mode=compile /Users/regress/tbox/native/build/gcc/xgcc -B/Users/regress/tbox/native/build/gcc/ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.3/bin/ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.3/lib/ -isystem /Users/regress/tbox/objs/powerpc-apple-darwin6.3/include -isystem /Users/regress/tbox/objs/powerpc-apple-darwin6.3/sys-include -DHAVE_CONFIG_H -I. -I/Users/regress/tbox/cvs-gcc/gcc/libjava/libltdl -I.   -O2 -g -O2  -O2 -g -O2 -c -o ltdl.lo `test -f '/Users/regress/tbox/cvs-gcc/gcc/libjava/libltdl/ltdl.c' || echo '/Users/regress/tbox/cvs-gcc/gcc/libjava/libltdl/'`/Users/regress/tbox/cvs-gcc/gcc/libjava/libltdl/ltdl.c
mkdir .libs
 /Users/regress/tbox/native/build/gcc/xgcc -B/Users/regress/tbox/native/build/gcc/ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.3/bin/ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.3/lib/ -isystem /Users/regress/tbox/objs/powerpc-apple-darwin6.3/include -isystem /Users/regress/tbox/objs/powerpc-apple-darwin6.3/sys-include -DHAVE_CONFIG_H -I. -I/Users/regress/tbox/cvs-gcc/gcc/libjava/libltdl -I. -O2 -g -O2 -O2 -g -O2 -c /Users/regress/tbox/cvs-gcc/gcc/libjava/libltdl/ltdl.c  -fno-common -DPIC -o .libs/ltdl.o
In file included from /Users/regress/tbox/cvs-gcc/gcc/libjava/libltdl/ltdl.c:1587:
/usr/include/mach-o/dyld.h:300: error: syntax error before "int"
make[4]: *** [ltdl.lo] Error 1
make[3]: *** [all] Error 2
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