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-07-30T11:00:01Z.


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:
powerpc-eabisim gcc.sum gcc.c-torture/execute/compndlit-1.c

For more information, see <http://www.cygnus.com/~geoffk/gcc-regression/>.
ChangeLog entries since last run on 2001-07-30T01:43:24Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog	Sun Jul 29 16:36:44 2001
+++ gcc/gcc/ChangeLog	Mon Jul 30 04:00:10 2001
@@ -1,3 +1,7 @@
+Mon Jul 30 12:52:11 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* combine.c (try_combine): Avoid barrier after noop jumps.
+
 2001-07-29  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
 
 	* cpphash.h (struct cpp_reader): Remove import_warning.

ChangeLog entries between 2001-07-30T01:43:24Z and the last time everything
passed, on 2001-07-26T16:41:53Z:
--- /maat/heart/tbox/changelog_pass/gcc/ChangeLog	Mon Jul 23 06:41:06 2001
+++ gcc/ChangeLog	Thu Jul 26 23:52:40 2001
@@ -1,3 +1,7 @@
+2001-07-27  Richard Henderson  <rth@redhat.com>
+
+	* .cvsignore: Add LAST_UPDATED.
+
 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
 
 	* MAINTAINERS (Various maintainers: s390 port): Added myself.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog	Thu Jul 26 09:42:02 2001
