3 GCC regressions, 0 new, with your patch on 2002-02-08T09:05:50Z.

GCC regression checker regress@maat.cygnus.com
Fri Feb 8 03:40:00 GMT 2002


With your recent patch, GCC has some regression test failures, which
used to pass.  There are 0 new failures, and 3
failures that existed before and after that patch; 0 failures
have been fixed.

The old failures, which were not fixed or introduced by your patch, are:
powerpc-eabisim gdb.sum gdb.base/funcargs.exp:
native gdb.sum gdb.base/funcargs.exp:
native gdb.sum gdb.threads/linux-dp.exp:

For more information, see <http://people.redhat.com/geoffk/gcc-regression/>.
-------------- next part --------------
ChangeLog entries since last run on 2002-02-08T06:28:50Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog	Thu Feb  7 19:54:46 2002
+++ gcc/gcc/ChangeLog	Fri Feb  8 01:06:17 2002
@@ -1,3 +1,17 @@
+2002-02-08  Richard Henderson  <rth@redhat.com>
+
+	* config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): New.
+
+2002-02-08  Andreas Jaeger  <aj@suse.de>
+
+	* config.gcc (x86_64-*-linux): Add t-linux64 makefile fragment.
+	* config/i386/t-linux64: New file.
+
+2002-02-08  Jakub Jelinek  <jakub@redhat.com>
+
+	* c-common.c (c_expand_expr): Revert 2002-02-06 patch.
+	* c-parse.in (compstmt): Clear last_expr_type.
+
 2002-02-07  Richard Henderson  <rth@redhat.com>
 
 	* loop.c (strength_reduce): Sink final_value when not
--- /maat/heart/tbox/changelog_mail/gcc/gcc/cp/ChangeLog	Thu Feb  7 14:45:30 2002
+++ gcc/gcc/cp/ChangeLog	Fri Feb  8 01:06:31 2002
@@ -1,3 +1,10 @@
+2002-02-08  Jakub Jelinek  <jakub@redhat.com>
+
+	* parse.y (primary, primary_no_id): Use compstmt_or_stmtexpr
+	instead of compstmt.
+	(compstmt_or_stmtexpr): Renamed from compstmt.
+	(compstmt): In addition to compstmt_or_stmtexpr clear last_expr_type.
+
 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
 
 	Rename instantiate_type_flags to tsubst_flags_t & expand use.
--- /maat/heart/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog	Thu Feb  7 19:54:59 2002
+++ gcc/gcc/testsuite/ChangeLog	Fri Feb  8 01:06:44 2002
@@ -1,3 +1,9 @@
+2002-02-08  Jakub Jelinek  <jakub@redhat.com>
+
+	* gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
+	expression statements work instead.
+	* gcc.dg/noncompile/20020207-1.c: New test.
+
 2002-02-07  Richard Henderson  <rth@redhat.com>
 
 	* gcc.dg/debug/dwarf2-1.c (foo): Return a value.
--- /maat/heart/tbox/changelog_mail/gcc/libstdc++-v3/ChangeLog	Thu Feb  7 19:55:03 2002
+++ gcc/libstdc++-v3/ChangeLog	Fri Feb  8 01:06:50 2002
@@ -1,3 +1,15 @@
+2002-02-08  Phil Edwards  <pme@gcc.gnu.org>
+
+	* docs/doxygen/TODO:  Update.
+	* docs/doxygen/doxygroups.cc:  Tweak __gnu_cxx description.
+	* docs/doxygen/mainpage.html:  Add TODO list link.
+	* docs/doxygen/user.cfg.in:  Add @doctodo hook.
+	* docs/doxygen/tables.html:  New file, emoty structure only.
+
+	* include/bits/stl_iterator.h:  Doxygenate just about everything.
+	* include/bits/stl_iterator_base_funcs.h:  Ditto, clean up spaces.
+	* include/bits/stl_iterator_base_types.h:  Add notes.
+
 2002-02-07  Stephan Buys  <sbproxy@icon.co.za>
 
 	* include/bits/stl_map.h:  Tweak doxygen markup.

