Fwd: GCC build failed with your patch.

Geoff Keating geoffk@cygnus.com
Mon Jul 31 15:57:00 GMT 2000


I'm lame.  I forgot to implement '**TRUNCATED**' for build failures as
well as for regression failures.  Anyway, looks like libio is broken.

------- Start of forwarded message -------
From: MAILER-DAEMON@sourceware.cygnus.com
Date: 31 Jul 2000 22:40:21 -0000
To: geoffk@cygnus.com
Subject: failure notice
Content-Type: text
X-UIDL: 1f5fbbe1fb73723fad1f49b79ab81929

Hi. This is the qmail-send program at sourceware.cygnus.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<gcc-regression@gcc.gnu.org>:
ezmlm-reject: fatal: Sorry, I don't accept messages larger than 200000 bytes (#5.2.3)

- --- Below this line is a copy of the message.

Return-Path: <geoffk@runyon.cygnus.com>
Received: (qmail 5143 invoked from network); 31 Jul 2000 22:40:20 -0000
Received: from runyon.cygnus.com (HELO cygnus.com) (205.180.230.5)
  by sourceware.cygnus.com with SMTP; 31 Jul 2000 22:40:20 -0000
Received: from sloth.cygnus.com (sloth.cygnus.com [205.180.230.197])
	by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id PAA28411;
	Mon, 31 Jul 2000 15:40:08 -0700 (PDT)
Received: (from geoffk@localhost)
	by sloth.cygnus.com (8.8.8+Sun/8.8.8) id PAA00271;
	Mon, 31 Jul 2000 15:40:08 -0700 (PDT)
Date: Mon, 31 Jul 2000 15:40:08 -0700 (PDT)
Message-Id: <200007312240.PAA00271@sloth.cygnus.com>
From: "GCC regression checker" <geoffk@cygnus.com>
Subject: GCC build failed with your patch.
MIME-Version: 1.0
Content-type: multipart/mixed; boundary="BOUNDARY"
To: jason@redhat.com
To: jakub@redhat.com
To: gcc-regression@gcc.gnu.org

- --BOUNDARY
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

(This is an automated message.)

With your recent patch, GCC does not compile.  The last 20 or so
lines of the build output are attached.  Also attached is a diff of
the ChangeLog entries since the last time the regression tests passed,
on 2000-07-30T18:20:00Z.

The build failures are new.

For more information, see < http://www.cygnus.com/~geoffk/gcc-regression/ >.

If it seems that you have been sent this mail incorrectly---that is,
if you did not recently check in a change to GCC---please
contact Geoffrey Keating <geoffk@cygnus.com>.  The script that
extracts e-mail addresses from ChangeLog entries is not completely
reliable.

- --BOUNDARY
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="make.log"

make[4]: Leaving directory `/sloth/delay/tbox/build/powerpc-eabisim/nof/le/und/libiberty/testsuite'
make[3]: Leaving directory `/sloth/delay/tbox/build/powerpc-eabisim/nof/le/und/libiberty'
make[2]: Leaving directory `/sloth/delay/tbox/build/powerpc-eabisim/libiberty'
make[1]: Leaving directory `/sloth/delay/tbox/build/powerpc-eabisim/libiberty'
make[1]: Entering directory `/sloth/delay/tbox/build/powerpc-eabisim/libio'
if [ x"" != x ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
rootme=`pwd`/ ; export rootme; \
CC="/sloth/delay/tbox/build/gcc/xgcc -B/sloth/delay/tbox/build/gcc/ -B/sloth/delay/tbox/build/powerpc-eabisim/newlib/ -isystem /sloth/delay/tbox/build/powerpc-eabisim/newlib/targ-include -isystem /sloth/delay/tbox/cvs/egcs/newlib/libc/include -B/sloth/delay/tbox/objs/powerpc-eabisim/bin/ -B/sloth/delay/tbox/objs/powerpc-eabisim/lib/ -isystem /sloth/delay/tbox/objs/powerpc-eabisim/include -I. -I/sloth/delay/tbox/cvs/egcs/libio"; export CC; \
CXX=" -I. -I/sloth/delay/tbox/cvs/egcs/libio -nostdinc++ -nostdinc++ -g -O2"; export CXX; \
CONFIG_NM="powerpc-eabisim-nm"; export CONFIG_NM; \
/usr/clocal/bin/bash /sloth/delay/tbox/cvs/egcs/libio/gen-params LIB_VERSION=2.8.0  >tmp-params.h
/sloth/delay/tbox/cvs/egcs/libio/gen-params: -I.: command not found
gen-params: could not compile dummy.C with  -I. -I/sloth/delay/tbox/cvs/egcs/libio -nostdinc++ -nostdinc++ -g -O2
make[1]: *** [_G_config.h] Error 1
make[1]: Leaving directory `/sloth/delay/tbox/build/powerpc-eabisim/libio'
make: *** [all-target-libio] Error 2
+ exit 1

