This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

1 GCC regressions, 0 new, with your patch on 2001-08-27T18:00:13Z.


With your recent patch, GCC has some regression test failures, which
used to pass.  There are 0 new failures, and 1
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:
native g++.sum g++.eh/terminate2.C

For more information, see <http://www.cygnus.com/~geoffk/gcc-regression/>.
ChangeLog entries since last run on 2001-08-27T15:52:52Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog	Mon Aug 27 08:53:31 2001
+++ gcc/gcc/ChangeLog	Mon Aug 27 11:00:28 2001
@@ -1,3 +1,29 @@
+2001-08-27  Richard Henderson  <rth@redhat.com>
+
+	* function.c (expand_function_end): Don't init arg_pointer_save_area.
+	(get_arg_pointer_save_area): New.  Create an init it here.
+	(fix_lexical_addr): Use it.
+	* function.h: Declare it.
+	* builtins.c (expand_builtin_setjmp_receiver): Use it.
+	* stmt.c (expand_nl_goto_receiver): Use it.
+
+2001-08-27  Richard Henderson  <rth@redhat.com>
+
+	* final.c (final_scan_insn): Don't enter APP_ON mode for
+	empty asm strings.
+
+	* dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Use proper
+	alignment for assemble_integer for DW_EH_PE_aligned.
+	* except.c (output_function_exception_table): Likewise.
+
+2001-08-26  Andreas Jaeger  <aj@suse.de>
+
+	* c-tree.h: Add prototyp for c_sizeof_nowarn.
+
+2001-08-25 Dan Nicolaescu  <dann@ics.uci.edu>
+  
+	* ssa-ccp.c (ssa_const_prop): Free ssa_edges.
+
 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
 
 	* config/rs6000/rs6000.c (mask_operand): Rewrite without

ChangeLog entries between 2001-08-27T15:52:52Z and the last time everything
passed, on 2001-08-25T19:21:30Z:
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog	Sat Aug 25 10:15:12 2001
+++ gcc/gcc/ChangeLog	Mon Aug 27 08:53:31 2001
@@ -1,3 +1,89 @@
+2001-08-27  Alan Modra  <amodra@bigpond.net.au>
+
+	* config/rs6000/rs6000.c (mask_operand): Rewrite without
+	bit-shifting loop.
+	(mask64_operand): Likewise.
+	(rldic_operand): Delete.
+	(includes_lshift64_p): Delete.
+	(includes_rldic_lshift_p): New function.
+	(includes_rldicr_lshift_p): New function.
+	(print_operand): Don't call rldic_operand in case 'W'.
+	* config/rs6000/rs6000-protos.h (rldic_operand): Remove.
+	(includes_lshift64_p): Remove.
+	(includes_rldic_lshift_p): Declare.
+	(includes_rldicr_lshift_p): Declare.
+	* config/rs6000/rs6000.h (PREDICATE_CODES): Remove rldic_operand.
+	* config/rs6000/rs6000.md <ashldi3_internal 64 bit patterns>:
+	Replace match_operand rldic_operand predicate with
+	const_int_operand.  Replace includes_lshift64_p condition with
+	includes_rldic_lshift_p.
+	<ashldi3_internal 64 bit rldicr patterns>: New.
+
+2001-08-27  Andreas Jaeger  <aj@suse.de>
+
+	* emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
+	* errors.c: Likewise.
+	* final.c: Likewise.
+	* dwarf2asm.c: Likewise.
+	* doprint.c (checkit): Likewise.
+	* diagnostic.c: Likewise.
+	* collect2.c: Likewise.
+	* calls.c: Likewise.
+	* c-semantics.c (build_stmt): Likewise.
+	* c-format.c (status_warning): Likewise.
+	* c-errors.c (pedwarn_c99): Likewise.
+	* builtins.c (validate_arglist): Likewise.
+	* config/pj/pj.c (pj_printf): Likewise.
+	* fix-header.c: Likewise.
+	* gcc.c: Likewise.
+	* gcov.c (fnotice): Likewise.
+	* gensupport.c (message_with_line): Likewise.
+	* mips-tfile.c: Likewise.
+	* protoize.c (notice): Likewise.
+	* read-rtl.c (fatal_with_file_and_line): Likewise.
+	* rtl-error.c: Likewise.
+	* tradcpp.c: Likewise.
+	* tree.c: Likewise.
+	* cp/tree.c (build_min_nt): Likewise.
+	(build_min): Likewise.
+	* cp/lex.c: Likewise.
+	* cp/errfn.c: Likewise.
+	* cp/rtti.c (create_pseudo_type_info): Likewise.
+
+Sun Aug 26 20:25:44 2001  Denis Chertykov  <denisc@overta.ru>
+
+	* df.c (df_uses_record): Return after recording all uses
+	in ASM_OPERANDS.
+
+2001-08-26  Daniel Berlin  <dan@cgsoftware.com>
+
+	* df.c (df_insn_modify): Realloc the INSN table here, if
+	necessary, here, too.
+
+2001-08-26  Aldy Hernandez  <aldyh@redhat.com>
+
+        * config/mips/mips.c (mips_function_value): Handle complex return
+        values.
+
+2001-08-25  Hans-Peter Nilsson  <hp@bitrange.com>
+
+	* reload1.c (reload): Make all entries in reg_equiv_memory_loc
+	unshared.
+	* reload.c (make_memloc): Copy result if it is still
+	reg_equiv_memory_loc[regno] on return.
+	(subst_reloads) [ENABLE_CHECKING]: Check that none of
+	reg_equiv_constant, reg_equiv_memory_loc, reg_equiv_address and
+	reg_equiv_mem are modified by the substitutions.
+
+Sat Aug 25 23:07:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* predict.c (expensive_function_p): New.
+	* rtl.h (expensive_function_p): Declare.
+	* i386.c (FAST_PROLOGUE_INSN_COUNT): New constant.
+	(use_fast_prologue_epilogue): New static variable.
+	(expand_prologue): Set it; emit short prologues if unset.
+	(expand_epilogue): Likewise.
+
 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
 
 	* config.gcc: Add stormy16-*-elf case.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/java/ChangeLog	Fri Aug 24 11:35:50 2001