+++ gcc/gcc/ChangeLog	Sun Jul 29 16:36:44 2001
@@ -1,3 +1,245 @@
+2001-07-29  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
+
+	* cpphash.h (struct cpp_reader): Remove import_warning.
+	* cpplib.c (skip_rest_of_line): Don't bother turning off
+	macro expansion.
+	(parse_include): Move include handling to...
+	(do_include_common): ... here.  Move import warning from...
+	(do_import): ... here.
+	(do_pragma_poison): Don't do a callback for poison identifiers.
+	* cpplib.h (struct cpp_callbacks): Don't do poison callbacks.
+	* cppmain.c (setup_callbacks): Similarly.
+
+Sun Jul 29 23:26:50 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* rtlanal.c (parms_set, find_first_parameter_load): Break out from...;
+	handle multiple sets.
+	* except.c (sjlj_mark_call_sites): .... here.
+	* gcse.c (insert_insn_end_bb): Use find_first_parameter_load.
+
+Sun Jul 29 21:38:45 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	Suggested by Richard Henderson and Richard Kenner:
+	* combine.c (recog_for_combine): Use the fake recog
+	only if instruction does not match.
+	* rtl.h (NOOP_MOVE_INSN_CODE): New.
+	* rtlanal.c (noop_move_p): Always return 1 for NOOP_MOVE_INSN_CODE.
+
+	* combine.c (try_combine): Discover noop jump as direct jump.
+
+2001-07-29  Daniel Berlin  <dan@cgsoftware.com>
+
+	* df.c (df_rd_global_compute): Add successors to worklist, not
+	current item.
+	(df_ru_global_compute): Ditto.
+
+2001-07-27  Daniel Berlin  <dan@cgsoftware.com>
+
+	* regclass.c (reg_scan_mark_refs): Increment REG_N_REFS when we
+	increment REG_N_SETS.
+
+2001-07-26  Daniel Berlin  <dan@cgsoftware.com>
+
+	* sbitmap.h: New prototype for sbitmap_a_xor_b.
+
+	* sbitmap.c (sbitmap_a_xor_b): New function.
+	ifdef the basic block stuff on IN_GCC.
+
+2001-07-29  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
+
+	* cppexp.c (parse_defined): Always record the macro name.
+	(lex): Don't worry about identifiers, or special-case
+	CPP_NOT here.
+	(_cpp_parse_expr): Figure out at the end of the routine
+	whether we saw a valid !defined() expression.
+	* cppfiles.c (stack_include_file): Update for mi_valid.
+	(_cpp_pop_file_buffer): Similarly.
+	* cpplex.c (_cpp_lex_token): Similarly.
+	* cpphash.h (enum mi_state, enum mi_ind, mi_state,
+	mi_if_not_defined, mi_lexed): Remove.
+	(mi_valid): New.
+	* cpplib.c (do_if): Simplify.
+	(do_endif, push_conditional, _cpp_handle_directive): Update
+	for renaming of mi_state to mi_valid.
+doc:
+	* cpp.texi: Add index entries for digraphs, and add comment
+	that C++ refers to them as alternative tokens.
+
+Sun Jul 29 18:59:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* basic-block.h (CLEANUP_PRE_LOOP): New.
+	* except.c (finish_eh_generation): Update call of cleanup_cfg.
+	* sibcall.c (optimize_sibling_calls): Likewise.
+	* toplev.c (rest_of_compilation): Likewise.
+	* flow.c (try_forward_edges): Take argument MODE;
+	do not forward over loop pre-headers if CLEANUP_PRE_LOOP.
+	(try_optimize_cfg): Update call of try_forward_edges.
+
+Sun Jul 29 18:59:56 CEST 2001  Roman Zippel  <zippel@linux-m68k.org>
+			       Jan Hubicka  <jh@suse.cz>
+
+	* (validate_replace_rtx_1): Fix simplification of MINUS.
+
+2001-07-29  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	PR preprocessor/3669
+	* cppinit.c (init_dependency_output): Turn off dump requests
+	if sending dependencies to stdout.
+
+2001-07-28  Richard Henderson  <rth@redhat.com>
+
+	* flow.c (life_analysis): Elide PROP_ALLOW_CFG_CHANGES if
+	not optimizing.
+
+2001-07-28  Golubev I. N.  <gin@mo.msk.ru>
+
+	* config/i386/sco5.h (DWARF2_DEBUGGING_INFO): Define.
+
+2001-07-28  Kazu Hirata  <kazu@hxi.com>
+
+	* config/h8300/h8300.h (ENCODE_SECTION_INFO): Check to see if DECL
+	is VAR_DECL first to prevent an ICE.
+
+2001-07-28  Richard Henderson  <rth@redhat.com>
+
+	* varasm.c (immed_real_const_1): Don't elide special cases for
+	nested functions.
+	(clear_const_double_mem): Clear const_tiny_rtx too.
+
+2001-07-28  Richard Henderson  <rth@redhat.com>
+
+	* dwarf2out.c (dw_val_class_offset): New.
+	(struct dw_ranges_struct, dw_ranges_ref): New.
+	(ranges_table, ranges_table_allocated): New.
+	(ranges_table_in_use, RANGES_TABLE_INCREMENT): New.
+	(add_AT_offset, add_ranges, output_ranges): New.
+	(print_die, output_die): Handle dw_val_class_offset.
+	(attr_checksum, size_of_die, value_format): Likewise.
+	(gen_lexical_block_die): Handle non-contiguous blocks.
+	(gen_block_die): Likewise.
+	(dwarf2out_finish): Add a DW_AT_entry_pc to the compilation unit
+	if needed.  Dump the ranges table.
+	* final.c (final_start_function): Remove unnecessary notes and
+	rebuild the block tree before numbering the blocks.
+	* function.c (reorder_blocks_0): Walk the existing block tree
+	to unmark all blocks.
+	(reorder_blocks_1): Create block fragments when duplicate block
+	notes are seen.
+	(reorder_fix_fragments): New.
+	(reorder_blocks): Call it.
+	* tree.h (BLOCK_FRAGMENT_ORIGIN, BLOCK_FRAGMENT_CHAIN): New.
+
+2001-07-28  Richard Henderson  <rth@redhat.com>
+
+	* emit-rtl.c (adjust_address): Make a copy of the memory address.
+
+2001-07-28  Richard Henderson  <rth@redhat.com>
+
+	* flow.c (add_to_mem_set_list): New function.
+	(init_propagate_block_info): Use it.
+	(mark_set_1): Likewise.
+	(insn_dead_p): Canonicalize memory address for dead store
+	comparison.  Allow wider mode stores to kill narrower mode stores.
+	(invalidate_mems_from_autoinc): Use invalidate_mems_from_set.
+	(invalidate_mems_from_set): Don't handle MEMs.
+
+2001-07-28  Kazu Hirata  <kazu@hxi.com>
+
+	* config/h8300/h8300.h: Fix formatting.
+
+Sat Jul 28 23:35:22 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* basic-block.h (EDGE_FREQUENCY): New macro.
+	* bb-reorder (fixup_reorder_chain): Set counts and frequencies
+	for new BB/edges.
+	* flow.c (find_sub_basic_blocks): Likewise.
+	(try_crossjump_to_edge): Likewise; use EDGE_FREQUENCY
+	(redirect_edge_and_branch): Use EDGE_FREQUENCY.
+
+	* predict.c (DEF_PREDICTOR): New argument FLAGS.
+	(HITRATE): New macro.
+	(PRED_FLAG_FIRST_MATCH): New constant.
+	(predictor_info): New field flgags.
+	(combine_predictions_for_insn): Use DS theory to combine
+	probabilities; set the edge probabilities when finished.
+	(estimate_probability): Avoid duplicated matches
+	of LOOP_BRANCH heuristics for nested loops; update comment.
+	* predict.def: Add flags for each prediction, set probabilities
+	according to B&L paper.
+	* predict.h (DEF_PREDICTOR): New argument FLAGS.
+
+	* profile.c (compute_branch_probabilities):  Cleanup way the edge
+	probabilities are computed and REG_BR_PROB notes are dropped; if
+	values does not match, emit error.
+	(init_branch_prob): Do error instead of warning when profile driven
+	feedback is missing or corrupt.
+
+2001-07-27  DJ Delorie  <dj@redhat.com>
+
+	* ifcvt.c (noce_get_alt_condition): If the condition is a compare
+	against a constant, try to adjust the compare to have the desired
+	constant in it so that min/max optimizations happen more often.
+
+Fri Jul 27 17:53:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* flow.c (last_loop_beg_note): New function.
+	(redirect_edge_and_branch): Use it.
+	(split_edge): Likewise.
+
+	* alias.c (loop_p): Avoid uninitialized memory access.
+
+	* flow.c (try_forward_edges): Avoid accessing freed memory.
+
+	* flow.c (backward_edge_of_syntactic_loop_p): Avoid uninitialized
+	variable access.
+
+2001-07-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+	* doc/install.texi (Configuration): Properly link the host
+	specific instructions also when generating HTML.
+
+Fri Jul 27 00:33:35 EDT 2001  John Wehle  (john@feith.com)
+
+        * flow.c (redirect_edge_and_branch_force): Test
+	target->global_live_at_start.
+
+2001-07-26  Richard Henderson  <rth@redhat.com>
+
+	* simplify-rtx.c (avoid_constant_pool_reference): Export.
+	* rtl.h (avoid_constant_pool_reference): Declare it.
+	* dwarf2out.c (add_location_or_const_value_attribute): Use it.
+	(add_const_value_attribute): Use add_AT_unsigned for unsigned values.
+
+Thu Jul 26 22:30:22 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* rtl.h (cleanup_barriers): Declare.
+	* jump.c (cleanup_barriers): New function.
+	* toplev.c (rest_of_compilation): Call cleanup_barriers
+	before loop optimizer and after bb_reorder.
+
+	* flow.c (back_edge_of_syntactic_loop_p): New.
+	(split_edge): Use it.
+
+2001-07-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+	* glimits.h (_MACH_MACHLIMITS_H_): Delete.
+
+Thu Jul 26 22:22:21 2001  Denis Chertykov  <denisc@overta.ru>
+
+	* cse.c (cse_process_notes): Replace any registers if the address
+	remains valid.
+
+Thu Jul 26 14:04:03 EDT 2001  John Wehle  (john@feith.com)
+
+	* basic-block.h (PROP_ALLOW_CFG_CHANGES): Define.
+	(PROP_FINAL): Include PROP_ALLOW_CFG_CHANGES.
+	(propagate_block): Update prototype.
+	* flow.c (update_life_info): Simplify the CFG and
+	recalculate the global regs which are alive when
+	removing dead code during a global update.
+	(propagate_block): Return non-zero if an INSN is
+	deleted.
+
 2001-07-26  Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
 
 	* Makefile.in (LIBICONV): Define.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/cp/ChangeLog	Thu Jul 26 07:32:58 2001
