GCC build failed for native with your patch on 2003-01-21T21:44:08Z.

GCC regression checker geoffk@apple.com
Tue Jan 21 23:40: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 (web pages still under construction).
-------------- next part --------------
ChangeLog entries since last run on 2003-01-21T04:00:29Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog	Mon Jan 20 20:01:18 2003
+++ gcc/gcc/ChangeLog	Tue Jan 21 13:44:58 2003
@@ -1,3 +1,104 @@
+2003-01-21  Zack Weinberg  <zack@codesourcery.com>
+
+	* genautomata.c (output_internal_insn_latency_func): Add
+	missing break statement to generated code.
+
+2003-01-21  Roger Sayle  <roger@eyesopen.com>
+
+	* stmt.c (same_case_target_p): New function to determine whether
+	two case labels branch to the same target.  Split out from...
+	(group_case_nodes): ... here.  Use same_case_target_p instead.
+	(strip_default_case_nodes): Remove explicit case nodes
+	that branch to the default destination.
+	(expand_end_case_type): Call strip_default_case_nodes after
+	group_case_nodes, to simplify the case-list before we count it.
+	Only generate table_label RTX when actually needed.  Try to share
+	thiscase->exit_label and thiscase->data.case_stmt.default_label
+	when a switch has no explicit default case.  Simplify test for
+	constant index.
+
+2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
+	\t.
+	(*negsf2_h8300hs): Likewise.
+	(*addsi3_lshiftrt_16_zexthi): Likewise.
+	(*iorhi3_lshiftrt_8): Likewise.
+
+2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
+
+	* dwarf2out.c (fde_table_in_use): Mark GTY.
+	(dwarf2out_cfi_label_num): New variable, marked GTY.
+	(dwarf2out_cfi_label): Use it instead of static label_num.
+	* emit-rtl.c (label_num): Mark GTY.
+
+2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* config/h8300/h8300.c (output_plussi): Support H8/300.
+	(compute_plussi_length): Likewise.
+	(compute_plussi_cc): Likewise.
+	* config/h8300/h8300.md (addsi_h8300): Use output_plussi to
+	output assembly instructions.
+
+2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* calls.c (fix_unsafe_tree): Prototype.
+
+	* Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
+	(gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
+	insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
+	c-parse.o-warn): Add -Wno-error.
+	(STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
+
+	* configure.in (--enable-werror): Add new flag.
+	* doc/install.texi (--enable-werror): Document.
+	* configure: Regenerate.
+
+	* objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
+
+2003-01-21  Andreas Schwab  <schwab@suse.de>
+
+	* genautomata.c (output_internal_insn_latency_func): Fix missing
+	close paren in output.
+
+2003-01-21  Zack Weinberg  <zack@codesourcery.com>
+
+	* genautomata.c: Space savings in generated code:
+	(output_dfa_insn_code_func): Split out the table-enlargement
+	path to an out-of-line static function, dfa_insn_code_enlarge.
+	(output_internal_insn_latency_func): Use a lookup table for the
+	default latencies.
+	(output_print_reservation_func): Use a lookup table for the
+	strings.
+
+2003-01-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
+
+	PR opt/7507
+	* calls.c (fix_unsafe_tree): Split out from ...
+	(expand_call): ... here.  Use it on the function address too.
+
+2003-01-20  Richard Henderson  <rth@redhat.com>
+
+	* expr.h (default_must_pass_in_stack): Move decl outside ifdef.
+
+2003-01-20  Richard Henderson  <rth@redhat.com>
+
+	PR opt/7154
+	* stmt.c (expand_asm_operands): Validize memory operands.
+
+2003-01-20  Richard Henderson  <rth@redhat.com>
+
+	PR opt/8848
+	* ifcvt.c (noce_process_if_block): Correct arguments to
+	modified_between_p for no-else-block case.
+
+2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* config/h8300/h8300.c (const_costs): Remove a warning.
+	(output_plussi): Likewise.
+	(compute_plussi_length): Likewise.
+	(compute_plussi_cc): Likewise.
+
 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
 
 	* config/h8300/h8300.md (addsi_h8300): Remove the last
--- /Users/regress/tbox/changelog_mail/gcc/gcc/cp/ChangeLog	Fri Jan 17 22:36:17 2003
+++ gcc/gcc/cp/ChangeLog	Tue Jan 21 13:45:12 2003
@@ -1,3 +1,7 @@
+2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	Make-lang.in (cp/decl.o-warn): Add -Wno-error.
+
 2003-01-17  Jason Merrill  <jason@redhat.com>
 
 	PR c++/9167, c++/9358
--- /Users/regress/tbox/changelog_mail/gcc/gcc/f/ChangeLog	Thu Jan 16 10:30:47 2003
+++ gcc/gcc/f/ChangeLog	Tue Jan 21 13:45:13 2003
@@ -1,3 +1,7 @@
+Tue Jan 21 08:42:12 2003  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	Make-lang.in (f/sta.o-warn): Add -Wno-error.
+
 Thu Jan 16 10:53:16 2003  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
 	* Make-lang.in (f/target.o): Depend on toplev.h.
--- /Users/regress/tbox/changelog_mail/gcc/gcc/java/ChangeLog	Sat Jan 18 15:12:37 2003
+++ gcc/gcc/java/ChangeLog	Tue Jan 21 13:45:15 2003
@@ -1,3 +1,17 @@
+2003-01-21  Tom Tromey  <tromey@redhat.com>
+
+	* class.c (supers_all_compiled): New function.
+	(make_class_data): Use it.
+
+2003-01-21  Tom Tromey  <tromey@redhat.com>
+
+	* parse.y (method_header): Native method can't be strictfp.
+	No method can be transient or volatile.
+
+2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	Make-lang.in (jvspec.o-warn): Add -Wno-error.
+
 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
 
 	* check-init.c: Fix comment typos.
--- /Users/regress/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog	Mon Jan 20 20:01:29 2003
+++ gcc/gcc/testsuite/ChangeLog	Tue Jan 21 13:45:17 2003
@@ -1,3 +1,10 @@
+Tue Jan 21 18:01:35 CET 2003  Jan Hubicka  <jh@suse.cz>
+
+	* gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
+	* gcc.c-torture/execute/eeprof-1.c:  Likewise.
+	* gcc.c-torture/execute/stdio-opt-*.c: Likewise.
+	* gcc.c-torture/execute/string-opt-*.c: Likewise.
+
 2003-01-20  Nick Clifton  <nickc@redhat.com>
 
 	* gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
--- /Users/regress/tbox/changelog_mail/gcc/libstdc++-v3/ChangeLog	Fri Jan 17 05:10:34 2003
+++ gcc/libstdc++-v3/ChangeLog	Tue Jan 21 13:45:27 2003
@@ -1,3 +1,342 @@
+2003-01-21  Benjamin Kosnik  <bkoz@redhat.com>
+
+	Reshuffle 22_locale testsuite.
+	* 22_locale/(codecvt.cc money_get.cc
+	codecvt_members_char_char.cc money_get_members_char.cc
+	codecvt_members_unicode_char.cc money_get_members_wchar_t.cc
+	codecvt_members_unicode_wchar_t.cc moneypunct_byname.cc
+	codecvt_members_wchar_t_char.cc moneypunct.cc collate_byname.cc
+	moneypunct_members_char.cc collate.cc moneypunct_members_wchar_t.cc
+	collate_members_char.cc money_put.cc collate_members_wchar_t.cc
+	money_put_members_char.cc ctor_copy_dtor.cc
+	money_put_members_wchar_t.cc ctype.cc num_get.cc ctype_is_char.cc
+	num_get_members_char.cc ctype_is_wchar_t.cc num_get_members_wchar_t.cc
+	ctype_members_char.cc numpunct_byname.cc ctype_members_wchar_t.cc
+	numpunct.cc ctype_narrow_char.cc numpunct_members_char.cc
+	ctype_narrow_wchar_t.cc numpunct_members_wchar_t.cc ctype_scan_char.cc
+	num_put.cc ctype_scan_wchar_t.cc num_put_members_char.cc
+	ctype_to_char.cc num_put_members_wchar_t.cc ctype_to_wchar_t.cc
+	operators.cc ctype_widen_char.cc static_members.cc
+	ctype_widen_wchar_t.cc time_get.cc facet.cc time_get_members_char.cc
+	global_templates.cc time_get_members_wchar_t.cc, members.cc,
+	time_put.cc, messages_byname.cc, time_put_members_char.cc,
+	messages.cc, time_put_members_wchar_t.cc, messages_members_char.cc): 
+	Splint up into individual test cases...	
+	* 22_locale/codecvt/1.cc: New.
+	* 22_locale/codecvt/2.cc: New.
+	* 22_locale/codecvt/always_noconv/char/1.cc: New.
+	* 22_locale/codecvt/always_noconv/char/wrapped_env.cc: New.
+	* 22_locale/codecvt/always_noconv/char/wrapped_locale.cc: New.
+	* 22_locale/codecvt/always_noconv/wchar_t/1.cc: New.
+	* 22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc: New.
+	* 22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/codecvt/encoding/char/1.cc: New.
+	* 22_locale/codecvt/encoding/char/wrapped_env.cc: New.
+	* 22_locale/codecvt/encoding/char/wrapped_locale.cc: New.
+	* 22_locale/codecvt/encoding/wchar_t/1.cc: New.
+	* 22_locale/codecvt/encoding/wchar_t/wrapped_env.cc: New.
+	* 22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/codecvt/in/char/1.cc: New.
+	* 22_locale/codecvt/in/char/wrapped_env.cc: New.
+	* 22_locale/codecvt/in/char/wrapped_locale.cc: New.
+	* 22_locale/codecvt/in/wchar_t/1.cc: New.
+	* 22_locale/codecvt/in/wchar_t/wrapped_env.cc: New.
+	* 22_locale/codecvt/in/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/codecvt/length/char/1.cc: New.
+	* 22_locale/codecvt/length/char/wrapped_env.cc: New.
+	* 22_locale/codecvt/length/char/wrapped_locale.cc: New.
+	* 22_locale/codecvt/length/wchar_t/1.cc: New.
+	* 22_locale/codecvt/length/wchar_t/wrapped_env.cc: New.
+	* 22_locale/codecvt/length/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/codecvt/max_length/char/1.cc: New.
+	* 22_locale/codecvt/max_length/char/wrapped_env.cc: New.
+	* 22_locale/codecvt/max_length/char/wrapped_locale.cc: New.
+	* 22_locale/codecvt/max_length/wchar_t/1.cc: New.
+	* 22_locale/codecvt/max_length/wchar_t/wrapped_env.cc: New.
+	* 22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/codecvt/out/char/1.cc: New.
+	* 22_locale/codecvt/out/char/wrapped_env.cc: New.
+	* 22_locale/codecvt/out/char/wrapped_locale.cc: New.
+	* 22_locale/codecvt/out/wchar_t/1.cc: New.
+	* 22_locale/codecvt/out/wchar_t/wrapped_env.cc: New.
+	* 22_locale/codecvt/out/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/codecvt/unicode/char.cc: New.
+	* 22_locale/codecvt/unicode/wchar_t.cc: New.
+	* 22_locale/codecvt/unshift/char/1.cc: New.
+	* 22_locale/codecvt/unshift/char/wrapped_env.cc: New.
+	* 22_locale/codecvt/unshift/char/wrapped_locale.cc: New.
+	* 22_locale/codecvt/unshift/wchar_t/1.cc: New.
+	* 22_locale/codecvt/unshift/wchar_t/wrapped_env.cc: New.
+	* 22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/collate/1.cc: New.
+	* 22_locale/collate/2.cc: New.
+	* 22_locale/collate/compare/char/1.cc: New.
+	* 22_locale/collate/compare/char/2.cc: New.
+	* 22_locale/collate/compare/char/wrapped_env.cc: New.
+	* 22_locale/collate/compare/char/wrapped_locale.cc: New.
+	* 22_locale/collate/compare/wchar_t/1.cc: New.
+	* 22_locale/collate/compare/wchar_t/2.cc: New.
+	* 22_locale/collate/compare/wchar_t/wrapped_env.cc: New.
+	* 22_locale/collate/compare/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/collate/hash/char/1.cc: New.
+	* 22_locale/collate/hash/char/2.cc: New.
+	* 22_locale/collate/hash/char/wrapped_env.cc: New.
+	* 22_locale/collate/hash/char/wrapped_locale.cc: New.
+	* 22_locale/collate/hash/wchar_t/1.cc: New.
+	* 22_locale/collate/hash/wchar_t/2.cc: New.
+	* 22_locale/collate/hash/wchar_t/wrapped_env.cc: New.
+	* 22_locale/collate/hash/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/collate/transform/char/2.cc: New.
+	* 22_locale/collate/transform/char/wrapped_env.cc: New.
+	* 22_locale/collate/transform/char/wrapped_locale.cc: New.
+	* 22_locale/collate/transform/wchar_t/2.cc: New.
+	* 22_locale/collate/transform/wchar_t/wrapped_env.cc: New.
+	* 22_locale/collate/transform/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/collate_byname/1.cc: New.
+	* 22_locale/ctype/1.cc: New.
+	* 22_locale/ctype/2.cc: New.
+	* 22_locale/ctype/cons/char/1.cc: New.
+	* 22_locale/ctype/cons/char/wrapped_env.cc: New.
+	* 22_locale/ctype/cons/char/wrapped_locale.cc: New.
+	* 22_locale/ctype/is/char/1.cc: New.
+	* 22_locale/ctype/is/char/2.cc: New.
+	* 22_locale/ctype/is/char/3.cc: New.
+	* 22_locale/ctype/is/char/wrapped_env.cc: New.
+	* 22_locale/ctype/is/char/wrapped_locale.cc: New.
+	* 22_locale/ctype/is/wchar_t/1.cc: New.
+	* 22_locale/ctype/is/wchar_t/2.cc: New.
+	* 22_locale/ctype/is/wchar_t/wrapped_env.cc: New.
+	* 22_locale/ctype/is/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/ctype/narrow/char/1.cc: New.
+	* 22_locale/ctype/narrow/char/2.cc: New.
+	* 22_locale/ctype/narrow/char/wrapped_env.cc: New.
+	* 22_locale/ctype/narrow/char/wrapped_locale.cc: New.
+	* 22_locale/ctype/narrow/wchar_t/1.cc: New.
+	* 22_locale/ctype/narrow/wchar_t/2.cc: New.
+	* 22_locale/ctype/narrow/wchar_t/wrapped_env.cc: New.
+	* 22_locale/ctype/narrow/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/ctype/scan/char/1.cc: New.
+	* 22_locale/ctype/scan/char/wrapped_env.cc: New.
+	* 22_locale/ctype/scan/char/wrapped_locale.cc: New.
+	* 22_locale/ctype/scan/wchar_t/1.cc: New.
+	* 22_locale/ctype/scan/wchar_t/wrapped_env.cc: New.
+	* 22_locale/ctype/scan/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/ctype/to/char/1.cc: New.
+	* 22_locale/ctype/to/char/wrapped_env.cc: New.
+	* 22_locale/ctype/to/char/wrapped_locale.cc: New.
+	* 22_locale/ctype/to/wchar_t/1.cc: New.
+	* 22_locale/ctype/to/wchar_t/wrapped_env.cc: New.
+	* 22_locale/ctype/to/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/ctype/widen/char/1.cc: New.
+	* 22_locale/ctype/widen/char/wrapped_env.cc: New.
+	* 22_locale/ctype/widen/char/wrapped_locale.cc: New.
+	* 22_locale/ctype/widen/wchar_t/1.cc: New.
+	* 22_locale/ctype/widen/wchar_t/wrapped_env.cc: New.
+	* 22_locale/ctype/widen/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/facet/1.cc: New.
+	* 22_locale/facet/2.cc: New.
+	* 22_locale/global_templates/1.cc: New.
+	* 22_locale/locale/cons/1.cc: New.
+	* 22_locale/locale/cons/2.cc: New.
+	* 22_locale/locale/cons/3.cc: New.
+	* 22_locale/locale/cons/4.cc: New.
+	* 22_locale/locale/cons/5.cc: New.
+	* 22_locale/locale/cons/6.cc: New.
+	* 22_locale/locale/cons/7.cc: New.
+	* 22_locale/locale/global_locale_objects/1.cc: New.
+	* 22_locale/locale/global_locale_objects/2.cc: New.
+	* 22_locale/locale/global_locale_objects/3.cc: New.
+	* 22_locale/locale/operations/1.cc: New.
+	* 22_locale/locale/operations/2.cc: New.
+	* 22_locale/messages/1.cc: New.
+	* 22_locale/messages/2.cc: New.
+	* 22_locale/messages/members/char/1.cc: New.
+	* 22_locale/messages/members/char/2.cc: New.
+	* 22_locale/messages/members/char/3.cc: New.
+	* 22_locale/messages/members/char/wrapped_env.cc: New.
+	* 22_locale/messages/members/char/wrapped_locale.cc: New.
+	* 22_locale/messages_byname/1.cc: New.
+	* 22_locale/money_get/1.cc: New.
+	* 22_locale/money_get/2.cc: New.
+	* 22_locale/money_get/get/char/1.cc: New.
+	* 22_locale/money_get/get/char/2.cc: New.
+	* 22_locale/money_get/get/char/3.cc: New.
+	* 22_locale/money_get/get/char/4.cc: New.
+	* 22_locale/money_get/get/char/5.cc: New.
+	* 22_locale/money_get/get/char/6.cc: New.
+	* 22_locale/money_get/get/char/7.cc: New.
+	* 22_locale/money_get/get/char/8.cc: New.
+	* 22_locale/money_get/get/char/wrapped_env.cc: New.
+	* 22_locale/money_get/get/char/wrapped_locale.cc: New.
+	* 22_locale/money_get/get/wchar_t/1.cc: New.
+	* 22_locale/money_get/get/wchar_t/2.cc: New.
+	* 22_locale/money_get/get/wchar_t/3.cc: New.
+	* 22_locale/money_get/get/wchar_t/4.cc: New.
+	* 22_locale/money_get/get/wchar_t/5.cc: New.
+	* 22_locale/money_get/get/wchar_t/6.cc: New.
+	* 22_locale/money_get/get/wchar_t/7.cc: New.
+	* 22_locale/money_get/get/wchar_t/8.cc: New.
+	* 22_locale/money_get/get/wchar_t/wrapped_env.cc: New.
+	* 22_locale/money_get/get/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/money_put/1.cc: New.
+	* 22_locale/money_put/2.cc: New.
+	* 22_locale/money_put/put/char/1.cc: New.
+	* 22_locale/money_put/put/char/2.cc: New.
+	* 22_locale/money_put/put/char/3.cc: New.
+	* 22_locale/money_put/put/char/4.cc: New.
+	* 22_locale/money_put/put/char/5.cc: New.
+	* 22_locale/money_put/put/char/6.cc: New.
+	* 22_locale/money_put/put/char/wrapped_env.cc: New.
+	* 22_locale/money_put/put/char/wrapped_locale.cc: New.
+	* 22_locale/money_put/put/wchar_t/1.cc: New.
+	* 22_locale/money_put/put/wchar_t/2.cc: New.
+	* 22_locale/money_put/put/wchar_t/3.cc: New.
+	* 22_locale/money_put/put/wchar_t/4.cc: New.
+	* 22_locale/money_put/put/wchar_t/5.cc: New.
+	* 22_locale/money_put/put/wchar_t/6.cc: New.
+	* 22_locale/money_put/put/wchar_t/wrapped_env.cc: New.
+	* 22_locale/money_put/put/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/moneypunct/1.cc: New.
+	* 22_locale/moneypunct/2.cc: New.
+	* 22_locale/moneypunct/3.cc: New.
+	* 22_locale/moneypunct/members/char/1.cc: New.
+	* 22_locale/moneypunct/members/char/2.cc: New.
+	* 22_locale/moneypunct/members/char/wrapped_env.cc: New.
+	* 22_locale/moneypunct/members/char/wrapped_locale.cc: New.
+	* 22_locale/moneypunct/members/wchar_t/1.cc: New.
+	* 22_locale/moneypunct/members/wchar_t/2.cc: New.
+	* 22_locale/moneypunct/members/wchar_t/wrapped_env.cc: New.
+	* 22_locale/moneypunct/members/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/moneypunct_byname/1.cc: New.
+	* 22_locale/num_get/1.cc: New.
+	* 22_locale/num_get/2.cc: New.
+	* 22_locale/num_get/get/char/1.cc: New.
+	* 22_locale/num_get/get/char/2.cc: New.
+	* 22_locale/num_get/get/char/3.cc: New.
+	* 22_locale/num_get/get/char/4.cc: New.
+	* 22_locale/num_get/get/char/5.cc: New.
+	* 22_locale/num_get/get/char/6.cc: New.
+	* 22_locale/num_get/get/char/wrapped_env.cc: New.
+	* 22_locale/num_get/get/char/wrapped_locale.cc: New.
+	* 22_locale/num_get/get/wchar_t/1.cc: New.
+	* 22_locale/num_get/get/wchar_t/2.cc: New.
+	* 22_locale/num_get/get/wchar_t/3.cc: New.
+	* 22_locale/num_get/get/wchar_t/4.cc: New.
+	* 22_locale/num_get/get/wchar_t/5.cc: New.
+	* 22_locale/num_get/get/wchar_t/6.cc: New.
+	* 22_locale/num_get/get/wchar_t/wrapped_env.cc: New.
+	* 22_locale/num_get/get/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/num_put/1.cc: New.
+	* 22_locale/num_put/2.cc: New.
+	* 22_locale/num_put/put/char/1.cc: New.
+	* 22_locale/num_put/put/char/2.cc: New.
+	* 22_locale/num_put/put/char/3.cc: New.
+	* 22_locale/num_put/put/char/4.cc: New.
+	* 22_locale/num_put/put/char/5.cc: New.
+	* 22_locale/num_put/put/char/wrapped_env.cc: New.
+	* 22_locale/num_put/put/char/wrapped_locale.cc: New.
+	* 22_locale/num_put/put/wchar_t/1.cc: New.
+	* 22_locale/num_put/put/wchar_t/2.cc: New.
+	* 22_locale/num_put/put/wchar_t/3.cc: New.
+	* 22_locale/num_put/put/wchar_t/4.cc: New.
+	* 22_locale/num_put/put/wchar_t/5.cc: New.
+	* 22_locale/num_put/put/wchar_t/wrapped_env.cc: New.
+	* 22_locale/num_put/put/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/numpunct/1.cc: New.
+	* 22_locale/numpunct/2.cc: New.
+	* 22_locale/numpunct/members/char/1.cc: New.
+	* 22_locale/numpunct/members/char/2.cc: New.
+	* 22_locale/numpunct/members/char/wrapped_env.cc: New.
+	* 22_locale/numpunct/members/char/wrapped_locale.cc: New.
+	* 22_locale/numpunct/members/wchar_t/1.cc: New.
+	* 22_locale/numpunct/members/wchar_t/2.cc: New.
+	* 22_locale/numpunct/members/wchar_t/wrapped_env.cc: New.
+	* 22_locale/numpunct/members/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/numpunct_byname/1.cc: New.
+	* 22_locale/numpunct_byname/2.cc: New.
+	* 22_locale/time_get/1.cc: New.
+	* 22_locale/time_get/2.cc: New.
+	* 22_locale/time_get/date_order/char/1.cc: New.
+	* 22_locale/time_get/date_order/char/wrapped_env.cc: New.
+	* 22_locale/time_get/date_order/char/wrapped_locale.cc: New.
+	* 22_locale/time_get/date_order/wchar_t/1.cc: New.
+	* 22_locale/time_get/date_order/wchar_t/wrapped_env.cc: New.
+	* 22_locale/time_get/date_order/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/time_get/get_date/char/1.cc: New.
+	* 22_locale/time_get/get_date/char/2.cc: New.
+	* 22_locale/time_get/get_date/char/3.cc: New.
+	* 22_locale/time_get/get_date/char/wrapped_env.cc: New.
+	* 22_locale/time_get/get_date/char/wrapped_locale.cc: New.
+	* 22_locale/time_get/get_date/wchar_t/1.cc: New.
+	* 22_locale/time_get/get_date/wchar_t/2.cc: New.
+	* 22_locale/time_get/get_date/wchar_t/3.cc: New.
+	* 22_locale/time_get/get_date/wchar_t/wrapped_env.cc: New.
+	* 22_locale/time_get/get_date/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/time_get/get_monthname/char/1.cc: New.
+	* 22_locale/time_get/get_monthname/char/2.cc: New.
+	* 22_locale/time_get/get_monthname/char/3.cc: New.
+	* 22_locale/time_get/get_monthname/char/wrapped_env.cc: New.
+	* 22_locale/time_get/get_monthname/char/wrapped_locale.cc: New.
+	* 22_locale/time_get/get_monthname/wchar_t/1.cc: New.
+	* 22_locale/time_get/get_monthname/wchar_t/2.cc: New.
+	* 22_locale/time_get/get_monthname/wchar_t/3.cc: New.
+	* 22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc: New.
+	* 22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/time_get/get_time/char/1.cc: New.
+	* 22_locale/time_get/get_time/char/2.cc: New.
+	* 22_locale/time_get/get_time/char/3.cc: New.
+	* 22_locale/time_get/get_time/char/wrapped_env.cc: New.
+	* 22_locale/time_get/get_time/char/wrapped_locale.cc: New.
+	* 22_locale/time_get/get_time/wchar_t/1.cc: New.
+	* 22_locale/time_get/get_time/wchar_t/2.cc: New.
+	* 22_locale/time_get/get_time/wchar_t/3.cc: New.
+	* 22_locale/time_get/get_time/wchar_t/wrapped_env.cc: New.
+	* 22_locale/time_get/get_time/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/time_get/get_weekday/char/1.cc: New.
+	* 22_locale/time_get/get_weekday/char/2.cc: New.
+	* 22_locale/time_get/get_weekday/char/3.cc: New.
+	* 22_locale/time_get/get_weekday/char/wrapped_env.cc: New.
+	* 22_locale/time_get/get_weekday/char/wrapped_locale.cc: New.
+	* 22_locale/time_get/get_weekday/wchar_t/1.cc: New.
+	* 22_locale/time_get/get_weekday/wchar_t/2.cc: New.
+	* 22_locale/time_get/get_weekday/wchar_t/3.cc: New.
+	* 22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc: New.
+	* 22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/time_get/get_year/char/1.cc: New.
+	* 22_locale/time_get/get_year/char/3.cc: New.
+	* 22_locale/time_get/get_year/char/wrapped_env.cc: New.
+	* 22_locale/time_get/get_year/char/wrapped_locale.cc: New.
+	* 22_locale/time_get/get_year/wchar_t/1.cc: New.
+	* 22_locale/time_get/get_year/wchar_t/3.cc: New.
+	* 22_locale/time_get/get_year/wchar_t/wrapped_env.cc: New.
+	* 22_locale/time_get/get_year/wchar_t/wrapped_locale.cc: New.
+	* 22_locale/time_put/1.cc: New.
+	* 22_locale/time_put/2.cc: New.
+	* 22_locale/time_put/put/char/1.cc: New.
+	* 22_locale/time_put/put/char/10.cc: New.
+	* 22_locale/time_put/put/char/2.cc: New.
+	* 22_locale/time_put/put/char/3.cc: New.
+	* 22_locale/time_put/put/char/4.cc: New.
+	* 22_locale/time_put/put/char/5.cc: New.
+	* 22_locale/time_put/put/char/6.cc: New.
+	* 22_locale/time_put/put/char/7.cc: New.
+	* 22_locale/time_put/put/char/8.cc: New.
+	* 22_locale/time_put/put/char/9.cc: New.
+	* 22_locale/time_put/put/char/wrapped_env.cc: New.
+	* 22_locale/time_put/put/char/wrapped_locale.cc: New.
+	* 22_locale/time_put/put/wchar_t/1.cc: New.
+	* 22_locale/time_put/put/wchar_t/10.cc: New.
+	* 22_locale/time_put/put/wchar_t/2.cc: New.
+	* 22_locale/time_put/put/wchar_t/3.cc: New.
+	* 22_locale/time_put/put/wchar_t/4.cc: New.
+	* 22_locale/time_put/put/wchar_t/5.cc: New.
+	* 22_locale/time_put/put/wchar_t/6.cc: New.
+	* 22_locale/time_put/put/wchar_t/7.cc: New.
+	* 22_locale/time_put/put/wchar_t/8.cc: New.
+	* 22_locale/time_put/put/wchar_t/9.cc: New.
+	* 22_locale/time_put/put/wchar_t/wrapped_env.cc: New.
+	* 22_locale/time_put/put/wchar_t/wrapped_locale.cc: New.
+
 2003-01-16  Jeffrey D. Oldham  <oldham@codesourcery.com>
 
 	* config/locale/generic/messages_members.h
--- /Users/regress/tbox/changelog_mail/gcc/fastjar/ChangeLog	Wed Jan 15 01:28:00 2003
+++ gcc/fastjar/ChangeLog	Tue Jan 21 13:44:56 2003
@@ -1,3 +1,43 @@
+2003-01-21  Ranjit Mathew  <rmathew@hotmail.com>
+
+	* jartool.c (list_jar): Terminate the 'ascii_date' buffer
+	with a '\0' to guard against the case where the formatted
+	time string is more than the size allowed by the buffer.
+
+Patch:
+-------------------------- 8< --------------------------
+--- ChangeLog Mon Jan 20 23:27:56 2003
++++ ChangeLog Mon Jan 20 23:31:42 2003
+@@ -1572,5 +1572,5 @@
+	time_t tdate;
+	struct tm *s_tm;
+-  char ascii_date[30];
++  char ascii_date[31];
+	zipentry ze;
+
+@@ -1663,4 +1663,5 @@
+	s_tm = localtime(&tdate);
+	strftime(ascii_date, 30, "%a %b %d %H:%M:%S %Z %Y", s_tm);
++        ascii_date[30] = '\0';
+	}
+
+@@ -1782,4 +1783,5 @@
+	s_tm = localtime(&tdate);
+	strftime(ascii_date, 30, "%a %b %d %H:%M:%S %Z %Y", s_tm);
++        ascii_date[30] = '\0';
+	}
+
+-------------------------- 8< --------------------------
+
+Sincerely Yours,
+Ranjit.
+
+-- 
+Ranjit Mathew        Email: rmathew AT hotmail DOT com
+Bangalore,
+INDIA.               Web: http://ranjitmathew.tripod.com/
+
+
 2003-01-14  Tom Tromey  <tromey@redhat.com>
 
 	* config.h.in: Rebuilt.
