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]

4 GCC regressions, 0 new, with your patch on 2001-05-06T15:00:01Z.


With your recent patch, GCC has some regression test failures, which
used to pass.  There are 0 new failures, and 4
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/930921-1.c
powerpc-eabisim gcc.sum gcc.c-torture/execute/loop-4.c
native gcc.sum gcc.c-torture/execute/930921-1.c
native gcc.sum gcc.c-torture/execute/loop-4.c

For more information, see <http://www.cygnus.com/~geoffk/gcc-regression/>.
--- /maat/heart/tbox/changelog_pass/gcc/ChangeLog	Wed Apr 25 23:30:13 2001
+++ gcc/ChangeLog	Thu May  3 13:50:12 2001
@@ -1,3 +1,14 @@
+2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
+
+	* configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
+	libgcj.
+
+2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
+
+	* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
+	gcc/xgcc is built, use -print-prog-name to find out the program
+	name to use.
+
 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
 
 	* configure.in (noconfigdirs): Don't reset it from scratch in the
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog	Tue May  1 05:50:13 2001
+++ gcc/gcc/ChangeLog	Sat May  5 11:40:12 2001
@@ -1,3 +1,487 @@
+2001-05-05  Richard Henderson  <rth@redhat.com>
+
+	* integrate.c (copy_insn_list): Substitute NOTE_EXPECTED_VALUE.
+
+2001-05-05  Richard Henderson  <rth@redhat.com>
+
+	* except.c (remove_fixup_regions): Adjust REG_EH_REGION notes
+	to the parent of the fixup region.
+
+2001-05-05  Jakub Jelinek  <jakub@redhat.com>
+
+	* gcc.c (cpp_options): Define __NO_INLINE__ unless we are honoring
+	"inline" keyword.
+	* cpp.texi (__NO_INLINE): Document it.
+
+2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	* cppfiles.c (struct include_file): New member err_no.
+	(find_or_create_entry): Set it.
+	(open_file): Don't set fds to -2.  Instead, use err_no to
+	remember previous errors, if any.
+
+2001-05-05  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Optimize moves
+	between X and Y by using sequences of xgdx and xgdy.
+
+2001-05-05  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11.md ("*logicalsi3_silshr16"): Use '?' instead
+	of '!' for the 'D' alternative ('!' is too strong).
+	("*logicalsi3_silshl16"): Likewise.
+	("movstricthi"): Accept 'A' when 'd' constraint, remove spurious '+'.
+	("movstrictsi"): Remove spurious '+'.
+	("movstrictqi"): Don't accept 'A' and remove spurious '+'.
+	("tstqi_1", "*lshrqi3_const1"): Put 'm' constraint before 'd'.
+	("subqi3"): Disparage with '!' the 'x' and 'y' registers to avoid
+	a reload to them.
+
+2001-05-04  David Edelsohn  <edelsohn@gnu.org>
+
+	* calls.c (store_one_arg): Don't divide align by BITS_PER_UNIT.
+
+2001-05-04  Lars Brinkhoff  <lars@nocrew.org>
+
+	* simplify-rtx.c (simplify_binary_operation): Simplify ~a + 1
+	into -a.
+
+2000-05-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+	* config/rs6000/rs6000.md (ashldi3 splits): Guard with
+	TARGET_POWERPC64.
+
+2001-05-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11.md (lshrhi3_const1): Fix shift of
+	soft register, use ror instead of rol.
+
+2001-05-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Take
+	into account pre/post increment decrement for 68HC12.
+	Fix other problems in replacement and fix call to reg_mentioned_p.
+
+2001-05-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/larith.asm (L_regs_frame): New for _.frame.
+	Put the soft registers in bss for 68HC12.
+	(L_regs_d3_4): New for _.d3 and _.d4.
+	(L_regs_d5_6): Likewise.
+	(L_regs_d1_2): Likewise.
+	* config/m68hc11/t-m68hc11-gas (T_CPPFLAGS): Compile new parts.	
+
+2001-05-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11.h (CPP_SPEC): Pass -D__HAVE_SHORT_DOUBLE__
+	to the pre-processor when -fshort-double is specified.
+	* config/m68hc11/m68hc11.2 (CPP_SPEC): Likewise.
+
+2001-05-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/larith.asm (divmodhi4): Empty for 68HC12.
+	(__mulsi3): Rewrite for 68HC12.
+	* config/m68hc11/m68hc11.md (divmodhi4): Use idivs for 68HC12.
+	Mark 'x' constraint with earlyclobber to prevent a 
+	RELOAD_FOR_OTHER_ADDRESS to go in it.
+	(mulhi3_m68hc12): New pattern.
+	(mulhi3_m68hc11): Rename of mulhi3.
+	(mulhi3): New expand for 68HC12 optimisation.
+	(umulhisi3, mulhisi3): New patterns for 68HC12.
+
+2001-05-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11.md (*tbne, *tbeq): New patterns for 68HC12.
+	(extendqisi2, extendqihi2, extendhisi2): Use sex for 68HC12.
+	(uminqi3, umaxqi3, uminhi3, umaxhi3): New pattern for 68HC12.
+
+2001-05-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11.h (CONST_COSTS): Make the cost of
+	constants cheap after reload.
+	* config/m68hc11/m68hc11.c (m68hc11_shift_cost): Shift by 16 and 32
+	are cheap.
+	(m68hc11_rtx_costs): Cost of multiplication by 65536 is expensive
+	so that gcc prefers a shift by 16.
+	(m6811_cost, m6812_cost): Make the shift cheap compared to an add.
+
+2001-05-04  Nick Clifton  <nickc@cambridge.redhat.com>
+
+	* config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Define.
+
+2001-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* alpha.h: NULL_PTR -> NULL.
+	* arm.c: Likewise.
+	* arm.h: Likewise.
+	* avr.h: Likewise.
+	* c4x.c: Likewise.
+	* c4x.h: Likewise.
+	* i386.c: Likewise.
+	* i386.md: Likewise.
+	* i860.c: Likewise.
+	* ia64.c: Likewise.
+	* m68hc11.h: Likewise.
+	* rs6000.h: Likewise.
+	* sh.c: Likewise.
+	* sh.h: Likewise.
+	* sparc.h: Likewise.
+	* v850.c: Likewise.
+
+	* expr.c: Likewise.
+	* final.c: Likewise.
+	* gcc.c: Likewise.
+	* recog.c: Likewise.
+
+2001-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* i386.c (ix86_emit_restore_regs_using_mov, ix86_save_reg): Change
+	`bool' parameter to `int'.
+
+	* hash.c (hash_lookup): Likewise.
+	
+	* hash.h (hash_lookup): Likewise.
+
+	* tlink.c (symbol_hash_lookup, demangled_hash_lookup): Likewise.
+
+Fri May  4 13:10:03 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* i386.c (x86_initialize_trampoline): Fix mode of constant.
+
+2001-05-03  Geoff Keating  <geoffk@redhat.com>
+
+	* invoke.texi (i386 Options): Delete references to -malign-jumps,
+	-malign-loops, -malign-functions.
+	* i386.c (ix86_align_funcs): Delete.
+	(ix86_align_loops): Delete.
+	(ix86_align_jumps): Delete.
+	(override_options): Mark -malign-* as obsolete.  Emulate their
+	behaviour with the -falign-* options.  Default -falign-* from
+	the processor table.
+	* i386.h (FUNCTION_BOUNDARY): Define to 16; revert Richard Kenner's
+	patch of Wed May 2 13:09:36 2001.
+	(LOOP_ALIGN): Delete.
+	(LOOP_ALIGN_MAX_SKIP): Delete.
+	(LABEL_ALIGN_AFTER_BARRIER): Delete.
+	(LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Delete.
+
+2001-05-04  Andreas Jaeger  <aj@suse.de>
+
+	* except.h: Add prototype declaration for
+	expand_builtin_init_dwarf_reg_sizes.
+
+2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
+
+	* Makefile.in (site.exp): Set TESTING_IN_BUILD_TREE.
+
+2001-05-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11.md ("bitcmpqi"): New pattern for bitb
+	instruction.
+	("bitcmpqi2"): New pattern for bit-extract and test.
+	("bitcmphi"): New pattern for bitb/bita instructions.
+
+2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* gccbug.in: Use a temporary directory when the mktemp command is
+	not available.
+
+2001-05-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11.h (STATIC_CHAIN_REGNUM): Use soft z register
+	instead of _.d1.
+	(INITIALIZE_TRAMPOLINE): Call it.
+	(TRAMPOLINE_SIZE): Define according to 68HC11/68HC12.
+	(TRAMPOLINE_TEMPLATE): Remove.
+	* config/m68hc11/m68hc11.c (m68hc11_initialize_trampoline): New.
+	* config/m68hc11/m68hc11-protos.h (m68hc11_initialize_trampoline):
+	Declare.
+
+2001-05-03  David O'Brien  <obrien@FreeBSD.org>
+
+	* config/t-freebsd: Don't install "assert.h" in gcc.  Compile crtbeginS.o
+	and crtendS.o with PIC.
+
+2001-05-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/larith.asm (__mulqi3): Fix multiplication of two
+	negative numbers.
+	(___subdi3, ___adddi3): Use x instead of y as index register.
+	(__init_bss_section, __map_data_section): Optimize for 68HC12.
+	(__memset, __memcpy): Likewise.
+	(regs): Put the soft registers in bss for 68HC12.
+	(abort): Use trap to abort for 68hc12.
+	(__mulhi3, __mulhi32): Use emul for 68hc12.
+	(__mulsi3): Avoid to use the tmp soft register for 68hc12.
+
+2001-05-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11.h (LIMIT_RELOAD_CLASS): Don't define.
+	* config/m68hc11/m68hc11-protos.h (limit_reload_class): Remove.
+	* config/m68hc11/m68hc11.c (limit_reload_class): Remove.
+	(m68hc11_override_options): Remove setting of flag_no_nonansi_builtin.
+	Set 68HC12 min offset to -65536.
+	(print_operand): Put parenthesis arround the operand if it refers
+	to a symbol having the same name as a register.
+	(m68hc11_z_replacement): When z register is replaced by its
+	equivalent soft register, force the insn to be re-recognized.
+	(m68hc11_check_z_replacement): Fix the test when destination is
+	the index register and z dies in the insn.
+	(m68hc11_reorg): Remove the REG_DEAD notes beforce recomputing them.
+
+2001-05-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11.c (m68hc11_override_options): Initialize
+	costs according to processor variant.
+	(m68hc11_shift_cost): New function to compute shift costs.
+	(m68hc11_rtx_costs): Define costs according to processor variant.
+	(m6811_cost): Costs for 68HC11.
+	(m6812_cost): Costs for 68HC12.
+	(COSTS_N_INSNS): Remove.
+
+	* config/m68hc11/m68hc11.h (RTX_COSTS): New.
+	(DEFAULT_RTX_COSTS): Remove.
+	(CONST_COSTS): Define costs according to OUTER_CODE.
+	(processor_costs): New struct to define costs.
+	(m68hc11_cost): Pointer to current costs.
+
+2001-05-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11.md (*addhi3_68hc12): Fix generation
+	and use m68hc11_notice_keep_cc when using leax/leay.
+	(addhi3 split): Reject split if the insn is handled by
+	leax/leay above.
+	* config/m68hc11/m68hc11.c (m68hc11_split_move): For 68HC12 the
+	push must be handled in a special way if the source operand uses
+	sp as index register.
+	(m68hc11_notice_keep_cc): New function.
+	(m68hc11_gen_movhi): Use it when an insn changes a register but
+	not the flags.
+	(m68hc11_gen_movqi): Fix move for 68HC12.
+	* config/m68hc11/m68hc11-protos.h (m68hc11_notice_keep_cc): Declare.
+
+2001-05-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11.c (m68hc11_emit_libcall): Use LCT_CONST
+	and don't pass operands[0] to emit_library_call_value.
+
+2001-05-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11.md (tsthi_1): Use cpd for 68HC12.
+	(zero_extendsi split): Simplify and use (zero_extendhi).
+	(*addhi3): Remove 'w' constraint since stack pointer is handled
+	by (addhi3_sp).
+	(*ashlhi3_2): Operand 2 is clobbered use '+' for its constraint.
+	(*ashlhi3, *ashrhi3, *lshrhi3): Likewise.
+	(*ashrhi3_const): Fix shift by 7.
+	(*lshrsi3_const16): Fix template.
+	(call, call_value): Fix constraint and predicate.
+
+2001-05-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11.md (X_REGNUM, D_REGNUM): New constant.
+	(Y_REGNUM, SP_REGNUM, PC_REGNUM, A_REGNUM, B_REGNUM): Likewise.
+	(CC_REGNUM): Likewise.
+	(*unnamed splits): Use above constants instead of hard coded numbers.
+	(*adcq, *subcq, *addsi_carry, *rotlqi3_with_carry): Likewise.
+	(*rotlhi3_with_carry, *rotrhi3_with_carry): Likewise.
+	(*return_16bit, *unnamed peepholes): Likewise.
+
+2001-05-03  David O'Brien  <obrien@FreeBSD.org>
+
+	* config.gcc(rs6000-ibm-aix|powerpc-ibm-aix):  Do not include
+	rs6000/rs6000.h twice.
+
+2001-05-03  Mark Elbrecht  <snowball3@bigfoot.com>
+
+	* config/i386/djgpp.h (CPP_PREDEFINES): Define __GO32__.
+	(CPP_SPEC): Conditionally define MSDOS and GO32.
+	(SUBTARGET_SWITCHES): Ignore -mbnu210 and -mno-bnu210.
+	(SUBTARGET_OVERRIDE_OPTIONS): Warn that -mbnu210 and -mno-bnu210 are
+	ignored.
+	(SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Remove.
+
+2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
+
+	* config/mn10300/mn10300.md: Sign-extend GEN_INT operands.
+
+2001-05-03  Mark Mitchell  <mark@codesourcery.com>
+
+	* integrate.h (struct inline_remap): Add leaf_reg_map table.
+	* integrate.c (expand_inline_function): Use xcalloc to allocate
+	memory.
+	(copy_rtx_and_substitute): Use the leaf_reg_map for leaf
+	registers.
+
+2001-05-03  Mark Mitchell  <mark@codesourcery.com>
+
+	* c-dump.c (dequeue_and_dump): Don't look at DECL_ASSEMBLER_NAME
+	if it is not set.
+
+2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
+
+	* config/mn10300/mn10300.h (LINK_SPEC): Pass --relax to the
+	linker if -mrelax is given.
+	(TARGET_SWITCHES): Document -mrelax.
+
+	Re-installed 2001-01-09's patch:
+	* hwint.h (HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT): Use long long
+	if it's wider than long and the target's long is wider than the
+	host's.
+
+2001-05-02  David O'Brien  <obrien@FreeBSD.org>
+
+	* config.gcc, config/rs6000/aix51.h, config/rs6000/mach.h:  Do not
+	directly include rs6000/rs6000.h.  Instead do it in tm.h.
+
+2001-05-02  Stan Shebs  <shebs@apple.com>
+
+	* objc/objc-act.c (STRING_OBJECT_CLASS_NAME): Default to
+	NSConstantString for NeXT-style runtimes.
+	(STRING_OBJECT_GLOBAL_NAME): New macro.
+	(enum objc_tree_index): Add values OCTI_CNST_STR_GLOB_ID and
+	OCTI_STRING_CLASS_DECL.
+	(constant_string_global_id): New macro.
+	(string_class_decl): Ditto.
+	(setup_string_decl): New function.
+	(build_objc_string_object): Use it to build a NeXT runtime
+	compatible string initializer.
+
+2001-05-02  Jakub Jelinek  <jakub@redhat.com>
+
+	* tradcpp.c (do_define): Make sure we don't walk past limit.
+
+2000-05-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+	* config/rs6000/rs6000.c (rs6000_legitimate_address): Allow any stack
+	offsets if not REG_OK_STRICT.
+
+	* config/rs6000/rs6000.h (REG_OK_STRICT_FLAG): New macro.
+	(INT_REG_OK_FOR_INDEX_P): Likewise.
+	(INT_REG_OK_FOR_BASE_P): Likewise.
+	(REG_OK_FOR_INDEX_P): Use INT_REG_OK_FOR_INDEX_P.
+	(REG_OK_FOR_BASE_P): Use INT_REG_OK_FOR_BASE_P.
+	(LEGITIMATE_OFFSET_ADDRESS_P): Use INT_REG_OK_FOR_INDEX_P and
+        INT_REG_OK_FOR_BASE_P instead of REG_OK_FOR_INDEX_P and
+	REG_OK_FOR_BASE_P. Take an additional parameter.
+	(LEGITIMATE_INDEXED_ADDRESS_P): Likeewise.
+	(LEGITIMATE_INDIRECT_ADDRESS_P): Likewise.
+	(LEGITIMATE_LO_SUM_ADDRESS_P): Likewise.
+	(GO_IF_LEGITIMATE_ADDRESS): Move code into new function
+	rs6000_legitimate_address() and use it.
+	* config/rs6000/rs6000.c: Update all callers.
+	(rs6000_legitimate_address): New function.
+
+2001-05-02  David Edelsohn  <edelsohn@gnu.org>
+
+	* config/rs6000/rs6000.c (rs6000_emit_move): Merge
+	special_constant conditional blocks together.
+
+2001-05-02  Dale Johannesen  <dalej@apple.com>
+
+	* config/rs6000/rs6000.h (RS6000_ARG_SIZE): Remove unused NAMED
+	parameter.
+	(STRICT_ARGUMENT_NAMING): Define.
+	* config/rs6000/rs6000.c (function_arg_advance, function_arg,
+	function_arg_partial_nregs, setup_incoming_varargs): Remove
+	args logic which depends on "named" now that STRICT_ARGUMENT_NAMING
+	is defined.
+
+Wed May  2 13:09:36 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+	* config/i386/i386.h (FUNCTION_BOUNDARY): Result is unsigned.
+
+	* function.c (fixup_var_regs_1, case SUBREG): Use promoted mode
+	for replacement.
+
+	* expr.c (store_field): Do nothing except elaborate side-effects if
+	zero-bit field.
+
+2001-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* c-lex.c: NULL_PTR -> NULL.
+	* cse.c: Likewise.
+	* emit-rtl.c: Likewise.
+	* gcse.c: Likewise.
+	* genpeep.c: Likewise.
+	* jump.c: Likewise.
+	* mips-tdump.c: Likewise.
+	* reload1.c: Likewise.
+	* rtlanal.c: Likewise.
+	* stmt.c: Likewise.
+	* stor-layout.c: Likewise.
+	* toplev.c: Likewise.
+
+2001-05-01  Per Bothner  <per@bothner.com>
+
+	* expr.c (expand_expr):  When compiling LABELED_BLOCK_EXPR,
+	call do_pending_stack_adjust before emiting label.
+
+2001-05-01  Mark Mitchell  <mark@codesourcery.com>
+
+	* extend.texi: Fix typo.
+
+2001-05-01  Stan Shebs  <shebs@apple.com>
+
+	* objc/objc-act.c (build_module_descriptor): Clear DECL_CONTEXT
+	of UOBJC_MODULES_decl.
+	(generate_strings): Clear DECL_CONTEXT of new decl nodes.
+	(generate_descriptor_table): Ditto.
+	(generate_protocols): Ditto.
+	(generate_protocol_list): Ditto.
+	(generate_classref_translation_entry): Ditto.
+
+2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
+
+	* invoke.texi (Optimize Options): Add documentation for `--param
+	max-delay-slot-insn-search' and `--param
+	max-delay-slot-live-search' and reorder --param section.
+	* params.def: Modify initial comment.
+	* params.h (param_info): Add `help' member.
+	* toplev.c (lang_independent_params): Include `help' description.
+	(display_help): Print --param parameters.
+
+2001-05-01  Zack Weinberg  <zackw@stanford.edu>
+
+	* config.gcc: Don't default xmake_file to ${cpu_type}/x-${cpu_type}.
+	Remove references to deleted files.
+	(*-*-openbsd): No need to override xmake_file.
+	(*-*-sysv4): Treat like *-*-sysv.
+
+	* configure.in: Probe for ldopen in various places, and set up
+	collect2 to be linked with them if found.
+	Don't dink with Windows registry stuff unless $host_os is a
+	Win32 os name.  Check to see if we need -ladvapi32.
+	* configure: Regenerate.
+
+	* Makefile: Get rid of CLIB and HOST_CLIB.
+	Substitute in COLLECT2_LIBS and link collect2 against its contents.
+	* build-make: Get rid of HOST_CLIB.
+
+	* config/a29k/x-unix, config/alpha/x-osf, config/i386/x-aix,
+	config/i386/x-osfrose, config/m68k/x-dpx2, config/mips/x-iris3,
+	config/mips/x-mips, config/mips/x-osfrose, config/mips/x-sony,
+	config/mips/x-sysv, config/rs6000/x-aix31, config/rs6000/x-aix41,
+	config/rs6000/x-rs6000: Delete.
+
+	* config/i386/x-cygwin, config/m68k/t-aux, config/mips/x-iris:
+	Don't set CLIB.
+
+	24 x-host fragments remain, 0 x-cpu, 3 top level.
+
+2001-05-01  Zack Weinberg  <zackw@stanford.edu>
+
+	* aclocal.m4 (gcc_AC_C_CHAR_BIT): Correct test program.
+	* configure: Regenerate.
+
+2001-05-01  Angela Marie Thomas <angela@cygnus.com>
+
+	* Makefile.in (install-headers): Remove redundant dependency.
+
+2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* c-tree.texi (USING_STMT): Document.
+
 2001-05-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
 	* bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".
--- /maat/heart/tbox/changelog_pass/gcc/gcc/cp/ChangeLog	Tue May  1 05:50:19 2001
+++ gcc/gcc/cp/ChangeLog	Fri May  4 00:00:14 2001
@@ -1,3 +1,76 @@
+2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
+
+	* cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.
+	(pfn_vflag_identifier): Define.
+	Update comment about layout of pointer functions.
+	(build_ptrmemfunc1): Update prototype.
+	(expand_ptrmemfunc_cst): Update prototype.
+	* decl.c (initialize_predefined_identifiers): Initialize
+	pfn_vflag_identifier.
+	(build_ptrmemfunc_type): When FUNCTION_BOUNDARY < 16, add
+	an extra field to the type.
+	* expr.c (cplus_expand_constant): Pass 'flag' between 
+	expand_ptrmemfunc_cst and build_ptrmemfunc1.
+	* typeck.c (get_member_function_from_ptrfunc): When
+	FUNCTION_BOUNDARY < 16, look at additional field to determine
+	if a pointer-to-member is a real pointer or a vtable offset.
+	(build_ptrmemfunc1): Add new parameter to contain extra field.
+	(build_ptrmemfunc): Pass the extra field around.
+	(expand_ptrmemfunc_cst): Add new parameter to return extra field.
+	(pfn_from_ptrmemfunc): Ignore the extra field.
+
+2001-05-03  Mark Mitchell  <mark@codesourcery.com>
+
+	* cp-tree.h (flag_inline_trees): Update documentation.
+	* decl.c (init_decl_processing): Adjust handling of
+	flag_inline_functions and flag_inline_trees to support -O3.
+	(grokfndecl): Set DECL_INLINE on all functions if that's what
+	the user requested.
+	(save_function_data): Clear DECL_INLINE in
+	current_function_cannot_inline is non-NULL.
+	* decl2.c (flag_inline_trees): Update documentation.
+
+2001-05-03  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* dump.c (cp_dump_tree, USING_STMT case): New case.
+	* tree.c (cp_statement_code_p): Add USING_STMT.
+	* decl2.c (do_using_directive): Add the using directive statement.
+
+	* tree.c (walk_tree): Reformat an if block.
+
+2001-05-02  Mark Mitchell  <mark@codesourcery.com>
+
+	* decl.c (compute_array_index_type): Don't try to do anything with
+	the indices when processing a template.
+
+2001-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* call.c: NULL_PTR -> NULL.
+	* class.c: Likewise.
+	* cvt.c: Likewise.
+	* decl.c: Likewise.
+	* decl2.c: Likewise.
+	* except.c: Likewise.
+	* init.c: Likewise.
+	* rtti.c: Likewise.
+	* search.c: Likewise.
+	* tree.c: Likewise.
+	* typeck.c: Likewise.
+	* typeck2.c: Likewise.
+
+2001-05-02  Mark Mitchell  <mark@codesourcery.com>
+
+	* decl2.c (do_using_directive): Revert previous patch.
+
+2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* cp-tree.def (USING_STMT): New statement node.
+	* cp-tree.h (USING_STMT_NAMESPACE): New macro.
+	* decl2.c (do_using_directive): Add USING_STMT to statement
+	tree. Don't emit errors when processing template decl.
+	* pt.c (tsubst_expr, USING_STMT case): New case.
+	* semantics.c (cp_expand_stmt, USING_STMT case): New case.
+
 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
 
 	* call.c (build_new_op): Convert args from reference here.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/f/ChangeLog	Sun Apr 22 19:00:13 2001
+++ gcc/gcc/f/ChangeLog	Wed May  2 07:40:18 2001
@@ -1,3 +1,7 @@
+Wed May  2 10:20:08 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* com.c: NULL_PTR -> NULL.
+
 Sun Apr 22 20:18:01 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
 	* com.c (ffecom_subscript_check_): Use concat in lieu of
--- /maat/heart/tbox/changelog_pass/gcc/gcc/java/ChangeLog	Sun Apr 29 04:30:11 2001
+++ gcc/gcc/java/ChangeLog	Thu May  3 17:50:15 2001
@@ -1,3 +1,29 @@
+2001-05-03  Mo DeJong  <mdejong@redhat.com>
+
+        * lex.c (java_new_lexer): Call iconv_close on temp handle used to
+	check for byte swap.
+
+2001-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* decl.c: NULL_PTR -> NULL.
+	* jcf-write.c: Likewise.
+
+2001-05-01  Tom Tromey  <tromey@redhat.com>
+
+	* Make-lang.in ($(srcdir)/java/gcj.info): Added `-I..'.
+	(java/gcj.dvi): Added $(srcdir) to TEXINPUTS.
+	* gcj.texi: Updated copyright text.  Include fdl.texi.
+	(Top): Link to new node.
+
+2001-05-01  Per Bothner  <per@bothner.com>
+
+	* parse.h (REGISTER_IMPORT):  Use tree_cons instead of chainon.
+
+2001-05-01  Per Bothner  <per@bothner.com>
+
+	* parse.y (java_pop_parser_context):  The TREE_VALUE of a link in the
+	import_list contains the name, not the TREE_PURPOSE.
+
 2001-04-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
 	* jcf-io.c (read_zip_member): Cast to long in comparison with
--- /maat/heart/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Tue May  1 05:50:20 2001
+++ gcc/gcc/testsuite/ChangeLog	Sun May  6 02:50:21 2001
@@ -1,3 +1,47 @@
+2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	* gcc.dg/cpp/syshdr.h: New file.
+	* gcc.dg/cpp/sysmac1.c: Update.
+	* gcc.dg/cpp/sysmac2.c: Update.
+
+2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	* gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
+
+2001-05-04  David Edelsohn  <edelsohn@gnu.org>
+
+	* gcc.c-torture/execute/20001227-1.c: Remove duplicate of
+	gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
+
+2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	* gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
+
+2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
+
+	* lib/g++.exp (g++_include_flags): Don't use any special flags
+	if TESTING_IN_BUILD_TREE is not defined.
+	(g++_init): Use a plain 'c++' as the compiler if 
+	TESTING_IN_BUILD_TREEE is not defined.
+
+2001-05-02  Jakub Jelinek  <jakub@redhat.com>
+
+	* g++.old-deja/g++.eh/catch13.C: New test.
+	* g++.old-deja/g++.eh/catch14.C: New test.
+
+2001-05-02  Jakub Jelinek  <jakub@redhat.com>
+
+	* gcc.dg/cpp/tr-define.c: New test.
+
+2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
+
+	* g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
+	<stdlib.h>, not <malloc.h>.
+
+2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* g++.old-deja/g++.ns/template17.C: New test.
+
 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
 
 	* g++.old-deja/g++.pt/ref4.C: New test.
@@ -65,8 +109,7 @@
 
 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
 
-	* c-format.c (check_format_info_recurse): Handle
-	PLUS_EXPR for format string.
+	* gcc.dg/format/plus-1.c: New test.
 
 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
 
--- /maat/heart/tbox/changelog_pass/gcc/libstdc++-v3/ChangeLog	Mon Apr 30 17:20:18 2001
+++ gcc/libstdc++-v3/ChangeLog	Thu May  3 13:50:15 2001
@@ -1,3 +1,33 @@
+2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
+
+	* configure.in (LIBSUPCXX_PICFLAGS): Set it to -prefer-pic or
+	-prefer-non-pic depending on whether libtool has shared libraries
+	enabled or disabled.
+	* libsupc++/Makefile.am (LIBSUPCXX_CXXFLAGS): Set to
+	$(LIBSUPCXX_PICFLAGS).
+	* configure, */Makefile.in: Rebuilt.
+
+2001-05-01  Benjamin Kosnik  <bkoz@redhat.com>
+
+	* include/bits/sbuf_iter.h (istreambuf_iterator): Correct.
+	* testsuite/24_iterators/istreambuf_iterator.cc (test02): Add test.
+
+	* include/bits/std_sstream.h (stringbuf): Leak
+	copied string.
+	* testsuite/24_iterators/ostreambuf_iterator.cc: Correct.
+	
+2001-05-01  Tom Browder  <tbrowder@home.com>
+
+	* docs/html/ext/howto.html:  Fix typo.
+
+2001-05-01  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+	* testsuite/libstdc++.tests/tests.exp: Add comment.
+
+2001-05-01  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+	* testsuite/libstdc++.tests/tests.exp: Set ulimits.
+
 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
 
 	* porting.texi: Use the GFDL.
--- /maat/heart/tbox/changelog_pass/gcc/boehm-gc/ChangeLog	Wed Apr 25 21:50:10 2001
+++ gcc/boehm-gc/ChangeLog	Fri May  4 13:40:10 2001
@@ -1,3 +1,14 @@
+2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
+	    with final tuning by Bryce McKinlay
+
+	* configure.in: Add support for --enable-threads=posix on FreeBSD.
+	* configure: Rebuilt.
+
+2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
+
+	* gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
+	(GC_noop1): Change declaration to take one argument.
+
 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
 
 	* configure.in: Obtain THREADS with `gcc -v'.
--- /maat/heart/tbox/changelog_pass/gcc/fastjar/ChangeLog	Mon Jan 22 09:32:28 2001
+++ gcc/fastjar/ChangeLog	Thu May  3 15:50:13 2001
@@ -1,3 +1,8 @@
+2001-05-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+	* jartool.c (jt_strdup): New function.
+	(get_next_arg): Use jt_strdup instead of strdup.
+
 2001-01-21  Tom Tromey  <tromey@redhat.com>
 
 	* Makefile.in: Rebuilt.
--- /maat/heart/tbox/changelog_pass/gcc/libffi/ChangeLog	Thu Apr 26 10:10:29 2001
+++ gcc/libffi/ChangeLog	Sun May  6 06:00:11 2001
@@ -1,4 +1,10 @@
+2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+	* configure.in: Remove warning about beta code.
+	* configure: Rebuilt.
+
 2001-04-25 Hans Boehm <Hans_Boehm@hp.com>
+
 	* src/ia64/unix.S: Restore stack pointer when returning from
 	ffi_closure_UNIX.
 	* src/ia64/ffi.c: Fix typo in comment.
--- /maat/heart/tbox/changelog_pass/gcc/libjava/ChangeLog	Mon Apr 30 17:20:16 2001
+++ gcc/libjava/ChangeLog	Sun May  6 08:00:14 2001
@@ -1,3 +1,30 @@
+2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+	* java/lang/Class.h (_Jv_Self): New union type.
+	(Class): Manipulate vtable pointer via _Jv_Self union. Thanks to
+	Jeff Sturm and Fergus Henderson.
+
+2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+	* java/lang/ClassLoader.java: Remove dead code fragment.
+
+2001-05-03  Martin Kahlert  <martin.kahlert@infineon.com>
+
+	* jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds
+	checking.
+	(_Jv_JNI_SetPrimitiveArrayRegion): Likewise.
+
+2001-04-30  Andrew Haley  <aph@cambridge.redhat.com>
+
+	* libgcj.spec.in (jc1): Add EXCEPTIONSPEC.
+	* configure.host (EXCEPTIONSPEC): New.
+	* configure.in (EXCEPTIONSPEC): New.
+	* configure: Rebuilt.
+
+2001-05-02  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+	* doc/*.texi: Remove generated documentation.
+
 2001-04-30  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
 
 	* java/io/natFile.cc (performSetReadOnly): Fix #ifdef test.
--- /maat/heart/tbox/changelog_pass/gcc/libjava/testsuite/ChangeLog	Thu Apr 26 18:40:12 2001
+++ gcc/libjava/testsuite/ChangeLog	Fri May  4 13:40:14 2001
@@ -1,3 +1,23 @@
+2001-05-03  Tom Tromey  <tromey@redhat.com>
+
+	* libjava.lang/Thread_Wait_Interrupt.xfail: New file.
+	* libjava.lang/Thread_Wait_2.xfail: New file.
+	* libjava.lang/Thread_Wait.xfail: New file.
+	* libjava.lang/Thread_Sleep.xfail: New file.
+	* libjava.lang/Thread_Monitor.xfail: New file.
+	* libjava.lang/Thread_Join.xfail: New file.
+	* libjava.lang/Thread_Interrupt.xfail: New file.
+	* libjava.lang/Thread_Alive.xfail: New file.
+	* lib/libjava.exp (libjava_init): Set global
+	libjava_uses_threads.
+	(test_libjava): Document `need-threads' tag.
+	(test_libjava_from_source): handle need-threads tag.
+	(test_libjava_from_javac): Likewise.
+
+2001-05-03  Tom Tromey  <tromey@redhat.com>
+
+	* libjava.lang/err11.xfail: Removed.
+
 2001-04-25  Tom Tromey  <tromey@redhat.com>
 
 	* lib/libjava.exp (libjava_init): Use UTF-8 encoding.

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