GCC build failed for native with your patch on 2003-11-11T20:45:03Z.
GCC regression checker
geoffk@apple.com
Tue Nov 11 22:52: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-11-07T23:42:16Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog Fri Nov 7 15:43:12 2003
+++ gcc/gcc/ChangeLog Tue Nov 11 12:45:55 2003
@@ -1,3 +1,133 @@
+2003-11-11 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/h8300/lib1funcs.asm: Replace DenHighZero with
+ DenHighNonZero.
+
+2003-11-11 Jan Hubicka <jh@suse.cz>
+
+ * cgraphunit.c (cgraph_function_possibly_inlined_p): Use
+ really_no_inline.
+
+2003-11-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ * pa.h (TRAMPOLINE_TEMPLATE): Fix flushing of cache lines when
+ generating 64-bit code.
+
+2003-11-10 David Edelsohn <edelsohn@gnu.org>
+
+ * config/rs6000/rs6000.c (legitimate_lo_sum_address_p): Remove
+ accidental commit in previous change.
+
+2003-11-10 Fariborz Jahanian <fjahanian@apple.com>
+
+ * config/rs6000/rs6000.h (STACK_SIZE_MODE): Add definition.
+ * config/rs6000/rs6000.c (reg_or_mem_operand): Add macho-style
+ address recognition.
+ (macho_lo_sum_memory_operand): Routine to recognize macho-style
+ address recognition.
+
+2003-11-10 Richard Henderson <rth@redhat.com>
+
+ * dwarf2out.c (gen_label_die): Cope with DECL_RTL not set.
+
+2003-11-10 Matt Austern <austern@apple.com>
+
+ * config/darwin-protos.h (darwin_assemble_visibility): Declare.
+ * config/darwin.c (darwin_assemble_visibility): Define. Warn for
+ anything other than VISIBILITY_DEFAULT and VISIBILITY_HIDDEN.
+ * config/darwin.h (TARGET_ASM_ASSEMBLE_VISIBILITY): Use
+ darwin_assemble_visibility instead of default.
+
+2003-11-10 Waldek Hebisch <hebisch@math.uni.wroc.pl>
+
+ PR target/12865
+ * config/sparc/sparc.c (sparc_initialize_trampoline): Call
+ __enable_execute_stack only after writing onto the stack.
+ (sparc64_initialize_trampoline): Likewise.
+
+2003-11-09 Roger Sayle <roger@eyesopen.com>
+
+ * loop.c (check_dbra_loop): Try swapping the comparison operands
+ of the loop condition to identify a suitable induction variable.
+ * unroll.c (loop_iterations): Likewise.
+
+2003-11-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * config/sparc/sparc.h (TARGET_CPU_CPP_BUILTINS): Fix sparc vs
+ sparc64 #cpu and #machine assertions.
+
+2003-11-09 Richard Henderson <rth@redhat.com>
+
+ * Makefile.in (rtlanal.o): Depend on BASIC_BLOCK_H.
+
+2003-11-09 Jan Hubicka <jh@suse.cz>
+
+ * tree-optimize.c (tree_rest_of_compilation): Fix warning.
+
+ * cgraphunit.c (cgraph_expand_function): Use
+ cgraph_possibly_inlined_p.
+ * tree-optimize.c (tree_rest_of_compilation): Do not kill saved tree.
+
+ * opts.c (common_handle_option): Do not set max-inline-insns.
+ * params.def: Update comments.
+ (PARAM_MAX_INLINE_INSNS): Kill.
+ * invoke.texi (max-inline-insns): Kill.
+
+2003-11-08 Joseph S. Myers <jsm@polyomino.org.uk>
+
+ PR c/3190
+ PR c/8714
+ * c-format.c (set_Wformat): Do not enable -Wformat-y2k by default.
+ * invoke.texi: Update.
+
+2003-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ PR optimization/12630
+ * pa.c (compute_movstrsi_length): Rename to compute_movstr_length.
+ Handle length computation 64-bit moves.
+ (compute_clrstr_length, output_block_clear): Implement block clear.
+ (output_block_move): Handle 64-bit moves.
+ (pa_adjust_insn_length): Use compute_movstr_length and
+ compute_clrstr_length.
+ * pa.md (movstrsi): Revise operand order and comments. Don't use
+ match_scratch.
+ (movstrsi_internal): Delete.
+ (movstrsi_prereload, movstrsi_postreload): New insns. Define splitter
+ and peephole2 patterns to transform prereload to postreload form.
+ (movstrdi, movstrdi_prereload, movstrdi_postreload, clrstrsi,
+ clrstrsi_prereload, clrstrsi_postreload, clrstrdi, clrstrdi_prereload,
+ clrstrdi_postreload): New patterns for 64-bit block move, and block
+ clear.
+ * pa-protos.h (output_block_clear): New prototype.
+
+2003-11-08 Andreas Schwab <schwab@suse.de>
+
+ * dbxout.c (current_file): Also wrap inside DBX_DEBUGGING_INFO ||
+ XCOFF_DEBUGGING_INFO.
+
+2003-11-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * dbxout.c (current_file): Wrap declaration in DBX_USE_BINCL.
+
+2003-11-07 Geoffrey Keating <geoffk@apple.com>
+
+ * config/rs6000/rs6000.c (rs6000_legitimize_address): Remove
+ redundant parens.
+
+ * cppfiles.c (pch_open_file): New parameter 'invalid_pch', set it.
+ (find_file_in_dir): Likewise.
+ (_cpp_find_file): Print message if no header file is found
+ but an invalid PCH file was.
+
+2003-11-08 Joseph S. Myers <jsm@polyomino.org.uk>
+
+ * c-typeck.c (pedantic_lvalue_warning): Deprecate compound
+ expressions as lvalues.
+ (internal_build_compound_expr): Remove special handling for
+ non-pedantic case.
+ * doc/extend.texi: Document that all extended lvalues are now
+ deprecated.
+
2003-11-07 Geoffrey Keating <geoffk@apple.com>
PR 11654
--- /Users/regress/tbox/changelog_mail/gcc/gcc/cp/ChangeLog Thu Nov 6 16:24:15 2003
+++ gcc/gcc/cp/ChangeLog Tue Nov 11 12:46:19 2003
@@ -1,3 +1,13 @@
+2003-11-10 Richard Henderson <rth@redhat.com>
+
+ * cvt.c (convert_to_void): Use void_zero_node after overload failure.
+
+2003-11-10 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
+ PR c++/12832
+ * name-lookup.c (supplement_binding): Gracefully handle names
+ used at non-class scope prior declaration.
+
2003-11-06 Matt Austern <austern@apple.com>
* decl.c (duplicate_decls): copy DECL_VISIBILITY field.
--- /Users/regress/tbox/changelog_mail/gcc/gcc/java/ChangeLog Thu Nov 6 08:33:54 2003
+++ gcc/gcc/java/ChangeLog Tue Nov 11 12:46:26 2003
@@ -1,3 +1,19 @@
+2003-11-11 Tom Tromey <tromey@redhat.com>
+
+ PR java/12915:
+ * parse.y (merge_string_cste): Handle case where we have a
+ pointer that happens to be zero, not null_pointer_node.
+
+2003-11-10 Tom Tromey <tromey@redhat.com>
+
+ * jcf-parse.c (classify_zip_file): Correctly compare
+ filename_length against length of manifest file's name.
+
+2003-11-08 Tom Tromey <tromey@redhat.com>
+
+ PR java/12894:
+ * jcf-parse.c (classify_zip_file): Only skip MANIFEST.MF file.
+
2003-11-06 Andrew Haley <aph@redhat.com>
* expr.c (java_stack_swap): Make sure destination stack slots are
--- /Users/regress/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog Thu Nov 6 16:24:19 2003
+++ gcc/gcc/testsuite/ChangeLog Tue Nov 11 12:46:29 2003
@@ -1,3 +1,39 @@
+2003-11-10 Arnaud Charlet <charlet@act-europe.fr>
+
+ * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
+ Clean ups.
+
+2003-11-10 Waldek Hebisch <hebisch@math.uni.wroc.pl>
+
+ * gcc.dg/trampoline-1.c: New test.
+
+2003-11-09 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * gcc.c-torture/compile/200031109-1.c: New test.
+
+2003-11-08 Joseph S. Myers <jsm@polyomino.org.uk>
+
+ PR c/3190
+ PR c/8714
+ * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
+ gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
+ gcc.dg/format/no-y2k-1.c: Update.
+
+2003-11-08 Roger Sayle <roger@eyesopen.com>
+
+ PR optimization/10467
+ * gcc.dg/20031108-1.c: New test case.
+
+2003-11-07 Geoffrey Keating <geoffk@apple.com>
+
+ * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
+
+2003-11-08 Joseph S. Myers <jsm@polyomino.org.uk>
+
+ * gcc.dg/compound-lvalue-1.c: New test.
+ * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
+ some XFAILs.
+
2003-11-06 Geoffrey Keating <geoffk@apple.com>
* gcc.dg/altivec-varargs-1.c: New test.
--- /Users/regress/tbox/changelog_mail/gcc/libstdc++-v3/ChangeLog Fri Nov 7 15:43:25 2003
+++ gcc/libstdc++-v3/ChangeLog Tue Nov 11 12:46:44 2003
@@ -1,3 +1,156 @@
+2003-11-11 Doug Gregor <gregod@cs.rpi.edu>
+
+ * docs/html/debug.html: Document libstdc++ debug mode.
+ * docs/html/debug_mode.html: Document libstdc++ debug mode design.
+ * docs/html/test.html: Document how to test under debug mode.
+ * docs/html/17_intro/howto.html: Document debug-mode macros.
+ * include/Makefile.am: Install debug-mode headers.
+ * src/Makefile.am: Include debug.cc.
+ * include/bits/basic_string.tcc:
+ (basic_string::_S_construct): Fix NULL pointer check.
+ (__is_null_pointer): New.
+ Add precondition annotations.
+ * include/bits/stream_iterator.h (istream_iterator,
+ ostream_iterator): Added precondition annotations.
+ * include/bits/streambuf_iterator.h (istreambuf_iterator): Ditto.
+ * include/bits/stl_queue.h (queue, priority_queue): Ditto.
+ * include/bits/stl_stack.h (stack): Ditto.
+ * include/bits/basic_string.h (basic_string): Ditto.
+ * include/bits/basic_string.tcc (basic_string): Ditto.
+ * include/std/std_memory.h (auto_ptr): Ditto.
+ * include/std/std_valarray.h (valarray): Ditto.
+ * include/bits/stl_algo.h: Added algorithm precondition
+ annotations.
+ * include/bits/stl_algobase.h: Added algorithm precondition
+ annotations.
+ * include/bits/stl_numeric.h: Ditto.
+ * include/ext/algorithm: Added algorithm precondition
+ annotations.
+ (__is_heap): Moved away from here.
+ * include/bits/stl_heap.h: Added algorithm precondition
+ annotations.
+ (__is_heap): Moved to the top of this file.
+ (__is_heap): Added iterator range overloads.
+ * testsuite/20_util/auto_ptr_neg.cc: Fix line numbers to match up
+ with changes in std_memory.h.
+ * testsuite/23_containers/list/operators/4.cc: Don't verify
+ performance guarantees when in debug mode.
+ * testsuite/23_containers/bitset/invalidation/1.cc: New.
+ * testsuite/23_containers/deque/invalidation/1.cc: New.
+ * testsuite/23_containers/deque/invalidation/2.cc: New.
+ * testsuite/23_containers/deque/invalidation/3.cc: New.
+ * testsuite/23_containers/deque/invalidation/4.cc: New.
+ * testsuite/23_containers/list/invalidation/1.cc: New.
+ * testsuite/23_containers/list/invalidation/2.cc: New.
+ * testsuite/23_containers/list/invalidation/3.cc: New.
+ * testsuite/23_containers/list/invalidation/4.cc: New.
+ * testsuite/23_containers/map/invalidation/1.cc: New.
+ * testsuite/23_containers/map/invalidation/2.cc: New.
+ * testsuite/23_containers/multimap/invalidation/1.cc: New.
+ * testsuite/23_containers/multimap/invalidation/2.cc: New.
+ * testsuite/23_containers/multiset/invalidation/1.cc: New.
+ * testsuite/23_containers/multiset/invalidation/2.cc: New.
+ * testsuite/23_containers/set/invalidation/1.cc: New.
+ * testsuite/23_containers/set/invalidation/2.cc: New.
+ * testsuite/23_containers/vector/invalidation/1.cc: New.
+ * testsuite/23_containers/vector/invalidation/2.cc: New.
+ * testsuite/23_containers/vector/invalidation/3.cc: New.
+ * testsuite/23_containers/vector/invalidation/4.cc: New.
+ * testsuite/25_algorithms/heap.cc: Don't verify
+ performance guarantees when in debug mode.
+ * include/debug/bitset: New.
+ * include/debug/debug.h: New.
+ * include/debug/deque: New.
+ * include/debug/formatter.h: New.
+ * include/debug/hash_map: New.
+ * include/debug/hash_map.h: New.
+ * include/debug/hash_multimap.h: New.
+ * include/debug/hash_set: New.
+ * include/debug/hash_set.h: New.
+ * include/debug/hash_multiset.h: New.
+ * include/debug/list: New.
+ * include/debug/map: New.
+ * include/debug/map.h: New.
+ * include/debug/multimap.h: New.
+ * include/debug/multiset.h: New.
+ * include/debug/safe_base.h: New.
+ * include/debug/safe_iterator.h: New.
+ * include/debug/safe_iterator.tcc: New.
+ * include/debug/safe_sequence.h: New.
+ * include/debug/set: New.
+ * include/debug/set.h: New.
+ * include/debug/string: New.
+ * include/debug/vector: New.
+ * src/debug.cc: New.
+ * config/linker-map.gnu: Add debug mode symbols.
+
+2003-11-11 Benjamin Kosnik <bkoz@redhat.com>
+
+ * src/string-inst.cc: Tweak namespaces.
+ * src/misc-inst.cc: Same.
+ * docs/html/debug.html: Edits.
+ * config/link-map.gnu: Remove cruft.
+
+ * include/bits/c++config: Add in namespace associations.
+ * include/std/std_bitset.h: Adjust namespace to __gnu_norm,
+ comment tweaks.
+ * include/bits/deque.tcc: Same.
+ * include/bits/list.tcc: Same.
+ * include/bits/stl_bvector.h: Same.
+ * include/bits/stl_deque.h: Same.
+ * include/bits/stl_list.h: Same.
+ * include/bits/stl_map.h: Same.
+ * include/bits/stl_multimap.h: Same.
+ * include/bits/stl_multiset.h: Same.
+ * include/bits/stl_set.h: Same.
+ * include/bits/stl_vector.h: Same.
+ * include/bits/vector.tcc: Same.
+
+ * include/std/std_algorithm.h: Remove markup comments.
+ * include/std/std_functional.h: Same.
+ * include/std/std_iterator.h: Same.
+ * include/std/std_numeric.h: Same.
+ * include/std/std_utility.h: Same.
+ * include/bits/stl_queue.h: Formatting tweaks.
+ * include/bits/stl_stack.h: Same.
+ * include/std/std_deque.h: Include debugging version in debug mode.
+ * include/std/std_list.h: Same.
+ * include/std/std_map.h: Same.
+ * include/std/std_set.h: Same.
+ * include/std/std_vector.h: Same.
+ * include/std/std_queue.h: Use deque, vector.
+ * include/std/std_stack.h: Same.
+
+2003-11-09 Paolo Carlini <pcarlini@suse.de>
+
+ * include/bits/locale_facets.tcc (_M_insert_int,
+ _M_insert_float): Move a couple of vars inside an if block.
+
+2003-11-09 Paolo Carlini <pcarlini@suse.de>
+
+ PR libstdc++/12971
+ * include/bits/locale_facets.tcc
+ (money_put::do_put(..., long double)): Fix conversion
+ specification as per DR 328 [WP].
+ * testsuite/22_locale/money_put/put/char/12971.cc: Add.
+ * testsuite/22_locale/money_put/put/wchar_t/12971.cc: Ditto.
+ * docs/html/ext/howto.html: Add entry for DR 328.
+
+2003-11-08 Paolo Carlini <pcarlini@suse.de>
+
+ PR libstdc++/12967
+ * include/bits/list.tcc (merge): Implement resolution of
+ DR 300 [WP].
+ * docs/html/ext/howto.html: Add entry for DR 300; tweak entry
+ for DR 231.
+
+ * docs/html/ext/lwg-active.html, docs/html/ext/lwg-defects.html:
+ Import R27.
+
+2003-11-07 Jonathan Wakely <redi@gcc.gnu.org>
+
+ * libsupc++/vec.cc: Conform to C++STYLE.
+
2003-11-07 Carlo Wood <carlo@alinoe.com>
PR libstdc++/12736
@@ -18,7 +171,7 @@
* include/bits/demangle.h
(qualifier_list<Allocator>::decode_qualifiers(string_type&,
string_type&, bool member_function_pointer_qualifiers):
- Always seperate the '[' of an array type with a space from
+ Always separate the '[' of an array type with a space from
what is left of it, except when that is the closing bracket
of another array dimension.
--- /Users/regress/tbox/changelog_mail/gcc/libffi/ChangeLog Thu Nov 6 08:33:59 2003
+++ gcc/libffi/ChangeLog Tue Nov 11 12:46:35 2003
@@ -1,3 +1,72 @@
+2003-11-09 Andreas Tobler <a.tobler@schweiz.ch>
+
+ * testsuite/libffi.call/closure_fn0.c: Print result and check
+ with dg-output to make debugging easier.
+ * testsuite/libffi.call/closure_fn1.c: Likewise.
+ * testsuite/libffi.call/closure_fn2.c: Likewise.
+ * testsuite/libffi.call/closure_fn3.c: Likewise.
+ * testsuite/libffi.call/closure_fn4.c: Likewise.
+ * testsuite/libffi.call/closure_fn5.c: Likewise.
+ * testsuite/libffi.call/cls_12byte.c: Likewise.
+ * testsuite/libffi.call/cls_16byte.c: Likewise.
+ * testsuite/libffi.call/cls_18byte.c: Likewise.
+ * testsuite/libffi.call/cls_19byte.c: Likewise.
+ * testsuite/libffi.call/cls_1_1byte.c: Likewise.
+ * testsuite/libffi.call/cls_20byte.c: Likewise.
+ * testsuite/libffi.call/cls_20byte1.c: Likewise.
+ * testsuite/libffi.call/cls_24byte.c: Likewise.
+ * testsuite/libffi.call/cls_2byte.c: Likewise.
+ * testsuite/libffi.call/cls_3_1byte.c: Likewise.
+ * testsuite/libffi.call/cls_3byte1.c: Likewise.
+ * testsuite/libffi.call/cls_3byte2.c: Likewise.
+ * testsuite/libffi.call/cls_4_1byte.c: Likewise.
+ * testsuite/libffi.call/cls_4byte.c: Likewise.
+ * testsuite/libffi.call/cls_5byte.c: Likewise.
+ * testsuite/libffi.call/cls_64byte.c: Likewise.
+ * testsuite/libffi.call/cls_6byte.c: Likewise.
+ * testsuite/libffi.call/cls_7byte.c: Likewise.
+ * testsuite/libffi.call/cls_8byte.c: Likewise.
+ * testsuite/libffi.call/cls_9byte1.c: Likewise.
+ * testsuite/libffi.call/cls_9byte2.c: Likewise.
+ * testsuite/libffi.call/cls_double.c: Likewise.
+ * testsuite/libffi.call/cls_float.c: Likewise.
+ * testsuite/libffi.call/cls_schar.c: Likewise.
+ * testsuite/libffi.call/cls_sint.c: Likewise.
+ * testsuite/libffi.call/cls_sshort.c: Likewise.
+ * testsuite/libffi.call/cls_uchar.c: Likewise.
+ * testsuite/libffi.call/cls_uint.c: Likewise.
+ * testsuite/libffi.call/cls_ulonglong.c: Likewise.
+ * testsuite/libffi.call/cls_ushort.c: Likewise.
+ * testsuite/libffi.call/problem1.c: Likewise.
+
+ * testsuite/libffi.special/unwindtest.cc: Make ffi_closure
+ static.
+
+2003-11-08 Andreas Tobler <a.tobler@schweiz.ch>
+
+ * testsuite/libffi.call/cls_9byte2.c: New test case.
+ * testsuite/libffi.call/cls_9byte1.c: Likewise.
+ * testsuite/libffi.call/cls_64byte.c: Likewise.
+ * testsuite/libffi.call/cls_20byte1.c: Likewise.
+ * testsuite/libffi.call/cls_19byte.c: Likewise.
+ * testsuite/libffi.call/cls_18byte.c: Likewise.
+ * testsuite/libffi.call/closure_fn4.c: Likewise.
+ * testsuite/libffi.call/closure_fn5.c: Likewise.
+ * testsuite/libffi.call/cls_schar.c: Likewise.
+ * testsuite/libffi.call/cls_sint.c: Likewise.
+ * testsuite/libffi.call/cls_sshort.c: Likewise.
+ * testsuite/libffi.call/nested_struct2.c: Likewise.
+ * testsuite/libffi.call/nested_struct3.c: Likewise.
+
+2003-11-08 Andreas Tobler <a.tobler@schweiz.ch>
+
+ * testsuite/libffi.call/cls_double.c: Do a check on the result.
+ * testsuite/libffi.call/cls_uchar.c: Likewise.
+ * testsuite/libffi.call/cls_uint.c: Likewise.
+ * testsuite/libffi.call/cls_ulonglong.c: Likewise.
+ * testsuite/libffi.call/cls_ushort.c: Likewise.
+ * testsuite/libffi.call/return_sc.c: Cleanup whitespaces.
+
2003-11-06 Andreas Tobler <a.tobler@schweiz.ch>
* src/prep_cif.c (ffi_prep_cif): Move the validity check after
--- /Users/regress/tbox/changelog_mail/gcc/libjava/ChangeLog Fri Nov 7 00:12:45 2003
+++ gcc/libjava/ChangeLog Tue Nov 11 12:46:37 2003
@@ -1,3 +1,82 @@
+2003-11-11 Thomas Fitzsimmons <fitzsim@redhat.com>
+
+ * gnu/java/awt/peer/gtk/GtkLabelPeer.java (create()): Call new create.
+ (create(String, float)): New method.
+ (setText): Make native.
+ (nativeSetAlignment): New method.
+ (setAlignment): Call nativeSetAlignment.
+ (getArgs): Remove method.
+ * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c
+ (find_fg_color_widget, find_bg_color_widget): New functions.
+ (gtkWidgetSetForeground): Call find_fg_color_widget.
+ (gtkWidgetSetBackground): Call find_bg_color_widget. Modify active and
+ prelight colors.
+ * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkLabelPeer.c (create): Wrap label
+ widget in event box.
+ (setText, setAlignment): Implement new native methods.
+
+2003-11-11 Michael Koch <konqueror@gmx.de>
+
+ * java/awt/Font.java,
+ java/awt/datatransfer/DataFlavor.java,
+ java/math/BigInteger.java,
+ java/net/Inet4Address.java,
+ java/net/Inet6Address.java,
+ java/rmi/MarshalledObject.java,
+ java/rmi/server/RMIClassLoader.java,
+ java/security/cert/CertStore.java,
+ java/sql/Timestamp.java,
+ java/text/SimpleDateFormat.java,
+ javax/naming/CompoundName.java:
+ Removed some redundant obj == null checks.
+
+2003-11-11 Michael Koch <konqueror@gmx.de>
+
+ * java/nio/ByteBuffer.java
+ (equals): Remove redundant obj == null check.
+
+2003-11-11 Michael Koch <konqueror@gmx.de>
+
+ * gnu/java/nio/natPipeImpl.cc,
+ gnu/java/nio/natSelectorImpl.cc: Removed
+ * gnu/java/nio/natPipeImplEcos.cc,
+ gnu/java/nio/natPipeImplPosix.cc,
+ gnu/java/nio/natPipeImplWin32.cc,
+ gnu/java/nio/natSelectorImplEcos.cc,
+ gnu/java/nio/natSelectorImplPosix.cc,
+ gnu/java/nio/natSelectorImplWin32.cc: New files
+ * configure.in: Create links for gnu/java/nio/natPipeImpl.cc and
+ gnu/java/nio/natSelectorImpl.cc
+ * configure: Regenerated.
+
+2003-11-11 Micheal Koch <konqueror@gmx.de>
+
+ * java/net/URLStreamHandler.java (toExternalForm): Print port only
+ if host is printed too and port was really given to URL.
+2003-11-10 Gary Benson <gbenson@redhat.com>
+
+ * java/sql/Timestamp.java (valueOf): Correctly handle
+ nanoseconds.
+
+2003-11-09 Tom Tromey <tromey@redhat.com>
+
+ * java/net/Inet4Address.java (serialVersionUID): Updated.
+
+2003-11-08 Jeff Sturm <jsturm@one-point.com>
+
+ * gnu/gcj/runtime/FirstThread.java (Klocale, Kcalendar):
+ New fields.
+
+2003-11-08 Jeff Sturm <jsturm@one-point.com>
+
+ * java/io/ByteArrayOutputStream.java (resize):
+ Fix off-by-one error.
+
+2003-11-08 Bryce McKinlay <bryce@mckinlay.net.nz>
+
+ * gnu/gcj/xlib/XAnyEvent.java (XAnyEvent): Make constructor
+ public.
+
2003-11-06 Mohan Embar <gnustuff@thisiscool.com>
PR libgcj/12231
--- /Users/regress/tbox/changelog_mail/gcc/libjava/testsuite/ChangeLog Mon Nov 3 23:33:32 2003
+++ gcc/libjava/testsuite/ChangeLog Tue Nov 11 12:46:43 2003
@@ -1,3 +1,26 @@
+2003-11-11 Tom Tromey <tromey@redhat.com>
+
+ For PR java/12915:
+ * libjava.lang/PR12915.java: New file.
+ * libjava.lang/PR12915.out: New file.
+
+ * libjava.jacks/jacks.exp (gcj_jacks_write): Enable "assert"
+ constraint.
+ * libjava.jacks/jacks.xfail: Added new xfails.
+
+2003-11-10 Tom Tromey <tromey@redhat.com>
+
+ For PR java/12996:
+ * libjava.jar/simple.jar: New file.
+ * libjava.jar/simple.xfail: New file.
+ * libjava.jar/simple.out: New file.
+ * libjava.jar/simple.java: New file.
+ * libjava.jar/jar.exp: New file.
+
+2003-11-08 Tom Tromey <tromey@redhat.com>
+
+ * libjava.jacks/jacks.xfail: Updated.
+
2003-11-03 Jeff Sturm <jsturm@one-point.com>
PR java/12866:
ChangeLog entries between 2003-11-07T23:42:16Z and the last time everything
passed, on 2003-03-03T21:26:39Z:
--- /Users/regress/tbox/changelog_pass/gcc/ChangeLog Mon Mar 3 13:26:59 2003
+++ gcc/ChangeLog Mon Nov 3 07:57:57 2003
@@ -1,3 +1,674 @@
+2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * config.sub: Update to 2003-11-03 version.
+
+2003-10-20 Phil Edwards <phil@codesourcery.com>
+
+ * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
+ * configure: Regenerate.
+
+2003-10-20 Nicolas Pitre <nico@cam.org>
+
+ * MAINTAINERS: Add myself to 'Write After Approval' section.
+
+2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
+
+ * MAINTAINERS (Various maintainers: Ada front end): Added myself.
+
+2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
+
+ * MAINTAINERS: Update my email address.
+
+2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
+
+2003-10-17 Ralph Loader <rcl@ihug.co.nz>
+
+ * MAINTAINERS: Add myself to 'Write After Approval' section.
+
+2003-10-16 Bernardo Innocenti <bernie@develer.com>
+
+ * config.guess: Update to 2003-10-16 version.
+ * config.sub: Update to 2003-10-16 version.
+
+2003-10-15 David Daney <ddaney@avtrex.com>
+
+ * MAINTAINERS: Added myself to 'Write After Approval' section.
+
+2003-10-15 Falk Hueffner <falk@debian.org>
+
+ * MAINTAINERS: Move myself from 'Bug database only accounts' to
+ 'Write After Approval' section. Update email.
+
+2003-10-14 Roger Sayle <roger@eyesopen.com>
+
+ * MAINTAINERS: Move myself from 'Write After Approval' to
+ 'Various Maintainers' section as middle-end maintainer.
+
+2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
+ HOST_FLAGS_TO_PASS.
+ * Makefile.in: Regenerate.
+
+2003-10-11 Bernardo Innocenti <bernie@develer.com>
+
+ * config.guess: Update to 2003-10-07 version.
+ * config.sub: Update to 2003-10-07 version.
+
+2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
+ * ltconfig (irix5*, irix6*): Don't override version_type.
+
+2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
+
+ * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
+ * configure: Rebuilt
+ * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
+ * Makefile.in: Rebuilt
+
+2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
+
+2003-09-30 Carlo Wood <carlo@alinoe.com>
+
+ * MAINTAINERS (Write After Approval): Add myself.
+
+2003-09-29 Paul Koning <ni1d@arrl.net>
+
+ * MAINTAINERS: Move myself from "Write After Approval"
+ to CPU platform maintainers for pdp11 platform.
+
+2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
+
+ * MAINTAINERS: Move myself from 'Write After Approval' to
+ 'Various Maintainers' section as libffi testsuite maintainer.
+
+2003-09-21 Daniel Jacobowitz <drow@mvista.com>
+
+ * configure.in: Pass a computed --program-transform-name
+ to subconfigures.
+ * configure: Regenerated.
+
+2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
+ * Makefile.in: Regenerate.
+
+ * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
+ * Makefile.in: Regenerate.
+
+2003-09-19 Ziemowit Laski <zlaski@apple.com>
+
+ * MAINTAINERS: Move myself from 'Write After Approval'
+ to 'Various Maintainers' (objective-c) section.
+
+2003-09-17 Daniel Jacobowitz <drow@mvista.com>
+
+ * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
+ quoting.
+ * configure: Regenerated.
+
+2003-09-16 Joel Brobecker <brobecker@gnat.com>
+
+ * MAINTAINERS (Write After Approval): Add myself to write after
+ approval list.
+
+2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
+
+ * MAINTAINERS (Write After Approval): Add myself.
+
+2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
+
+ * MAINTAINERS: Update my e-mail address.
+
+2003-09-09 Alan Modra <amodra@bigpond.net.au>
+
+ * libtool.m4 (LD): Correct powerpc64 host match.
+
+2003-09-06 James E Wilson <wilson@tuliptree.org>
+
+ * MAINTAINTERS: Update my affiliation and email address.
+
+2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
+
+ * MAINTAINERS (Write After Approval): Add myself.
+
+2003-09-04 DJ Delorie <dj@redhat.com>
+
+ * configure: Regenerate.
+
+2003-09-04 Robert Millan <robertmh@gnu.org>
+
+ * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
+
+2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * configure.in: Ensure arguments to sed are properly spaced.
+ * configure: Regenerate.
+
+2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * MAINTAINERS: Update my e-mail address.
+
+2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
+
+ * MAINTAINERS (Write After Approval): Add myself.
+
+2003-08-27 Daniel Jacobowitz <drow@mvista.com>
+
+ * configure.in: Set RAW_CXX_FOR_TARGET if unset.
+ * configure: Regenerated.
+
+2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
+
+ * MAINTAINERS: Update my email address.
+
+2003-08-23 Phil Edwards <pme@gcc.gnu.org>
+
+ * configure.in: Use newline instead of semicolon when assuming
+ shell arguments in a for loop.
+ * configure: Regenerated.
+
+2003-08-22 Jason Eckhardt <jle@rice.edu>
+
+ * MAINTAINERS: Resurrect the i860 maintainer.
+
+2003-08-20 Geoffrey Keating <geoffk@apple.com>
+
+ PR 8180
+ * configure.in: When testing with_libs and with_headers, treat
+ 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
+ * configure: Regenerate.
+
+ * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
+ make, shell, etc.
+ (baseargs): Likewise.
+ * configure: Regenerate.
+
+2003-08-20 Bernardo Innocenti <bernie@develer.com>
+
+ * MAINTAINERS (Write After Approval): Add myself.
+
+2003-08-19 Geoffrey Keating <geoffk@apple.com>
+
+ * configure.in: Disable libgcj for darwin not on powerpc.
+ * configure: Rebuild.
+
+2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
+
+ * config-ml.in, symlink-tree: Add license.
+
+2003-08-03 Richard Stallman <rms@gnu.org>
+ Eben Moglen <moglen@columbia.edu>
+
+ * README.SCO: New file.
+
+2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
+
+ * Makefile.tpl (check, check-c++): Express dependencies using
+ dependencies rather than commands.
+ * Makefile.in: Regenerate.
+
+2003-08-01 Andrew Cagney <cagney@redhat.com>
+
+ * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
+ * configure: Ditto.
+
+2003-07-31 Geoffrey Keating <geoffk@apple.com>
+
+ * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
+ * Makefile.in: Update.
+
+2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
+
+ * configure.in: Enable libgcj for darwin.
+ * configure: Rebuild.
+
+2003-07-29 Phil Edwards <pme@gcc.gnu.org>
+
+ * config-ml.in: Use ac_configure_args directly instead of
+ ml_arguments. Only set ml_norecursion if --no[-]recursion is
+ actually seen.
+
+2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
+ creating target and build subdirs to build all parent dirs as needed.
+ * Makefile.in: Rebuild.
+ * configure.in: Don't build dirs explicitly here.
+ * configure: Rebuild.
+
+2003-07-26 Paul Brook <paul@nowt.org>
+
+ * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
+
+2003-07-22 Alexandre Oliva <aoliva@redhat.com>
+
+ * Makefile.tpl (all-make): Depend on intl.
+ * Makefile.in: Rebuilt.
+
+2003-07-20 Phil Edwards <pme@gcc.gnu.org>
+
+ * install-sh: Update to newer upstream versions (associated with
+ aclocal 1.7).
+ * mkinstalldirs: Likewise.
+ * missing: Likewise, plus $1Help2man -> $1 typo fix.
+
+2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
+
+ * MAINTAINERS: Move self from Bug database only accounts
+ to write-after-approval.
+
+2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * config.if: Remove unused libc_interface determination.
+
+2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * MAINTAINERS: Move self from write-after-approval to
+ build machinery (*.in).
+
+2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ PR bootstrap/11273
+ PR bootstrap/11408
+ * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
+ unused INSTALL_PROGRAM_ARGS.
+ * configure.in: Use AC_PROG_INSTALL.
+ * Makefile.in: Regenerate.
+ * configure: Regenerate.
+
+2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
+
+ * MAINTAINERS: Alphabetize.
+
+2003-07-10 Alexandre Oliva <aoliva@redhat.com>
+
+ * configure: Rebuilt.
+ 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
+ * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
+ newlib nor libgloss.
+ Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
+ * configure.in (am33_2.0-*-linux*): Added.
+
+2003-07-09 Bob Wilson <bob.wilson@acm.org>
+
+ * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
+ * configure: Regenerate.
+
+2003-07-07 Zack Weinberg <zack@codesourcery.com>
+
+ * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
+ * Makefile.in: Regenerate.
+
+2003-07-04 Zack Weinberg <zack@codesourcery.com>
+
+ * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
+ * Makefile.in: Regenerate.
+
+2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
+
+ * Makefile.tpl: Replace PWD with PWD_COMMAND.
+ * Makefile.in: Regenerated.
+
+ * config-ml.in: Replace PWD with PWD_COMMAND.
+
+2003-07-04 Zack Weinberg <zack@codesourcery.com>
+
+ * intl: New directory; see intl/ChangeLog for details.
+ * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
+ * Makefile.tpl: all-gcc depends on maybe-all-intl.
+ * Makefile.in: Regenerate.
+
+2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * configure.in: Clean up config-lang.in handling. Delete
+ useless assignment to "subdirs".
+ * configure: Regenerate.
+
+2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * configure.in: Rename 'target_libs' to 'target_libraries'.
+ Remove useless reference to 'target_libs'.
+ * configure: Regenerate.
+
+2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
+
+ * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
+ * Makefile.in: Regenerate.
+
+2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * Makefile.def: Introduce flags_to_pass.
+ * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
+ * Makefile.in: Regenerate.
+
+2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
+ and target-libgloss.
+ <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
+ <h8300*-*-*>: Disable libf2c and ${libgcj}.
+ * configure: Regenerate.
+
+2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
+
+ * configure.in: Update testsuite_flags to new location.
+ * configure. Regenerate.
+
+2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * Makefile.tpl: Remove BUILD_CC stuff.
+ * Makefile.in: Regenerate.
+
+2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
+
+ * MAINTAINERS (Write After Approval): Remove Andrew Haley.
+
+2003-06-16 Graeme Peterson <gp@qnx.com>
+
+ * MAINTAINERS (Write After Approval): Add myself.
+
+2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config.guess: Update to 2003-06-12 version.
+ * config.sub: Update to 2003-06-13 version.
+
+2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config.guess: Update to 2003-06-06 version.
+ * config.sub: Update to 2003-06-06 version.
+
+2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
+ * configure. Regenerate.
+
+2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * configure.in: Disable serial configure by default.
+ * configure: Regenerate.
+ * Makefile.tpl: Abolish .NOTPARALLEL.
+ * Makefile.in: Regenerate.
+
+ * Makefile.tpl: Replace {build,host,target}_canonical by
+ {build,host,target}.
+ * Makefile.in: Regenerate.
+
+ * Makefile.tpl: Fix stupid pasto.
+ * Makefile.in: Regenerate.
+
+2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * Makefile.tpl: Remove bogus conditional.
+ * Makefile.in: Regenerate.
+
+2003-06-05 Jan Hubicka <jh@suse.cz>
+
+ * Makefile.tpl (profiledbootstrap): New target.
+ * Makefile.in (profiledbootstrap): New target.
+
+2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
+
+ * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
+ Pinski. Remove user names from other bugzilla-only maintainers.
+
+2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
**** TRUNCATED ****
-------------- next part --------------
/Users/regress/tbox/native/build/gcc/xgcc -shared-libgcc -B/Users/regress/tbox/native/build/gcc/ -nostdinc++ -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/src -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/src/.libs -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 -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/../gcc -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include/powerpc-apple-darwin6.3 -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2 -fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -c /Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++/del_opnt.!
cc -o del_opnt.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /Users/regress/tbox/native/build/gcc/xgcc -shared-libgcc -B/Users/regress/tbox/native/build/gcc/ -nostdinc++ -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/src -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/src/.libs -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 -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/../gcc -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include/powerpc-apple-darwin6.3 -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2 -fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once!
-c -o del_opv.lo /Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++/del_opv.cc
/Users/regress/tbox/native/build/gcc/xgcc -shared-libgcc -B/Users/regress/tbox/native/build/gcc/ -nostdinc++ -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/src -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/src/.libs -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 -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/../gcc -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include/powerpc-apple-darwin6.3 -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2 -fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -c /Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++/del_opv.c!
c -o del_opv.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /Users/regress/tbox/native/build/gcc/xgcc -shared-libgcc -B/Users/regress/tbox/native/build/gcc/ -nostdinc++ -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/src -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/src/.libs -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 -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/../gcc -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include/powerpc-apple-darwin6.3 -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2 -fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once!
-c -o del_opvnt.lo /Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++/del_opvnt.cc
/Users/regress/tbox/native/build/gcc/xgcc -shared-libgcc -B/Users/regress/tbox/native/build/gcc/ -nostdinc++ -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/src -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/src/.libs -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 -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/../gcc -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include/powerpc-apple-darwin6.3 -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2 -fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -c /Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++/del_opvnt!
.cc -o del_opvnt.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /Users/regress/tbox/native/build/gcc/xgcc -shared-libgcc -B/Users/regress/tbox/native/build/gcc/ -nostdinc++ -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/src -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/src/.libs -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 -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/../gcc -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include/powerpc-apple-darwin6.3 -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2 -fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once!
-c -o eh_alloc.lo /Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++/eh_alloc.cc
/Users/regress/tbox/native/build/gcc/xgcc -shared-libgcc -B/Users/regress/tbox/native/build/gcc/ -nostdinc++ -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/src -L/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/src/.libs -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 -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/../gcc -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include/powerpc-apple-darwin6.3 -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2 -fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -c /Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++/eh_alloc.!
cc -o eh_alloc.o
In file included from /Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include/cstdlib:49,
from /Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++/eh_alloc.cc:33:
/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include/powerpc-apple-darwin6.3/bits/c++config.h:65: error: expected `;'
/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include/powerpc-apple-darwin6.3/bits/c++config.h:65: error: declaration does not declare anything
/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include/powerpc-apple-darwin6.3/bits/c++config.h:73: error: expected `;'
/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/libstdc++-v3/include/powerpc-apple-darwin6.3/bits/c++config.h:73: error: declaration does not declare anything
make[4]: *** [eh_alloc.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-target-libstdc++-v3] 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