+++ gcc/gcc/java/ChangeLog	Mon Aug 27 08:53:35 2001
@@ -1,3 +1,13 @@
+2001-08-24  Alexandre Petit-Bianco  <apbianco@redhat.com>
+
+	* parse.y (check_deprecation): Handle TYPE_DECL in a special case,
+	don't report anything but deprecated class when marked so. Handle
+	VAR_DECL.
+	(patch_method_invocation): Check deprecation on methods and types.
+	(patch_binop): code becomes an enum tree_code, added default: to
+	switch to handle that. Detect division by zero, try to fold and
+	return before using a subroutine.
+
 2001-08-23  Alexandre Petit-Bianco  <apbianco@redhat.com>
 
 	* jcf-parse.c (yyparse): Set magic to 0, don't issue error for a
--- /maat/heart/tbox/changelog_pass/gcc/libjava/ChangeLog	Fri Aug 24 11:36:01 2001
+++ gcc/libjava/ChangeLog	Sun Aug 26 05:23:33 2001
@@ -1,3 +1,32 @@
+2001-08-26  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+	* name-finder.cc (lookup): Ignore a null dli_fname from dladdr.
+
+	* Makefile.am: New friends for java/lang/Thread.h.
+	* prims.cc (runFirst): Removed.
+	(JvRunMain): Merged into _Jv_RunMain. Now just calls that.
+	(_Jv_RunMain): Now takes either a klass or class name parameter.
+	Create a gnu.gcj.runtime.FirstThread and attach the native thread
+	to that, then run it using _Jv_ThreadRun. Remove special handling of
+	jar files, instead pass is_jar parameter through to FirstThread.
+	* gcj/javaprims.h: Add prototypes for _Jv_ThreadRun and new variant
+	of _Jv_AttachCurrentThread.
+	* gnu/gcj/runtime/FirstThread.java (FirstThread): Now extends Thread.
+	(run): New method. Take care of looking up main class manifest 
+	attribute and calling forName if neccessary. Then call call_main.
+	(call_main): New native method.
+	* gnu/gcj/runtime/natFirstThread.cc (call_main): New function, code 
+	relocated from prims.cc. Look up and call main method. 
+	* java/lang/Thread.java (run_): Removed.
+	* java/lang/natThread.cc (run_): Renamed to...
+	(_Jv_ThreadRun): this. JVMPI notification code moved to ...
+	(_Jv_NotifyThreadStart): here. New function.
+	(countStackFrames, destroy, resume, suspend, stop): Throw
+	UnsupportedOperationExceptions rather than JvFail'ing.
+	(_Jv_AttachCurrentThread): New variant takes a Thread argument.
+	Existing version wraps new variant.
+	
+
 2001-08-23  Tom Tromey  <tromey@redhat.com>
 
 	* java/lang/reflect/Field.java (toString): Use
--- /maat/heart/tbox/changelog_pass/gcc/libjava/testsuite/ChangeLog	Fri Aug 17 15:39:48 2001
+++ gcc/libjava/testsuite/ChangeLog	Mon Aug 27 06:45:17 2001
@@ -1,3 +1,7 @@
+2001-08-24  Alexandre Petit-Bianco  <apbianco@redhat.com>
+
+	* libjava.lang/KeepInline.out: Fixed content.
+
 2001-08-17  Alexandre Petit-Bianco  <apbianco@redhat.com>
 
 	* libjava.compile/XercesBug.java: New file.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]