- --BOUNDARY
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="ChangeLog.diff"

- --- /sloth/delay/tbox/changelog_pass/egcs/gcc/ChangeLog	Sun Jul 30 11:20:24 2000
+++ egcs/gcc/ChangeLog	Mon Jul 31 12:20:26 2000
@@ -1,3 +1,265 @@
+2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
+
+	* c-decl.c (mesg_implicit_function_declaration): Init to -1.
+	(implicit_decl_warning): New function.
+	(implicitly_declare): Use it.
+	* c-typeck.c (build_external_ref): Use implicit_decl_warning
+	to complain about implicit decls of builtins.
+
+	* c-lang.c (lang_init): Set mesg_implicit_function_declaration
+	based on pedantic && flag_isoc99, if not already set.
+	* c-tree.h: Declare mesg_implicit_function_declaration.
+	Prototype implicit_decl_warning.
+
+2000-07-30  Jeffrey D. Oldham  <oldham@codesourcery.com>
+
+	* Makefile.in (ssa.o): Updated header files in dependences.
+	* basic-block.h: Added compute_immediate_postdominators declaration.
+	* config/i386/i386.h (CONVERT_HARD_REGISTER_TO_SSA_P): Added
+	definition.
+	* flow.c (compute_immediate_dominators): Updated comment.
+	(compute_immediate_postdominators): Added definition.
+	* rtl.h (HARD_REGISTER_P): Added definition.
+	* ssa.c: Include additional header files.
+	(assert): Added definition.
+	(ssa_rename_to_lookup): Added to reimplement ssa_rename_to to
+	include select hard registers.
+	(ssa_rename_to_insert): Likewise.
+	(ssa_rename_from_initialize): Likewise.
+	(ssa_rename_from_lookup): Likewise.
+	(original_register): Likewise.
+	(ssa_rename_from_insert): Added to reimplement ssa_rename_from to
+	include select hard reigsters.
+	(ssa_rename_from_traverse): Likewise.
+	(ssa_rename_from_free): Likewise.
+	(ssa_rename_from_print): Likewise.
+	(ssa_rename_from_print_1): Likewise.
+	(ssa_rename_from_hash_function): Likewise.
+	(ssa_rename_from_equal): Likewise.
+	(ssa_rename_from_delete): Likewise.
+	(simplify_to_immediate_dominators): Removed in favor of
+	flow.c:compute_immediate_dominators.
+	(find_evaluations_1): Modified to work with hard registers.
+	(insert_phi_node): Likewise.
+	(insert_phi_nodes): Likewise.
+	(struct rename_set_data): Updated prev_reg comment.
+	(create_delayed_rename): Modified to work with hard registers.
+	(RENAME_NO_RTX): Updated comment.
+	(apply_delayed_renames): Modified to work with hard registers.
+	(rename_insn_1): Likewise and added handling of CLOBBER rtls.
+	(rename_block): Updated to use revised ssa_rename_to interface.
+	(rename_registers): Updated to use revised ssa_rename_to and
+	ssa_rename_from interface.
+	(convert_to_ssa): Revised to use compute_immediate_dominators and
+	deal with hard registers.
+	(make_regs_equivalent_over_bad_edges): Modified to work with hard
+	registers.  Added check for illegal unification of hard register.
+	(make_equivalent_phi_alternatives_equivalent): Modified to work
+	with hard registers.
+	(compute_conservative_reg_partition): Likewise.
+	(coalesce_if_unconflicting): Modified to work with hard registers
+	and check for conflicting hard registers.
+	(mark_phi_and_copy_regs): Revised loop to work only on pseudo
+	registers.
+	(rename_equivalent_regs_in_insn): Modified to work with hard
+	registers.
+	(record_canonical_element_1): Added definition.
+	(check_hard_regs_in_partition): Added definition.
+	(convert_from_ssa): Added data structure deallocation and check
+	for illegal hard register unification.
+	(conflict_hard_regs_p): Added definition.
+	* toplev.c (rest_of_compilation): Added comment.
+
+2000-07-31  Anthony Green  <green@redhat.com>
+
+	* config/ia64/crtbegin.asm (__EH_FRAME_BEGIN__): Align correctly.
+
+2000-07-31  Jason McMullan  <jmcmullan@linuxcare.com>
+
+	* builtins.c (expand_builtin_apply): Don't defer pop during
+	argument setup.
+
+2000-07-31 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
+
+	* calls.c (combine_pending_stack_adjustment_and_call): Only use
+	preferred_unit_stack_boundary when it is > 1.
+
+2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* c-common.c (init_function_format_info): Add C99 format functions
+	in C99 mode.
+
+	* c-decl.c (get_parm_info): Don't treat 'const void', 'volatile
+	void' or 'register void' as being the special case of 'void' alone
+	in a parameter list.
+
+	* c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn for
+	discarding qualifiers into a plain warning.
+
+2000-07-31  Kazu Hirata  <kazu@hxi.com>
+
+	* local-alloc.c: Fix formatting.
+
+	* h8300.c (get_shift_alg): Remove the variable alg.
+	(emit_a_shift): Rearrange code to improve readability.
+
+	* h8300.md (movsi_h8300hs): Rearrange code to improve readability.
+
+	* h8300.h (MODES_TIEABLE_P): Accept a combination of QImode and
+	HImode on all architectures and a combination of HImode and SImode
+	on H8/300H and H8/S.
+
+	* h8300.c (split_adds_subs): Rearrange code for conciseness.
+
+Mon Jul 31 12:27:55 MET DST 2000  Jan Hubicka  <jh@suse.cz>
+
+	* i386.md (addsi to lea splitter, ashlqi3_1_lea): Fix bugs
+	in my last checkin.
+
+Mon Jul 31 10:41:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
+
+	* recog.c (extract_insn): Set operand_mode according to
+	operand if match_operand is VOIDmode.
+
+Mon Jul 31 10:36:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
+
+	* recog.c (validate_replace_rtx_1): Do not abort for (nil) expression.
+
+2000-07-31  Geoff Keating  <geoffk@cygnus.com>
+
+	* c-parse.in (extdefs): Call ggc_collect between external
+	definitions.
+
+2000-07-30  Michael Hayes  <mhayes@cygnus.com>
+	    Richard Henderson  <rth@cygnus.com>
+
+	* Makefile.in (OBJS): Add doloop.o.
+	* doloop.c: New file.
+
+	* final.c (insn_current_reference_address): Return 0 before final.
+	* flags.h (flag_branch_on_count_reg): Fix typos in commentary.
+	* jump.c (any_uncondjump_p): Likewise.
+	* loop.c (indirect_jump_in_function): Make static.
+	(strength_reduce): Call doloop_optimize.
+	(insert_bct, instrument_loop_bct): Remove.
+	* loop.h (doloop_optimize): Prototype.
+	* recog.c (split_all_insns): Split all INSN_P.
+	* toplev.c (flag_branch_on_count_reg): Default on.
+
+	* config/c4x/c4x.c (c4x_optimization_options): Don't set
+	flag_branch_on_count_reg.
+	* config/i386/i386.c (override_options): Likewise.
+	* config/rs6000/rs6000.c (optimization_options): Likewise.
+
+	* config/i386/i386.md (decrement_and_branch_on_count): Remove.
+	(doloop_end): New.
+	(dbra_ge): Remove, as well as all it's splitters.
+
+	* config/rs6000/rs6000.md (decrement_and_branch_on_count): Remove.
+	(doloop_end): New.
+
+	* config/ia64/ia64-protos.h (ar_lc_reg_operand): Declare.
+	(ia64_register_move_cost): Declare.
+	* config/ia64/ia64.c (ar_lc_reg_operand): New.
+	(struct ia64_frame_info): Add ar_size.
+	(ia64_compute_frame_size): Set it.
+	(save_restore_insns): Save and restore ar.lc.
+	(ia64_register_move_cost): New, moved from header file.  Handle
+	application registers.
+	(REG_AR_PFS, REG_AR_EC): Remove.  Replace with AR_*_REGNUM numbers.
+	(emit_insn_group_barriers): Special case doloop_end_internal.
+	(ia64_epilogue_uses): Mark ar.lc live at end.
+	* config/ia64/ia64.h (AR_CCV_REGNUM, AR_LC_REGNUM): New registers.
+	(AR_EC_REGNUM, AR_PFS_REGNUM): New registers.
+	(FIRST_PSEUDO_REGISTER): Make room.
+	(AR_M_REGNO_P, AR_I_REGNO_P, AR_REGNO_P): New.
+	(FIXED_REGISTERS, CALL_USED_REGISTERS): Update.
+	(REG_ALLOC_ORDER): Update.
+	(HARD_REGNO_MODE_OK): Update.
+	(REGISTER_NAMES): Update.
+	(enum reg_class): Add AR_M_REGS and AR_I_REGS.
+	(REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
+	(REGNO_REG_CLASS): Update.
+	(LEGITIMATE_ADDRESS_DISP): Displacement range is 9 bits, not 10.
+	(REGISTER_MOVE_COST): Move out of line.
+	(PREDICATE_CODES): Update.
+	* config/ia64/ia64.md (movdi patterns): Handle ar register classes.
+	(addsi3_plus1_alt, adddi3_plus1_alt): New.
+	(shladd_elim splitter): Allow constants in the predicate.
+	(doloop_end, doloop_end_internal): New.
+
+2000-07-30  Richard Henderson  <rth@cygnus.com>
+
+	* genattrtab.c (struct insn_def): Add lineno member.
+	(struct insn_ent): Likewise.
+	(struct attr_desc): Likewise.
+	(struct delay_desc): Likewise.
+	(struct function_unit_op): Likewise.
+	(struct function_unit): Likewise.
+	(check_attr_value): Use message_with_line.
+	(check_defs): Likewise.
+	(expand_units): Likewise.
+	(check_attr_test): Take a lineno argument.
+	(gen_attr): Likewise.
+	(gen_insn): Likewise.
+	(gen_delay): Likewise.
+	(gen_unit): Likewise.
+	(main): Give it to them.
+	(convert_set_attr_alternative): Take an insn_def argument
+	instead of num_alt and insn_index.
+	(convert_set_attr): Likewise.
+	(write_test_expr): Protect INSN_ADDRESSES load
+	with INSN_ADDRESSES_SET_P.
+
+2000-07-30  Richard Henderson  <rth@cygnus.com>
+
+	* flow.c (init_propagate_block_info): Use pc_set.
+
+Sun Jul 30 20:58:34 MET DST 2000  Jan Hubicka  <jh@suse.cz>
+
+	* i386.md (*lea_general_[123]) New insns and splits.
+	(addsi3 to lea splitter): Handle other modes too.
+	(shlsi3 to lea splitter): Likewise.
+	(addhi_1_lea, shlhi_1_lea): New patterns.
+	(addhi_1, shlhi_1): Conditionize by PARTIAL_REG_STALL.
+
+Sun Jul 30 20:51:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
+
+	* recog.c (general_operand, nonimmediate_operand): Accept
+	any mode for VOIDmode CONSTANT_P operands.
+
+Sun Jul 30 20:42:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
+
+	* gcse.c (try_replace_reg): Use validate_replace_rtx_subexp
+	instead of replace_rtx.
+	* recog.c (validate_replace_rtx_subexp): New function.
+	* recog.h (validate_replace_rtx_subexp): Declare.
+
+Sun Jul 30 20:38:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
+
+	* combine.c (simplify_set, make_extraction, make_compound_operation
+	make_field_assignment): Use full mask instead of GET_MODE_MASK (mode)
+	as force_to_mode argument.
+
+Sun Jul 30 20:30:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
+
+	* combine.c (if_then_else_cond): Be sure that mode fits in
+	HOST_WIDE_INT.
+
+Sun Jul 30 20:27:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
+
+	* combine.c (record_promoted_value):  Allow bitsize of mode
+	to be equivalent to HOST_BITS_PER_WISE_INT.
+
+Sun Jul 30 20:25:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
+
+	* function.c (assign_stack_local_1, assign_stack_temp_for_type): 
+	Do not call gen_mode_alignment when mode is BLKmode.
+
+Sun Jul 30 20:21:54 MET DST 2000  Jan Hubicka  <jh@suse.cz>
+
+	* loop.c (express_from_1): Fix call of simplify_gen_binary.
+
 Sun Jul 30 20:08:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
 
 	* simplify-rtx.c (simplify_relational_operation): Verify that mode ==
@@ -2192,16863 +2454,5 @@
 	of the low 13 bits into a CONST plus an adddi3.
 	(load_symptr): Set RTX_UNCHANGING_P.
 
[lots o'stuff snipped.]
+See ChangeLog.3 for earlier changes.
 
- -See ChangeLog.2 for earlier changes.
- --- /sloth/delay/tbox/changelog_pass/egcs/gcc/ch/ChangeLog	Thu Jul 13 00:20:27 2000
+++ egcs/gcc/ch/ChangeLog	Mon Jul 31 12:20:32 2000
@@ -1,3 +1,11 @@
+2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
+
+	* lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
+
+Mon Jul 31 07:58:31 2000  Casper Dik <Casper.Dik@holland.sun.com>
+
+	* Makefile.in: Remove naked "^L".
+
 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
 
 	* lang-specs.h: Use the new named specs.  Remove unnecessary braces.
- --- /sloth/delay/tbox/changelog_pass/egcs/gcc/cp/ChangeLog	Fri Jul 28 00:20:36 2000
+++ egcs/gcc/cp/ChangeLog	Mon Jul 31 14:50:34 2000
@@ -1,3 +1,84 @@
+2000-07-28  Jason Merrill  <jason@redhat.com>
+
+	* lang-specs.h: Use %i in rule for .ii files.
+
+2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
+
+	* lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
+
+2000-07-30  Mark Mitchell  <mark@codesourcery.com>
+
+	Allow indirect primary bases.
+	* cp-tree.h (struct lang_type): Remove vfield_parent.  Add
+	primary_base.
+	(CLASSTYPE_VFIELD_PARENT): Remove.
+	(CLASSTYPE_PRIMARY_BINFO): Reimplement.
+	(BINFO_PRIMARY_BINFO): Remove.
+	(CLASSTYPE_HAS_PRIMARY_BASE_P): Reimplement.
+	(BINFO_VBASE_PRIMARY_P): Likewise.
+	(BINFO_PRIMARY_BASE_OF): New macro.
+	(BINFO_INDIRECT_PRIMARY_P): Likewise.
+	(get_primary_binfo): New function.
+	* decl.c (lang_mark_tree): Make lang_type::primary_base.
+	* class.c (vcall_offset_data_s): Rename to ...
+	(vtbl_init_data_s): ... this.  Rename primary_p to primary_vtbl_p,
+	and add ctor_vtbl_p.
+	(get_derived_offset): Use get_primary_binfo.
+	(dfs_mark_primary_bases): Adjust handling of virtual primary
+	bases.
+	(mark_primary_bases): Likewise.
+	(set_primary_base): Take a binfo, not an integer, as a
+	representation of the primary base.
+	(indirect_primary_base_p): Remove.
+	(determine_primary_base): Adjust for indirect primary bases.
+	(dfs_find_final_overrider): Fix typo in coment.
+	(update_vtable_entry_for_fn): Use get_primary_binfo.
+	(layout_nonempty_base_or_field): Tweak.
+	(build_base_fields): Adjust for new primary base semantics.
+	(dfs_propagate_binfo_offsets): Remove.
+	(propagate_binfo_offsets): Rewrite.
+	(dfs_set_offset_for_shared_vbases): Remove.
+	(layout_virtual_bases): Don't use it.
+	(layout_class_type): Set CLASSTYPE_SIZE correctly under the new
+	ABI.
+	(finish_struct_1): Set CLASSTYPE_PRIMARY_BINFO, not
+	CLASSTYPE_VFIELD_PARENT.
+	(dfs_get_primary_binfo): New function.
+	(get_primary_binfo): Likewise.
+	(dump_class_hierarchy_r): Tweak printing of primary bases.
+	(build_vtbl_initializer): Fix typo in comments.  Use
+	vtbl_init_data.
+	(build_vcall_and_vbase_vtbl_entries): Likewise.
+	(build_vbaes_offset_vtbl_entries): Likewise.
+	(dfs_build_vcall_offset_vtbl_entries): Adjust setting of
+	BV_VCALL_INDEX to handle indirect primary bases.
+	(build_vcall_offset_vtbl_entries): Use vtbl_init_data.
+	(build_rtti_vtbl_entries): Likewise.
+	* search.c (get_shared_vbase_if_not_primary): Tweak.
+	(find_vbase_instance): Likewise.
+	(binfo_for_vtable): Simplify.
+	* tree.c (unshare_base_binfos): Clear BINFO_PRIMARY_BASE_OF.
+	(make_binfo): Make it have 11 entries.
+	
+2000-07-30  Alex Samuel  <samuel@codesourcery.com>
+
+	* mangle.c (DECL_TEMPLATE_ID_P): Remove.
+	(CLASSTYEP_TEMPLATE_ID_P): Check template info, and context when
+	ascertaining primaryness.
+	(G): Remove template_args.
+	(decl_is_template_id): New function.
+	(write_encoding): Use decl_is_template_id.
+	(write_name): Likewise.  Handle type_decls.  Get main variant of
+	type decls.
+	(write_nested_name): Likewise.
+	(write_prefix): Likewise.
+	(write_template_prefix): Likewise.
+	(write_special_name_constructor): Remove defunct production from
+	comment.
+	(write_bare_function_type): Remove comment about absent parameter.
+	(write_template_template_arg): Add missing grammar production to
+	comment.
+
 2000-07-27  Jason Merrill  <jason@redhat.com>
 
 	* decl.c (duplicate_decls): If common_type produces a non-typedef
- --- /sloth/delay/tbox/changelog_pass/egcs/gcc/f/ChangeLog	Thu Jul 27 10:35:39 2000
+++ egcs/gcc/f/ChangeLog	Mon Jul 31 12:20:43 2000
@@ -1,3 +1,7 @@
+2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
+
+	* lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
+
 Thu Jul 27 11:50:08 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
 	* fini.c (main): Avoid automatic aggregate initialization.
- --- /sloth/delay/tbox/changelog_pass/egcs/gcc/testsuite/ChangeLog	Thu Jul 27 13:20:37 2000
+++ egcs/gcc/testsuite/ChangeLog	Mon Jul 31 14:50:35 2000
@@ -1,3 +1,25 @@
+2000-07-31  Jakub Jelinek  <jakub@redhat.com>
+
+	* gcc.dg/cpp/20000725-1.c: New test.
+
+2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
+
+	* gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
+	* gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
+	declaration warning for __builtin_dwarf_reg_size.
+
+	* gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
+
+2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* gcc.dg/noncompile/voidparam-1.c: New test.
+
+2000-07-30  Richard Henderson  <rth@cygnus.com>
+
+	* gcc.dg/c90-digraph-1.c: Don't xfail.
+	* gcc.dg/compare2.c (case 10): Xfail.
+	* gcc.dg/noncompile/redecl-1.c: Fix expected error message.
+
 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
 
 	* gcc.dg/c99-main-1.c: New test.

- --BOUNDARY
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

- -- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

jakub@redhat.com
jason@redhat.com

2000-07-31T21:50:00Z 2000-07-31T22:40:05Z build

- --BOUNDARY--
------- End of forwarded message -------


-- 
- Geoffrey Keating <geoffk@cygnus.com>


More information about the Gcc-regression mailing list