--- /Users/regress/tbox/changelog_mail/gcc/libffi/ChangeLog	Wed Jan 15 01:29:06 2003
+++ gcc/libffi/ChangeLog	Tue Jan 21 13:45:22 2003
@@ -1,3 +1,8 @@
+2003-01-21  Andreas Tobler  <a.tobler@schweiz.ch>
+
+	* src/powerpc/darwin.S: Add unwind info.
+	* src/powerpc/darwin_closure.S: Likewise.
+
 2003-01-14  Andrew Haley  <aph@redhat.com>
 
 	* src/x86/ffi64.c (ffi_prep_args): Check for void retval.
--- /Users/regress/tbox/changelog_mail/gcc/libjava/ChangeLog	Mon Jan 20 02:04:18 2003
+++ gcc/libjava/ChangeLog	Tue Jan 21 13:45:23 2003
@@ -1,3 +1,16 @@
+2003-01-21  Tom Tromey  <tromey@redhat.com>
+
+	* java/util/natResourceBundle.cc (getCallingClassLoader): Start
+	search at 2, not 3.
+
+2003-01-21  Vladimir Puskas  <vpuskas@eunet.yu>
+
+	* java/io/natFileWin32.cc (isAbsolute): Check path length before
+	looking at any characters.
+	* java/io/natFilePosix.cc (_stat): Only compute `buf' if it will
+	be used.
+	(isAbsolute): Check path's length as well.
+
 2003-01-17  Mark Wielaard  <mark@klomp.org>
 
 	* Makefile.am (core_java_source_files): Add VMObjectStreamClass.java.
--- /Users/regress/tbox/changelog_mail/gcc/libjava/testsuite/ChangeLog	Sun Jan 12 23:35:08 2003
+++ gcc/libjava/testsuite/ChangeLog	Tue Jan 21 13:45:26 2003
@@ -1,3 +1,8 @@
+2003-01-21  Tom Tromey  <tromey@redhat.com>
+
+	* libjava.jacks/jacks.xfail: All 8.4.3 tests and 9.4-modifier-10
+	now pass.
+
 2003-01-12  Tom Tromey  <tromey@redhat.com>
 
 	Fix for PR libgcj/9139:

ChangeLog entries between 2003-01-21T04:00:29Z and the last time everything
passed, on 2003-01-21T04:00:29Z:
-------------- next part --------------
    0 all allocated alternative states
    1 all transition comb vector els,     1 all trans table els
    1 all state alts comb vector els,     1 all state alts table els
    1 all min delay table els
    1 locked states num

  transformation: 0.000000, building DFA: 0.000000
  DFA minimization: 0.000000, making insn equivalence: 0.000000
 all automaton generation: 0.000000, output: 0.010000
/bin/sh /Users/regress/tbox/cvs-gcc/gcc/gcc/move-if-change tmp-attrtab.c insn-attrtab.c
echo timestamp > s-attrtab
stage1/xgcc -Bstage1/ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/bin/   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common -Werror   -DHAVE_CONFIG_H    -I. -I. -I/Users/regress/tbox/cvs-gcc/gcc/gcc -I/Users/regress/tbox/cvs-gcc/gcc/gcc/. -I/Users/regress/tbox/cvs-gcc/gcc/gcc/config -I/Users/regress/tbox/cvs-gcc/gcc/gcc/../include -c insn-attrtab.c \
  -o insn-attrtab.o
insn-attrtab.c: In function `internal_insn_latency':
insn-attrtab.c:18461: warning: ISO C forbids empty initializer braces
make[2]: *** [insn-attrtab.o] Error 1
make[1]: *** [stage2_build] 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