+++ gcc/gcc/cp/ChangeLog	Sat Jul 28 19:52:42 2001
@@ -1,3 +1,19 @@
+2001-07-28  Richard Henderson  <rth@redhat.com>
+
+	* method.c (pending_inlines): Remove.
+
+2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* class.c (mark_primary_virtual_base): Don't adjust base
+	offsets here.
+	(dfs_unshared_virtual_bases): Adjust them here.
+	(mark_primary_bases): Explain why we adjust at the end.
+
+2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* class.c (finish_struct_1): When copying the primary base's
+	VFIELD, make sure we find it is at offset zero.
+
 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
 
 	* pt.c (tsubst_template_parms): Call maybe_fold_nontype_arg and
@@ -5,6 +21,7 @@
 
 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
 
+	PR c++/3621
 	* spew.c (yylex): Only copy the token's lineno, if it is
 	non-zero.
 
--- /maat/heart/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Thu Jul 26 07:33:00 2001
+++ gcc/gcc/testsuite/ChangeLog	Fri Jul 27 08:15:45 2001
@@ -1,3 +1,27 @@
+2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* g++.dg/abi/vbase8-21.C: New test.
+
+2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* g++.dg/abi/vbase8-10.C: New test.
+
+2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+	* lib/g++.exp (g++_set_ld_library_path): Renamed to
+	${tool}_set_ld_library_path.
+	Changed caller.
+	* lib/objc.exp (${tool}_set_ld_library_path): New, copied from
+	g++.exp.
+
+2001-07-26  Stan Cox <scox@redhat.com>
+
+	* lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
+	* lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
+	gcc_exit, gcc_check_unsupported_p):
+	Moved to gcc-deps.exp
+	* gcc-deps.exp: New file.
+
 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
 
 	* g++.old-deja/g++.pt/defarg14.C: New test.
--- /maat/heart/tbox/changelog_pass/gcc/libjava/ChangeLog	Thu Jul 26 05:24:08 2001
+++ gcc/libjava/ChangeLog	Sun Jul 29 18:43:35 2001
@@ -1,3 +1,12 @@
+2001-07-30  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+	* java/util/GregorianCalendar.java (GregorianCalendar): Call
+	setTimeInMillis() to set the default/current time.
+
+2001-07-29  Mark Wielaard <mark@klomp.org>
+
+	* HACKING: add description on updating namespace
+
 2001-07-26  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
 
 	* java/util/Calendar.java (set): Never recompute fields here. They 
--- /maat/heart/tbox/changelog_pass/gcc/libjava/testsuite/ChangeLog	Thu Jul 19 07:03:08 2001
+++ gcc/libjava/testsuite/ChangeLog	Fri Jul 27 05:30:10 2001
@@ -1,3 +1,8 @@
+2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+	* lib/libjava.exp (${tool}_set_ld_library_path): New, copied from
+	g++.exp.
+
 2001-07-19  Jeff Sturm  <jsturm@one-point.com>
 
 	* libjava.lang/PR3731.java: New file.

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