ChangeLog entries between 2002-02-08T06:28:50Z and the last time everything
passed, on 2002-02-06T17:20:23Z:
--- /maat/heart/tbox/changelog_pass/gcc/ChangeLog	Fri Feb  1 23:14:35 2002
+++ gcc/ChangeLog	Thu Feb  7 04:13:44 2002
@@ -1,3 +1,8 @@
+Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
+
+	* MAINTAINERS: Put self in as maintainer for x86-64 port.
+	Remove self as Write After Approval.
+
 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
 
 	* MAINTAINERS: Put self in as maintainer for contrib/regression
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog	Wed Feb  6 02:21:46 2002
+++ gcc/gcc/ChangeLog	Thu Feb  7 19:54:46 2002
@@ -1,3 +1,152 @@
+2002-02-07  Richard Henderson  <rth@redhat.com>
+
+	* loop.c (strength_reduce): Sink final_value when not
+	eliminating a biv.
+
+2002-02-07  David O'Brien  <obrien@FreeBSD.org>
+
+	* config/sparc/freebsd.h: Fix mismatched spec {.
+
+2002-02-07  Richard Henderson  <rth@redhat.com>
+
+	* cfgrtl.c: Include recog.h and insn-config.h.
+	(keep_with_call_p): Fix general_operand invocation.
+	* Makefile.in (cfgrtl.o): Update dependencies.
+
+2002-02-07  Kazu Hirata  <kazu@hxi.com>
+
+	* config/h8300/h8300.c (two_insn_adds_subs_operand): Revise a
+	comment.  Accept HImode only if TARGET_H8300.
+
+2002-02-07  Eric Christopher  <echristo@redhat.com>
+
+	* config/mips/crtn.asm: Cleanup #ifdefs.
+
+2002-02-07  Eric Christopher  <echristo@redhat.com>
+
+	* config/mips/crti.asm: Add changes for mips16. mips16 uses
+	register 7 as RA instead of $31.
+	* config/mips/crtn.asm: Ditto.
+	* config/mips/mips.c (mips_move_2words): Add case for
+	TARGET_MIPS16 when HOST_BITS_PER_WIDE_INT >= 64.
+	(compute_frame_size): Fix typo.
+	(save_restore_insns): Ditto.  Make documentation about using
+	register $7 as return register more precise.
+	(mips_expand_epilogue): Fix comment. Add code to work around not
+	being able to add to the stack pointer directly.
+	* config/mips/mips.h (EH_RETURN_DATA_REGNO): Change register number
+	to 2 for TARGET_MIPS16 as we need 6 and 7 as clobbers in the
+	epilogue.
+
+2002-02-07  Tom Rix  <trix@redhat.com>
+
+	* config/rs6000/rs6000.c (reg_or_aligned_short_operand): New. For
+	immediates in ldu and stdu DS opcode field.
+	* config/rs6000/rs6000.md (movdi_update, movdi_update1): Use.
+	* config/rs6000/rs6000-protos.h: Add reg_or_aligned_short_operand.
+	* config/rs6000/rs6000.h (PREDICATE_CODES): Same.
+
+2002-02-07  Jeff Sturm  <jsturm@one-point.com>
+
+	* config/sparc/sparc.c (compute_frame_size): Don't correct frame
+	offset for stack bias.
+
+2002-02-07  H.J. Lu <hjl@gnu.org>
+
+	* config/mips/linux.h (SUBTARGET_ASM_DEBUGGING_SPEC): Defined.
+
+2002-02-07  Ulrich Weigand  <uweigand@de.ibm.com>
+
+	* testsuite/gcc.dg/cpp/charconst-2.c: Add -fsigned-char option.
+
+Thu Feb  7 12:14:17 CET 2002  Jan Hubicka  <jh@suse.cz>
+
+	* i386-protos.h (x86_order_regs_for_local_alloc): Declare
+	* i386.c (x86_order_regs_for_local_alloc): New global function.
+	* i386.h (REG_ALLOC_ORDER): CLeanup.
+	(ORDER_REGS_FOR_LOCAL_ALLOC): New.
+
+2002-02-07  Richard Henderson  <rth@redhat.com>
+
+	* alias.c (find_base_value): Recall base values for fixed hard regs.
+	* loop.c (loop_regs_update): Don't use single_set on non-insns.
+
+2002-02-07  Alexandre Oliva  <aoliva@redhat.com>
+
+	* config/mips/mips.md (define_delay) [mips16]: Adjust required
+	length.
+
+2002-02-06  Richard Henderson  <rth@redhat.com>
+
+	PR c/5609
+	* stmt.c (resolve_operand_name_1): Take more care with mixed
+	named and unnamed operands.
+
+2002-02-06  Janis Johnson  <janis187@us.ibm.com>
+	    Jan Hubicka  <jh@suse.cz>
+
+	* loop.c (remove_constant_addition): Avoid clobbering a shared
+	CONST expression.
+
+2002-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
+
+	* config.gcc (s390x-*-linux*): Add t-linux64 makefile fragment.
+	* config/s390/t-linux64: New file.
+	* config/s390/libgcc-glibc.ver: New file.
+
+2002-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
+
+	* config/s390/linux64.h: Delete file.
+	* config/s390/s390x.h: New file.
+	* config.gcc (s390x-*-linux*): Use s390x.h instead of linux64.h
+	as target header file.
+	* config/s390/linux.h (TARGET_VERSION): Define depending on
+	DEFAULT_TARGET_64BIT.
+	(CPP_SPEC, ASM_SPEC, LINK_SPEC): Likewise.
+	(SIZE_TYPE, PTRDIFF_TYPE): Likewise.
+	(NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define.
+	(CPP_ARCH31_SPEC, CPP_ARCH64_SPEC): New defines.
+	(LINK_ARCH31_SPEC, LINK_ARCH64_SPEC): New defines.
+	(EXTRA_SPEC): New define.
+	* config/s390/s390.h (TARGET_VERSION): Define depending on
+	DEFAULT_TARGET_64BIT.
+	(MASK_RETURN_ADDR): Add run-time check for TARGET_64BIT.
+
+2002-02-06  Jason Merrill  <jason@redhat.com>
+
+	* c-decl.c (finish_function): Warn about a non-void function with
+	no return statement and no abnormal exit.
+	(current_function_returns_abnormally): New variable.
+	(start_function): Clear it.
+	(struct c_language_function): Add returns_abnormally.
+	(push_c_function_context): Save it.
+	(pop_c_function_context): Restore it.
+	(builtin_function): Set TREE_THIS_VOLATILE on return fns.
+	(grokdeclarator): Set C_FUNCTION_IMPLICIT_INT on functions without
+	an explicit return type.
+	* c-tree.h: Declare current_function_returns_abnormally.
+	(C_FUNCTION_IMPLICIT_INT): New macro.
+	* c-typeck.c (build_function_call): Set it.
+	(c_expand_return): Set current_function_returns_value even if the
+	value is erroneous.
+
+2002-02-06  Jakub Jelinek  <jakub@redhat.com>
+
+	PR c/5420:
+	* c-common.c (c_unsafe_for_reeval): Make COMPOUND_LITERAL_EXPR
+	unsafe for reevaluation.
+
+2002-02-06  Jakub Jelinek  <jakub@redhat.com>
+
+	PR c/5482:
+	* c-common.c (c_expand_expr) [STMT_EXPR]: If last expression is not
+	EXPR_STMT, but COMPOUND_STMT, recurse into it.
+
+2002-02-06  Richard Henderson  <rth@redhat.com>
+
+	* cfganal.c (keep_with_call_p): Source for fixed_reg dest must
+	be a general_operand.  Dest for function value must be a pseudo.
+
 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
 
 	* dbxout.c (dbxout_symbol_location): Accept LABEL_REFs as well
--- /maat/heart/tbox/changelog_pass/gcc/gcc/cp/ChangeLog	Tue Feb  5 11:49:07 2002
+++ gcc/gcc/cp/ChangeLog	Thu Feb  7 14:45:30 2002
@@ -1,3 +1,52 @@
+2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
+
+	Rename instantiate_type_flags to tsubst_flags_t & expand use.
+	* cp-tree.h (instantiate_type_flags): Rename to ...
+	(tsubst_flags_t): ... here. Rename itf_complain to tf_error,
+	add tf_warning flag.
+	(instantiate_type): Adjust prototype.
+	(tsubst, tsubst_expr, tsubst_copy, lookup_template_class,
+	do_type_instantiation, cp_build_qualified_type_real): Likewise.
+	cp_build_qualified_type: Adjust.
+	* class.c (instantiate_type): Adjust parameter. Rename itf_* to
+	tf_*.
+	* call.c (standard_conversion): Rename itf_* to tf_*.
+	(reference_binding): Likewise.
+	(convert_like_real): Likewise.
+	* cvt.c (cp_convert_to_pointer): Likewise.
+	(convert_to_reference): Likewise.
+	* decl.c (lookup_namespace_name): Use tf_* flags.
+	(make_typename_type): Likewise.
+	(grokdeclarator): Likewise.
+	* pt.c (convert_nontype_argument): Adjust COMPLAIN usage.
+	(coerce_template_template_parms, convert_template_argument,
+	coerce_template_parms, maybe_get_template_decl_from_type_decl,
+	lookup_template_class, tsubst_friend_function, tsubst_friend_class,
+	instantiate_class_template, tsubst_template_arg_vector, 
+	tsubst_template_parms, tsubst_aggr_type, tsubst_default_argument, 
+	tsubst_decl, tsubst_arg_types, tsubst_function_type,
+	tsubst_call_declarator_parms, tsubst, tsubst_copy, tsubst_expr, 
+	instantiate_template, fn_type_unification,
+	resolve_overloaded_unification, verify_class_unification, 
+	unify, get_bindings_real, do_type_instantiation, 
+	regenerate_decl_from_template, instantiate_decl, 
+	tsubst_initializer_list, tsubst_enum,
+	get_mostly_instantiated_function_type,
+	invalid_nontype_parm_type_p): Likewise.
+	* tree.c (cp_build_qualified_type_real): Likewise.
+	* typeck.c (build_binary_op): Rename itf_* to tf_*.
+	(build_ptrmemfunc): Likewise.
+	(convert_for_assignment): Likewise.
+
+2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
+
+	PR c++/109
+	* decl.c (grokdeclarator): Allow friend declarations from
+	dependant types.
+	* decl2.c (handle_class_head): Don't push into template parm contexts.
+	* pt.c (push_template_decl_real): Template parm contexts are never
+	being defined.
+
 2002-02-05  Alexandre Oliva  <aoliva@redhat.com>
 
 	* class.c: Include target.h.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/f/ChangeLog	Mon Feb  4 10:46:30 2002
+++ gcc/gcc/f/ChangeLog	Wed Feb  6 14:07:26 2002
@@ -1,3 +1,13 @@
+2002-02-06  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+	PR fortran/4730 fortran/5473
+	* com.c (ffecom_expr_): Deal with %VAL constructs.
+	* intrin.c (ffeintrin_check_): Handle 'N' constraints for intrinsics,
+	to indicate "no larger than default kind" integers and logicals.
+	* intrin.def: Use 'N' constraints in table of intrinsics.
+	* intdoc.c: Document this constraint.
+	* intdoc.texi: Regenerated.
+	
 2002-02-04  Philipp Thomas  <pthomas@suse.de>
 
 	* implic.c lex.c stb.c ste.c stu.c: Update copyright dates.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/java/ChangeLog	Sun Feb  3 22:47:50 2002
+++ gcc/gcc/java/ChangeLog	Thu Feb  7 12:10:07 2002
@@ -1,3 +1,8 @@
+2002-02-07  Tom Tromey  <tromey@redhat.com>
+
+	* gcj.texi (Input Options): --CLASSPATH does not suppress system
+	path.
+
 2002-02-04  Anthony Green  <green@redhat.com>
 
 	* class.c (build_utf8_ref): Put UTF-8 constants into merged
--- /maat/heart/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Wed Feb  6 09:20:53 2002
+++ gcc/gcc/testsuite/ChangeLog	Thu Feb  7 19:54:59 2002
@@ -1,3 +1,58 @@
+2002-02-07  Richard Henderson  <rth@redhat.com>
+
+	* gcc.dg/debug/dwarf2-1.c (foo): Return a value.
+
+2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
+
+	* lib/prune.exp: Remove "In (program|subroutine"block-data)"
+	message from g77
+	* lib/g77-dg.exp: Trim g77 error messages so that they are
+	recognised by dg.exp.
+
+2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
+
+	PR fortran/5473
+	* g77.dg/pr5473.f: Now dg-error.  Add additional cases.  
+
+2002-02-07  Richard Henderson  <rth@redhat.com>
+
+	* g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
+	to be sufficiently aligned for integers.
+
+2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* g++.dg/template/friend4.C: New test.
+
+2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
+
+	PR fortran/5743
+	* g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
+	unsupported cases.
+
+2002-02-07  Richard Henderson  <rth@redhat.com>
+
+	* gcc.dg/debug/dwarf2-1.c: Update for return warnings.
+	* gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
+	gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
+	objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
+
+2002-02-06  Richard Henderson  <rth@redhat.com>
+
+	* gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
+
+2002-02-06  Janis Johnson  <janis187@us.ibm.com>
+
+	* gcc.dg/20020206-1.c: New test.
+
+2002-02-06  Jakub Jelinek  <jakub@redhat.com>
+
+	* gcc.c-torture/execute/20020206-1.c: New test.
+
+	* gcc.c-torture/execute/20020206-2.c: New test.
+
+	PR optimization/5429:
+	* gcc.c-torture/compile/20020206-1.c: New test.
+
 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
 
 	* g++.dg/ext/align1.C: Do not use an explicit alignment value
--- /maat/heart/tbox/changelog_pass/gcc/libstdc++-v3/ChangeLog	Wed Feb  6 06:46:28 2002
+++ gcc/libstdc++-v3/ChangeLog	Thu Feb  7 19:55:03 2002
@@ -1,3 +1,60 @@
+2002-02-07  Stephan Buys  <sbproxy@icon.co.za>
+
+	* include/bits/stl_map.h:  Tweak doxygen markup.
+	* include/bits/stl_multimap.h:  Doxygenate and remove extra spaces.
+	* include/bits/stl_vector.h:  Likewise.
+
+2002-02-07  Benjamin Kosnik  <bkoz@redhat.com>
+
+	libstdc++/5286
+	libstdc++/3860
+	* include/std/std_fstream.h (filebuf::__file_type): Change to
+	__basic_file<char>.
+	(filebuf::_M_convert_to_external): Declare.
+	* include/bits/fstream.tcc (filebuf::_M_convert_to_external): Define
+	codecvt bits for wide streams.
+	(filebuf::_M_really_overflow): Use it.
+	(filebuf::underflow): Use codecvt.
+	* config/locale/codecvt_specializations_ieee_1003.1-200x.h: 
+	(codecvt<__enc_traits>::do_out): Deal with partial.
+	(codecvt<__enc_traits>::do_encoding): Return something useful.
+	* src/codecvt.cc (codecvt<wchar_t>::do_encoding): Return sizeof
+	wchar_t.
+	* testsuite/22_locale/codecvt_members_unicode_char.cc (test01):
+	Change expected encoding output.
+	(test02): Same.
+	* testsuite/22_locale/codecvt_members_wchar_t_char.cc (test01): Same.
+	(test02): Same.
+
+2002-02-07  Benjamin Kosnik  <bkoz@redhat.com>
+            Wolfgang Bangerth  <wolfgang.bangerth@iwr.uni-heidelberg.de>
+	
+	* include/bits/basic_ios.tcc (basic_ios::narrow): Add default value.
+	(basic_ios::widen): Same.
+
+2002-02-07  Paolo Carlini  <pcarlini@unitus.it>
+
+	* testsuite/22_locale/money_get_members_char.cc:
+	Add comment, tidy up.
+	(test01): more "en_HK" tests (without showbase).
+	* testsuite/22_locale/money_get_members_wchar_t.cc: Ditto.
+
+2002-02-06  Loren Rittle <ljrittle@acm.org>
+
+	* config/locale/c_locale_generic.cc: Do not trust
+	_GLIBCPP_HAVE_STRTOF or _GLIBCPP_HAVE_STRTOLD as
+	set by configure.
+
+2002-02-06  Loren Rittle <ljrittle@acm.org>
+
+	* acinclude.m4: Add C++ linkage check for strtof.
+	* aclocal.m4: Rebuilt.
+	* config.h.in: Rebuilt.
+	* configure: Rebuilt.
+	* config/locale/c_locale_generic.cc: Conditionally include
+	<ieeefp.h>.  Improve handling and error checking of float
+	and long double input for non-C99 configurations.
+
 2002-02-06  Paolo Carlini  <pcarlini@unitus.it>
 
 	* include/bits/locale_facets.tcc (money_get::do_get(string)):
@@ -24,7 +81,7 @@
 	* docs/doxygen/run_doxygen:  Adjust for new mainpage.
 	* docs/doxygen/user.cfg.in:  Likewise.
 
-2002-02-04  Stephan Buys  <s.buys@icon.co.za>
+2002-02-04  Stephan Buys  <sbproxy@icon.co.za>
 
 	* include/bits/stl_map.h:  Initial doxygen markup.
 	* include/std/std_fstream.h:  Initial doxygen markup.
--- /maat/heart/tbox/changelog_pass/gcc/boehm-gc/ChangeLog	Fri Feb  1 20:39:57 2002
+++ gcc/boehm-gc/ChangeLog	Wed Feb  6 21:27:39 2002
@@ -1,3 +1,13 @@
+2002-02-06  Adam Megacz <adam@xwt.org>
+
+        * boehm-gc/include/gc.h: (GC_CreateThread) This function is
+        now exposed on all Win32 platforms.
+        * boehm-gc/win32_threads.c: (GC_CreateThread) This now
+        compiles on Win32; it invokes CreateThread() if GC is built
+        as a DLL; otherwise it registers the thread.
+        * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
+        libgcjgc was not built as a DLL.
+
 2002-02-01  Adam Megacz <adam@xwt.org>
 
 	* boehm-gc on win32 now automatically detects if it is being built
--- /maat/heart/tbox/changelog_pass/gcc/libjava/ChangeLog	Tue Feb  5 18:29:35 2002
+++ gcc/libjava/ChangeLog	Thu Feb  7 22:30:25 2002
@@ -1,3 +1,121 @@
+2002-02-07  Tom Tromey  <tromey@redhat.com>
+
+	* java/io/natFile.cc (_access): Use __builtin_alloca.
+	(_stat): Likewise.
+	(attr): Likewise.
+	(getCanonicalPath): Likewise.
+	(performList): Likewise.
+	(performMkdir): Likewise.
+	(performSetReadOnly): Likewise.
+	(performRenameTo): Likewise.
+	(performSetLastModified): Likewise.
+	(performCreate): Likewise.
+	(performDelete): Likewise.
+
+2002-02-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+	* HACKING: Fix URL for the automake-gcj.
+
+2002-02-07  Tom Tromey  <tromey@redhat.com>
+
+	* java/lang/natThrowable.cc: Updated copyright.
+	* java/io/natFileWin32.cc: Updated copyright.
+	* java/io/natFileDescriptorWin32.cc: Updated copyright.
+	* win32-threads.cc: Updated copyright.
+	* name-finder.cc: Updated copyright.
+	* include/name-finder.h: Updated copyright.
+
+	* include/name-finder.h: Conditionally include sys/wait.h.
+	* include/config.h.in: Rebuilt.
+
+	* java/io/natFile.cc (_access): Don't stack-allocate buffer.
+	Size buffer based on real size of string.
+	(_stat): Likewise.
+	(attr): Likewise.
+	(getCanonicalPath): Likewise.
+	(performList): Likewise.
+	(performMkdir): Likewise.
+	(performSetReadOnly): Likewise.
+	(unixroot): Removed.
+	(performRenameTo): Likewise.
+	(performSetLastModified): Likewise.
+	(performCreate): Likewise.
+	(performDelete): Likewise.
+	(performListRoots): Always return new array.
+
+	* prims.cc (_Jv_CreateJavaVM): Call _Jv_platform_initialize.
+	* win32.cc (win32_exception_handler): Now static.
+	* include/win32.h (_Jv_platform_initialize): Declare.
+	(win32_exception_handler): Don't declare.
+	* java/lang/natSystem.cc (currentTimeMillis): Use
+	_Jv_platform_gettimeofday.
+	* posix.cc (_Jv_platform_gettimeofday): Renamed.
+	(_Jv_select): Use new name.
+	(_Jv_platform_initialize): New function.
+	* include/posix.h (_Jv_platform_gettimeofday): Renamed from
+	_Jv_gettimeofday.
+	(_Jv_platform_initialize): Declare.
+
+	* configure: Rebuilt.
+	* configure.in: Removed unnecessary parens.
+
+2002-02-06  Adam Megacz <adam@xwt.org>
+
+       * configure.in: Changed mingw) to *mingw*).
+       * win32.cc: Created this file.
+       * win32.h: Created this file.
+       * win32.cc, prims.cc, win32.h (win32_exception_handler): Moved
+       win32_exception_handler from prims.cc to win32.cc, added
+       header in win32.h.
+       * prims.cc: removed some #ifdef-WIN32'd headers which are no
+       longer needed now that we have platform.h
+
+2002-02-06  Adam Megacz <adam@xwt.org>
+
+	* gnu/gcj/io/shs.h, gnu/gcj/io/shs.cc, gnu/gcj/io/natSimpleSHSStream.cc:
+	use uint<n>_t instead of LONG and BYTE
+	
+2002-02-06  Adam Megacz <adam@xwt.org>
+
+	* name-finder.h: don't #include sys/wait.h unless HAVE_SYS_WAIT_H
+	
+2002-02-06  Anthony Green  <green@redhat.com>
+
+	* java/net/natPlainSocketImpl.cc: Fix DISABLE_JAVA_NET targets.
+	Implement missing method stubs.
+	java/net/natPlainDatagramSocketImpl.cc: Fix DISABLE_JAVA_NET
+	targets.
+	* java/lang/natSystem.cc (getSystemTimeZone): Some targets have no
+	concept of timezones.
+	(init_properties): Don't refer to _Jv_Environment_Properties
+	when this feature is not available.
+	* include/config.h.in: Rebuilt.
+	* acconfig.h: Add DISABLE_MAIN_ARGS.
+	* prims.cc (_Jv_RunMain): Use DISABLE_MAIN_ARGS.
+	* configure: Rebuilt.
+	* configure.in: Add --disable-main-args option.  Test for
+          opendir function.  Replace AC_CHECK_SIZEOF with
+          AC_COMPILE_CHECK_SIZEOF.
+	* java/io/natFile.cc (performList): Check HAVE_OPENDIR.
+	* aclocal.m4: Rebuilt.
+	* acinclude.m4: Add AC_COMPILE_CHECK_SIZEOF.
+
+2002-02-06  Tom Tromey  <tromey@redhat.com>
+
+	* verify.cc (require_array_type): If argument is a null array of
+	references, return null as the element type.
+
+2002-02-06  Mark Wielaard  <mark@klomp.org>
+
+	* verify.cc (verify_instructions_0) [op_dup2]: Actually push the
+	duplicate of a wide type.
+
+2002-02-06  Tom Tromey  <tromey@redhat.com>
+
+	* verify.cc (type::isnull): New method.
+	(require_array_type): Handle case where array is null.
+	(verify_instructions_0) [op_arraylength]: Likewise.
+
 2002-02-05  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
 
 	* configure.in: Set up PLATFORMOBJS not PLATFORM_SPECIFIC_SOURCES.
-------------- next part --------------
-- 
Geoffrey Keating <regress@maat.cygnus.com> 
(via an automated GCC regression-testing script.)



More information about the Gcc-regression mailing list