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]

GCC build failed for native with your patch on 2001-10-22T04:00:02Z.


With your recent patch, GCC does not compile on:
 native
Attached is build output for those targets.

The last time the regression tests were run, GCC did not compile either,
so the problem might not be caused by your patch.

There were also 0 new regression test failures, and 8
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 g++.sum g++.bob/static1.C
powerpc-eabisim g++.sum g++.brendan/crash20.C
powerpc-eabisim g++.sum g++.law/code-gen5.C
powerpc-eabisim g++.sum g++.law/ctors6.C
powerpc-eabisim g++.sum g++.law/operators32.C
powerpc-eabisim g++.sum g++.law/operators4.C
powerpc-eabisim g++.sum g++.other/headers1.C
powerpc-eabisim g++.sum g++.robertl/eb3.C

For more information, see <http://people.redhat.com/geoffk/gcc-regression/>.
ChangeLog entries since last run on 2001-10-21T22:05:29Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/java/ChangeLog	Sun Oct 21 15:06:37 2001
+++ gcc/gcc/java/ChangeLog	Sun Oct 21 21:00:24 2001
@@ -1,5 +1,7 @@
 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
+	* gjavah.c (jni_print_char): Fix thinko in last change.
+
 	* gjavah.c (jni_print_char, decode_signature_piece): Use
 	safe-ctype macros and/or fold extra calls into fewer ones.
 	* lex.c (java_read_unicode, java_lex): Likewise.

ChangeLog entries between 2001-10-21T22:05:29Z and the last time everything
passed, on 2001-08-25T19:21:30Z:
--- /maat/heart/tbox/changelog_pass/gcc/ChangeLog	Sat Aug 25 12:21:41 2001
+++ gcc/ChangeLog	Sat Oct 20 17:21:58 2001
@@ -1,5 +1,86 @@
-2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
+2001-10-20  Brendan Kehoe  <brendan@zen.org>
+
+	* MAINTAINERS: Tweak my address.
+
+Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
+
+	* MAINTAINERS: Update my email address.
+
+2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
+
+	* configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
+	* MAINTAINERS: Add self as maintainer of CRIS port.
+
+2001-10-10  Geert Bosch  <bosch@gnat.com>
+
+	* MAINTAINERS (Various maintainers: Ada front end): 
+	Added Robert Dewar.
+
+2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
+
+	* MAINTAINERS (Write After Approval): Added self
+
+2001-10-02  Geert Bosch  <bosch@gnat.com>
+
+	* MAINTAINERS (Various maintainers: Ada front end): Added myself.
+
+2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* configure: Handle temporary files securely using mkdir.
+
+2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
 
+	* Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
+
+2001-09-26  Will Cohen <wcohen@redhat.com>
+
+	* configure.in (*-*-linux*): Disable configuration of target-newlib
+	and target-libgloss.
+	
+2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
+
+	* Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
+	RANLIB.
+
+2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
+
+	* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
+	DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
+	RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
+	avoid quotes nesting problems.
+	(NATIVE_CHECK_MODULES): Ditto, just for consistency.
+	(DO_X): Export only variables that are set.
+
+2001-09-19  Ben Elliston  <bje@redhat.com>
+
+	* configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
+	Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
+	semantics.  Use the shell built-in "type" command instead.
+
+2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
+
+	Merged from gcc-3_0-branch:
+	2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
+	* ltcf-c.sh: Use $objext, not $ac_objext.
+	2001-07-27  Mark Kettenis  <kettenis@gnu.org>
+	* ltcf-cxx.sh: Add support for GNU.
+	2001-07-22  Timothy Wall  <twall@redhat.com>
+	* ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
+	default settings if using GNU tools with that configuration.
+	* ltcf-cxx.sh: Ditto.
+	* ltcf-gcj.sh: Ditto.
+	2001-07-21  Michael Chastain  <chastain@redhat.com>
+	* ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
+	HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
+	* ltmain.sh: Mark as gcc-local.
+
+2001-08-30  Eric Christopher  <echristo@redhat.com>
+	    Jason Eckhardt  <jle@redhat.com>
+
+	* config.guess: Merge from master sources.
+	* config.sub: Merge from master sources, add support for mipsisa32.
+
+2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
 	* config.sub: Merge from master sources, rev 1.219.
 	* MAINTAINERS: Add self as contact for stormy16 port.
 
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog	Sat Aug 25 10:15:12 2001
+++ gcc/gcc/ChangeLog	Sun Oct 21 15:05:44 2001
@@ -1,3 +1,4958 @@
+2001-10-21  Robert Lipe  <robertlipe@usa.net>
+
+	* config/i386/i386.c (sco_asm_named_section): Delete.
+	(sco_asm_out_constructor): Delete.
+	* config/i386/sco5.h (ASM_QUAD): Undo damage from att.h.
+	(ASM_OUTPUT_DOUBLE_INT): Likewise.
+	(TARGET_ASM_CONSTRUCTOR): Delete.  Use default.
+	(TARGET_ASM_NAMED_SECTION): Use default for ELF.
+	(EXCEPTION_SECTION): Delete EH scn renaming hack.
+
+2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* c-format.c (maybe_read_dollar_number): Use safe-ctype macros
+	and/or fold extra calls into fewer ones.
+	* collect2.c (dump_file): Likewise.
+	* cppexp.c (parse_number): Likewise.
+	* cpplex.c (_cpp_lex_direct): Likewise.
+	* final.c (output_asm_insn, asm_fprintf): Likewise.
+	* fix-header.c (inf_scan_ident, main): Likewise.
+	* fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
+	Likewise.
+	* fold-const.c (real_hex_to_f): Likewise.
+	* gen-protos.c (parse_fn_proto): Likewise.
+	* genattrtab.c (check_attr_test, check_attr_value): Likewise.
+	* genrecog.c (change_state, write_action): Likewise.
+	* gensupport.c (shift_output_template): Likewise.
+	* local-alloc.c (requires_inout): Likewise.
+	* mips-tfile.c (IS_ASM_IDENT): Likewise.
+	* protoize.c (is_id_char, main): Likewise.
+	* real.c (asctoeg): Likewise.
+	* recog.c (asm_operand_ok): Likewise.
+	* reload.c (find_reloads): Likewise.
+	* scan.c (scan_identget_token): Likewise.
+	* sched-vis.c (print_value): Likewise.
+	* stringpool.c (ggc_alloc_string): Likewise.
+	* toplev.c (read_integral_parameter, decode_g_option): Likewise.
+	* tradcif.y (parse_number, yylex, parse_escape): Likewise.
+	* tradcpp.c (rescan): Likewise.
+	* tree.c (clean_symbol_name): Likewise.
+	* varasm.c (decode_reg_name): Likewise.
+
+	* alpha.h (ASM_OUTPUT_ASCII): Likewise.
+	* darwin.c (name_needs_quotes, func_name_maybe_scoped): Likewise.
+	* dsp16xx.h (ASM_OUTPUT_ASCII): Likewise.
+	* m88k.c (output_ascii): Likewise.
+	* m88k.h (OVERRIDE_OPTIONS): Likewise.
+	* mcore.h (REG_CLASS_FROM_LETTER): Likewise.
+	* ns32k/encore.h (ASM_OUTPUT_ASCII): Likewise.
+	* sh.h (REG_CLASS_FROM_LETTER): Likewise.
+
+2001-10-21  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	* langhooks.c (lang_hook_default_do_nothing,
+	lang_hook_default_decode_option): New defaults.
+	* langhooks.h: Make hooks unconditional and non-NULL.
+	* toplev.c (compile_file, toplev_main): Update.
+	* toplev.h: Update comments.
+	* objc/objc-act.c (lang_hooks): Update to new paradigm.
+
+2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* arm.h (FUNCTION_ARG_REGNO_P): Use IN_RANGE.
+
+	* system.h (IN_RANGE): New macro.
+
+2001-10-21  Zack Weinberg  <zack@codesourcery.com>
+
+	* aclocal.m4 (AM_WITH_NLS): Also create and substitute
+	INTLDEPS variable, which does not include $LIBICONV.
+	* Makefile.in: Use INTLDEPS in LIBDEPS.
+	* configure: Regenerate.
+
+2001-10-21  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	* cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.
+	* cpplex.c (lex_percent, lex_dot): Remove.
+	(get_effective_char, skip_block_comment, skip_line_comment,
+	parse_identifier_slow, parse_number, parse_string, save_comment,
+	_cpp_lex_direct): Update to do lookback freely.
+	(IF_NEXT_IS, BACKUP): New macros.
+	* cpplib.c (cpp_push_buffer): Don't set read_ahead and extra_char.
+	* cppmacro.c (paste_tokens): Update.
+
+2001-10-20  Nick Clifton  <nickc@cambridge.redhat.com>
+
+	* doc/invoke.texi (i386 and x86-64 Options): Fix typo.
+
+2001-10-20  Hans-Peter Nilsson  <hp@axis.com>
+
+	* reload1.c (reload): Check CONSTANT_P before calling
+	LEGITIMATE_PIC_OPERAND_P.
+	* config/cris/cris.c (cris_legitimate_pic_operand): Revert
+	workaround of 2001-10-13.
+
+Sat Oct 20 15:16:10 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* i386.c (split_di): Handle splitting of DFmode.
+
+Sat Oct 20 07:27:14 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+	* emit-rtl.c (set_mem_attributes): Alignment is in bits.
+	(adjust_address_1, offset_address): Likewise.
+
+	* final.c (output_asm_operand_names): New fcn, from output_asm_insn.
+	(output_asm_insn): Call it for each line output.
+	Don't record an operand more than once.
+
+	* toplev.h (struct lang_hooks): HONOR_READONLY now bool.
+	* main.c: Include config.h and system.h, but not ansidecl.h.
+	* Makefile.in (main.o): Update accordingly.
+
+Sat Oct 20 12:05:31 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* i386.h (SSE_REGPARM_MAX): Set to 8 for x86_64.
+
+Sat Oct 20 12:01:07 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.
+	* cfgbuild.c (find_bb_boundaries, compute_outgoing_frequencies):
+	Break out from ...
+	(find_sub_basic_blocks): ... here;
+	(find_many_sub_basic_blocks): New.
+	* recog.c (split_all_insns): Update find_sub_basic_blocks call.
+
+	* i386.h (ASM_PREFERRED_EH_DATA_FORMAT): Define sdata4.
+
+	* i386.c (ix86_va_arg): Kill indirect_p handling; fix aliasing issues.:
+
+	* i386.c (split_di, split_ti): Revamp to use simplify_subreg.
+
+	* timevar.def (TV_LIFE, TV_LIFE_UPDATE, TV_MODE_SWITCH): new.
+	* flow.c (update_life_info): Measure time.
+	* c-decl.c: Include timevar.h
+	(c_expand_body): Measure time.
+	* toplev.c (rest_of_compilation): Measure time of mode switching
+	separately.
+	* Makefile.in (c-decl.o, cfgcleanup.o): Add dependancy.
+
+	* toplev.c (flag_asynchronous_unwind_tables): New global variable.
+	(lang_independent_options): Add asynchronous-unwind-tables
+	(toplev_main): flag_asynchronous_unwind_tables implies
+	flag_unwind_tables.
+	* flags.h (flag_asynchronous_unwind_tables): Declare.
+	* dwarf2out.c (dwarf2out_stack_adjust): Take into account
+	flag_asynchronous_unwind_tables.
+	(output_call_frame_info): Likewise.
+	* invoke.texi (-fasynchronous-unwind-tables): Document.
+	* i386.c (optimization_options): Enable
+	flag_asynchronous_unwind_tables.
+
+	* i386.c (ix86_expand_setcc):  Always expect target to be QImode.
+	* i386.md (s* expanders): Destination is QImode.
+
+	* toplev.c (rest_of_compilation): Do not call clear_log_links.
+	* rtl.h (clear_log_links): Kill.
+	* flow.c (clear_log_links): Make static; accept blocks parameter;
+	do no clear life info.
+	(update_life_info): Call clear_log_links.
+
+	* cfganal.c (forwarder_block_p): Avoid active_insn_p calls.
+
+2001-10-20  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	* cpplex.c (handle_newline, skip_escaped_newlines,
+	get_effective_char, skip_block_comment, skip_line_comment,
+	parse_identifier_slow, parse_number, parse_string,
+	_cpp_lex_direct): Update to do more stepping back.
+	(trigraph_ok): Similarly.  Rename trigraph_p.
+	(SAVE_STATE, RESTORE_STATE): Remove.
+	(BUFF_SIZE_UPPER_BOUND): Tweak.  Add sanity check.
+
+	* cpplib.c (destringize): Rename destringize_and_run, and
+	call run_directive directly.
+	(_cpp_do__Pragma): Simplify.
+
+2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* pe.c (arm_pe_unique_section): Const-ify.
+	* pe.h (TARGET_ASM_NAMED_SECTION): Undef before defining.
+	(switch_to_section): Add static prototype.
+
+	* output.h (drectve_section): Prototype.
+
+2001-10-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+	* config.gcc (i[34567]86-*-gnu*, arc-*-elf*, d30v-*,
+	fr30-*-elf, hppa*64*-*-linux*, parisc*64*-*-linux*, hppa*-*-linux*,
+	parisc*-*-linux*, i370-*-linux*, i[34567]86-*-chorusos*,
+	i[34567]86-*-elf*, i[34567]86-ncr-sysv4*, i[34567]86-*-netware,
+	i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
+	i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-freebsd*,
+	i[34567]86-*-netbsdelf*, i[34567]86-*-linux*libc1,
+	i[34567]86-*-linux*, i[34567]86-moss-msdos*, i[34567]86-*-moss*,
+	i[34567]86-go32-rtems*, i[34567]86-*-rtems*, i[34567]86-*-rtemself*,
+	i[34567]86-*-solaris2*, i[34567]86-*-sysv5*, i[34567]86-*-sysv4*,
+	i[34567]86-*-udk*, i[34567]86-*-osf1*, i[34567]86-dg-dgux*,
+	i860-alliant-*, i860-*-sysv4*, ia64*-*-aix*, ia64*-*-linux*,
+	ia64*-*-hpux*, m32r-*-elf*, m88k-dg-dgux*, m88k-*-sysv4*, mcore-*-elf,
+	mips*-*-linux*, mn10200-*-*, mn10300-*-*, pj*-linux*, pjl-*,
+	powerpc64-*-linux*, powerpc-*-sysv*, powerpc-*-netbsd*,
+	powerpc-*-chorusos*, powerpc-*-eabiaix*, powerpc-*-eabisim*,
+	powerpc-*-elf*, powerpc-*-eabi*, powerpc-*-rtems*,
+	powerpc-*-linux*libc1, powerpc-*-linux*, powerpc-wrs-vxworks*,
+	powerpcle-wrs-vxworks*, powerpcle-*-sysv*, powerpcle-*-elf*,
+	powerpcle-*-eabisim*, powerpcle-*-eabi*, powerpcle-*-solaris2*,
+	rs6000-*-mach*, s390-*-linux*, s390x-*-linux*, sh-*-elf*,
+	sh-*-rtemself*, sh-*-rtems*, sh-*-linux*, stormy16-*-elf,
+	v850-*-rtems*, v850-*-*, x86_64-*-linux*), cris-*-aout, cris-*-elf,
+	cris-*-none, cris-*-linux*: Update ${tmfile} list.
+	(c4x-*-rtems*, c4x-*, i[34567]86-go32-rtems*, i[34567]86-*-rtemscoff*,
+	i[34567]86-*-rtems*, i[34567]86-*-rtemself*, i[34567]86-*-osf1*,
+	mn10200-*-*, mn10300-*-*, powerpc-*-beos*, powerpc-*-darwin*,
+	powerpc-wrs-vxworks*, powerpcle-wrs-vxworks*, v850-*-rtems*,
+	v850-*-*): Delete superflous ${cpu_type} setting.
+	* config/linux.h: Delete svr4.h include.
+	(SET_ASM_OP): Delete.
+	* config/netware.h (INT_ASM_OP): Undef before define.
+	* config/ptx4.h: Delete elfos.h include.
+	(PREFERRED_DEBUGGING_TYPE): Undef instead of wrapping.
+	* config/svr4.h: Delete elfos.h include. Update commentary.
+	* config/arc/arc.h, config/d30v/d30v.h, config/fr30/fr30.h,
+	config/m32r/m32r.h, config/m88k/sysv4.h, config/mn10200/mn10200.h,
+	config/mn10200/mn10300.h, config/stormy16/stormy16.h,
+	config/v850/v850.h: Delete svr4.h include.
+	* config/i370/linux.h, config/i386/osf1elf.h, config/m68k/linux.h,
+	config/m68k/m68kv4.h, config/m88k/sysv4.h,
+	config/sparc/sysv4.h: Update includes.
+	* config/i386/beos-elf.h, config/i386/netware.h, config/i386/ptx4-i.h,
+	config/i386/rtemself.h, config/i386/sol2.h, config/i386/sysv4.h,
+	config/i386/sysv5.h, config/i386/udk.h, config/ia64/linux.h,
+	config/m88k/dguxbcs.h: Delete includes.
+	* config/i386/dgux.h, config/i386/osf1elfgdb.h: Delete include.
+	(PREFERRED_DEBUGGING_TYPE): Undef before defining it.
+	* config/i860/fx2800.h (ASM_OUTPUT_SOURCE_LINE): Undef before defining
+	it.
+	* config/m88k/dgux.h: Delete include.
+	(SDB_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE):  Undef before
+	defining it.
+	* config/pj/pj.h (ASM_GENERATE_INTERNAL_LABEL,
+	ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Undef before defining it.
+	* config/sh/elf.h: Update include.
+	(SDB_DEBUGGING_INFO, DWARF2_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE,
+	DWARF2_ASM_LINE_DEBUG_INFO): Move behind includes.
+
+2001-10-19  Catherine Moore  <clm@redhat.com>
+
+	* config/stormy16/stormy-abi:  Updates to varargs descriptions.
+	* config/stormy16/stormy16.c (stormy16_build_va_list):  Reverse
+	base and count fields.
+	(stormy16_expand_builtin_va_start):  last_reg_count changed to
+	size_of_reg_args.  Use count + size in first comparison.
+
+Fri Oct 19 15:24:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+	* langhooks.h (LANG_HOOKS_HONOR_READONLY): New macro.
+	* toplev.h (struct lang_hooks): New field HONOR_READONLY.
+	* emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGING_P from
+	TREE_READONLY and TYPE_READONLY if lang_hooks.honor_readonly.
+	Set alignment from type if INDIRECT_REF.
+	(adjust_address_1, offset_address): Simplify alignment compuitation.
+	* expr.c (expand_expr, case INDIRECT_REF): Don't set RTX_UNCHANGING_P
+	here; done by set_mem_attributes.
+
+2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* Makefile.in (rtlanal.o): Depend on $(TM_P_H).
+	* arm-protos.h (rdata_section, zero_init_section, common_section):
+	Prototype.
+	* arm.h (ASM_OUTPUT_DEF_FROM_DECLS): Const-ify.
+	* avr.h (ASM_OUTPUT_SKIP): Rename macro parameter to avoid
+	traditional mode stringification.
+	* function.c (thread_prologue_and_epilogue_insns): Wrap variable
+	in macros controling its use.
+	* rtlanal.c: Include tm_p.h.
+	* varasm.c (asm_output_aligned_bss): Mark parameter with
+	ATTRIBUTE_UNUSED.
+	(assemble_constant_align, assemble_start_function, assemble_align,
+	assemble_variable, assemble_trampoline_template,
+	output_constant_def_contents): Wrap potentially empty if-stmt body
+	in brackets.
+
+2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* a29k-protos.h (literal_section): Prototype.
+	* a29k.h (ASM_FILE_START): Don't discard pointer qualifier.
+	* a29k.md: Ensure function pointers are prototyped.
+	* genattrtab.c (write_eligible_delay): Mark parameter with
+	ATTRIBUTE_UNUSED.
+
+2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
+	* 1750a.c (print_operand): Fix format specifier warning.
+	* 1750a.h (ASM_FILE_START): Don't discard pointer qualifier.
+	* 1750a.md: Likewise.
+	* gcc.c (init_gcc_specs): Wrap with ENABLE_SHARED_LIBGCC.
+	* genemit.c (output_add_clobbers): Mark parameter with
+	ATTRIBUTE_UNUSED.
+	* genrecog.c (write_subroutine): Likewise.
+	* integrate.c (expand_inline_function): Delete unused variable.
+	* varasm.c (remove_from_pending_weak_list): Wrap with
+	ASM_WEAKEN_LABEL.
+
+2001-10-19  Jakub Jelinek  <jakub@redhat.com>
+
+	* simplify-rtx.c (simplify_plus_minus): Negate constant iff its neg
+	field is different to previous argument's neg field.
+
+	* config/alpha/alpha.c (summarize_insn): Don't abort on ASM_INPUT.
+
+Fri Oct 19 15:24:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+	* final.c (get_decl_from_op): New function.
+	(output_asm_insn): Call it; write "*" when item with decl is address.
+
+2001-10-19  Janis Johnson  <janis187@us.ibm.com>
+
+	* doc/install.texi (Specific, sparc-sun-solaris2*) Copy documentation
+	about 64-bit support from the 3.0_branch version.
+
+2001-10-19  Zack Weinberg  <zack@codesourcery.com>
+
+	* aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and
+	USE_INCLUDED_LIBINTL when appropriate.
+	* configure, config.in: Regenerate.
+	* Makefile.in (datadir): Set to @datadir@.
+	(intl.o): Also depend on $(CONFIG_H) and system.h.
+
+	* intl.c: Factor out common gettext initialization sequence.
+	(gcc_init_libintl):  New function.
+	* intl.h: Include intl/libgnuintl.h if USE_INCLUDED_LIBINTL;
+	otherwise include libintl.h if HAVE_LIBINTL_H; otherwise turn
+	off NLS.  Add multiple include guard.  No need to #ifdef-guard
+	an #undef.  Prototype gcc_init_libintl here.
+
+	* collect2.c (main), cppmain.c (general_init), gcc.c (main),
+	gcov.c (main), protoize.c (main), toplev.c (toplev_main):
+	Use gcc_init_libintl.
+
+2001-10-19  Catherine Moore  <clm@redhat.com>
+
+	* config/stormy16/stormy16.h (ASM_COMMENT_START): Define.
+
+	* config/stormy16/stormy16.c (stormy16_split_move):  Make
+	sure that REG_INC notes are present for auto_inc operands.
+
+2001-10-19  Andreas Jaeger  <aj@suse.de>
+
+	* configure: Regenerated.
+	* configure.in: Add x86_64 to switch statements.
+
+2001-10-18  Richard Henderson  <rth@redhat.com>
+
+	* config/alpha/alpha.md (sibcall_osf_1): Load destination
+	address into $27 explicitly.
+	(sibcall_value_osf_1): Likewise.
+
+Thu Oct 18 16:07:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+	* emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.
+	(offset_address): New function.
+	(free_emit_status): Free regno_decl.
+	(init_emit): Pass proper number of elements to xcalloc.
+	Allocate regno_decl.
+	(mark_emit_status): Mark regno_decl values.
+	* expr.c (highest_pow2_factor): New function.
+	(expand_assigment): Use it and offset_address.
+	Properly handle ptr_mode vs. Pmode in offset calculation.
+	(store_constructor, expand_expr_unaligned): Likewise.
+	(expand_expr, case COMPONENT_EXPR): Likewise.
+	* expr.h (offset_address): New decl.
+	* function.h (struct emit_status): Add regno_decl.
+	(REGNO_DECL): New macro.
+	* final.c (output_asm_name): Move in file and don't conditionalize
+	on flag_print_asm_name.
+	(output_asm_insn): Only call output_asm_name if flag_print_asm_name.
+	Output names of operands, if known.
+	* function.c (assign_parms): Set REGNO_DECL.
+	* integrate.c (integrate_decl_tree): Likewise.
+	* stmt.c (expand_decl): Likewise.
+	* regclass.c (reg_scan_mark_refs): Propagate REGNO_DECL for copies.
+
+2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
+
+	* attribs.c (handle_noinline_attribute): New function.
+	(handle_used_attribute): Likewise.
+	(c_common_attribute_table): Added noinline and used.
+	* doc/extend.texi (Function Attributes): Document them.
+	* c-decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
+	Warn when merging inline with attribute noinline.
+	(start_decl, start_function): Warn if inline and attribute
+	noinline appear in the same declaration.
+
+2001-10-17  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	* config.gcc: Update c4x and i370 for C front end-specific
+	dependencies.
+	* config/c4x/c4x-c.c: New.
+	* config/c4x/c4x-protos.h (c4x_handle_pragma): Remove.
+	(code_tree, data_tree, pure_tree, noreturn_tree, interrupt_tree):
+	New declarations.
+	* config/c4x/c4x.c: Don't include c-lex.h or c-pragma.h.
+	(code_tree, data_tree, pure_tree, noreturn_tree, interrupt_tree):
+	Make extern.
+	(c4x_init_pragma): Remove.
+	(c4x_parse_pragma, c4x_pr_CODE_SECTION, c4x_pr_DATA_SECTION,
+	c4x_pr_FUNC_IS_PURE, c4x_pr_FUNC_NEVER_RETURNS, c4x_pr_INTERRUPT,
+	c4x_pr_ignored): Move to c4x-c.c.
+	* config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
+	* config/c4x/t-c4x: Update.
+	* config/i370/i370-c.c: New.
+	* config/i370/i370.c: Don't include c-lex.h or c-pragma.h.
+	(i370_pr_map): Move to i370-c.c.
+	* config/i370/t-i370: New.
+
+	* doc/tm.texi: Update.
+
+2001-10-17  Stan Shebs  <shebs@apple.com>
+
+	* config/rs6000/rs6000.c: Make assorted mechanical formatting and
+	typo fixes throughout.
+	(machopic_output_stub): Remove some dead code.
+
+2001-10-17  Richard Earnshaw <rearnsha@arm.com>
+
+	* cpplex.c (_cpp_get_buff): Fix off-by-one error that caused memory
+	leak.
+
+Wed Oct 17 05:26:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+	* Makefile.in (print-rtl.o): Depend on TREE_H.
+	* alias.c (get_alias_set): Make two passes over objects to first
+	see if inner object is access via restricted pointer.
+	Defer allocating alias set for restricted pointer until here.
+	Call find_placeholder with second arg nonzero.
+	Minor cleanups.
+	* c-common.c (c_apply_type_quals_to_decl): Defer getting alias
+	set for restricted pointer types.
+	* emit-rtl.c (set_mem_attributes): Set more attributes.
+	(set_mem_align, change_address, adjust_address_1): New functions.
+	(change_address_1): Now static.
+	(adjust_address, adjust_address_nv): Deleted.
+	(replace_equiv_address): Call change_address_1.
+	* expr.c (get_inner_reference): Handle PLACEHOLDER_EXPR.
+	(find_placeholder): Get starting point from PLIST arg.
+	(expand_expr, case PLACEHOLDER_EXPR): Initialize find_placeholder arg.
+	* expr.h (set_mem_align, change_address, adjust_address_1): New decls.
+	(adjust_address, adjust_address_nv): New macros.
+	* print-rtl.c (tree.h): New include.
+	(print_rtx, case MEM): Print all memory attributes.
+
+2001-10-17  Richard Henderson  <rth@redhat.com>
+
+	* config/alpha/alpha.c (direct_call_operand): Don't fall off end.
+
+2001-10-16  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
+
+	* c-tree.texi: Eliminate duplicated word.
+	* cpp.texi: Likewise.
+	* install.texi: Likewise.
+	* invoke.texi: Likewise.
+	* tm.texi: Likewise.
+
+2001-10-17  Michael Collison  <collison@isisinc.net>
+
+	* dsp16xx.c: Fix comment formatting to match GNU standards.
+	(dsp16xx_output_function_prologue): Change type of 'size'
+	parameter from 'int' to HOST_WIDE_INT.
+	(dsp16xx_output_function_epilogue): Change type of 'size'
+	parameter from 'int' to HOST_WIDE_INT.
+
+2001-10-16  Richard Henderson  <rth@redhat.com>
+
+	* configure.in (HAVE_AS_GOTOFF_IN_DATA): New x86 check.
+	* configure, config.in: Rebuild.
+
+	* config/i386/i386.c (ix86_output_addr_vec_elt): New.
+	(ix86_output_addr_diff_elt): New.
+	* config/i386/i386.h (ASM_OUTPUT_ADDR_VEC_ELT): Use them.
+	(ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
+	(JUMP_TABLES_IN_TEXT_SECTION): New.
+	* config/i386/i386.md (tablejump): Handle HAVE_AS_GOTOFF_IN_DATA.
+	* config/i386/i386-protos.h: Update.
+
+	* config/i386/386bsd.h, config/i386/beos-elf.h,
+	config/i386/freebsd-aout.h, config/i386/freebsd.h,
+	config/i386/i386-interix.h, config/i386/i386elf.h,
+	config/i386/linux.h, config/i386/netbsd-elf.h,
+	config/i386/netbsd.h, config/i386/openbsd.h,
+	config/i386/ptx4-i.h, config/i386/rtemself.h,
+	config/i386/sco5.h, config/i386/sysv4.h, config/i386/x86-64.h
+	(ASM_OUTPUT_ADDR_DIFF_ELT, JUMP_TABLES_IN_TEXT_SECTION): Remove.
+
+2001-10-16  Florian Weimer  <fw@deneb.enyo.de>
+
+	* stmt.c (expand_asm_operands): Update commentary.
+
+2001-10-16  Stan Shebs  <shebs@apple.com>
+
+	* config/darwin.h (GCC_NAME): Remove, no longer used.
+	(NO_MATH_LIBRARY): Ditto.
+	(MATH_LIBRARY): Define to emptiness.
+	(DWARF2_DEBUGGING_INFO): Define.
+	(PREFERRED_DEBUGGING_TYPE): Define.
+	(EXTRA_SECTION_FUNCTIONS): Add darwin_exception_section.
+	(EXCEPTION_SECTION): Define.
+	(ASM_PREFERRED_EH_DATA_FORMAT): Define.
+	* config/darwin.c (darwin_encode_section_info): Handle case of
+	DECL_INITIAL being error_mark_node.
+
+2001-10-16  Richard Henderson  <rth@redhat.com>
+
+	* alpha.c (current_file_function_operand): Don't fail for profiling.
+	(direct_call_operand): New.
+	* alpha-protos.h: Declare it.
+	* alpha.h (EXTRA_CONSTRAINT): Use it.
+	(PREDICATE_CODES): Add it.
+	(ASM_OUTPUT_MI_THUNK): Remove.
+	* alpha32.h (ASM_OUTPUT_MI_THUNK): Remove.
+	* alpha.md (sibcall_osf_1, sibcall_value_osf_1): Add 's' alternative.
+
+2001-10-16  Krister Walfridsson  <cato@df.lth.se>
+
+	* config/i386/netbsd-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Define.
+	(JUMP_TABLES_IN_TEXT_SECTION): Define.
+
+Wed Oct 17 00:21:31 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* cfg.c (free_edge): Break out from ....
+	(remove_edge): ... here.
+	(clear_edges): Use free_edge.
+
+	* att.h (ASM_QUAD): Add comment.
+	* bsd.h, sco5.h, sun386.h (ASM_QUAD): Define.
+
+Wed Oct 17 00:01:02 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* i386.c (split_ti): New function.
+	(ix86_split_to_parts): Support TImodes.
+	* i386.h (VALID_INT_MODE_P): Add TImode.
+	* i386.md (movdi splitter): Fix.
+	(movti): Support 64bit integer registers.
+	(movti_rex64): New function and splitter.
+
+	* i386.c (*_cost): Add movsx/movzx cost.
+	* i386.h (struct processor_costs): Add movsx/movzx fields.
+	(RTX_COSTS): Handle zero/sign extend + avoid believing that
+	64bit operations require split on 64bit machine.
+	(CONST_COST): Make large 64bit constants expensive on 64bit compilation.
+
+	* i386.c (ix86_setup_incomming_varargs): Fix mode of PLUS.
+	(ix86_expand_move): Avoid pushes of memory if size does not match;
+	move long constants to register.
+	(x86_initialize_trampoline): Fix mode.
+	* i386.h (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT):
+	Use ASM_QUAD on 64bit.
+	* i386.md (test pattern): Disallow impossible constants.
+	(tablejump PIC expander): Fix emitting of sum.
+	(movdicc_rex64): Rename to movdicc.
+	* linux64.h (LINK_SPEC): Add missing '%'.
+
+2001-10-16  Alexandre Oliva  <aoliva@redhat.com>
+
+	* tree-inline.c (inlinable_function_p): Leave it up to the
+	front-end to turn -finline-functions into DECL_INLINE set for all
+	functions.
+
+2001-10-16  Stan Shebs  <shebs@apple.com>
+
+	* config/rs6000/darwin.h (ASM_COMMENT_START): Define.
+
+2001-10-16  Alan Modra  <amodra@bigpond.net.au>
+
+	* recog.c: Formatting and comment typo fixes.
+
+	* configure.in (gcc_cv_as_bfd_srcdir): New.  Use it to find gas
+	version in single tree build.
+	* configure: Regenerate.
+
+2001-10-15  David Edelsohn  <edelsohn@gnu.org>
+
+	* config/rs6000/rs6000.md (cr_logical): Swap order of CODE and
+	MODE arguments to gen_rtx and compare operand with const0_rtx.
+
+2001-10-15  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	* system.h: Poison old unused target macros.
+	* config/dsp16xx.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
+	* config/stormy16/stormy16.c: Update references to obsolete macros.
+	* config/stormy16/stormy16.h: Similarly.
+	* config/stormy16/stormy16.md: Similarly.
+	* config/cris/cris.h: Similarly.
+
+2001-10-15  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	* cpplib.c (struct pragma_entry): Store the name as a hashnode.
+	(lookup_pragma_entry, insert_pragma_entry, do_pragma,
+	cpp_register_pragma): Update accordingly.
+
+2001-10-14  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	* c-pragma.h (cpp_register_pragma_space): Remove.
+	* cpplib.h (cpp_register_pragma_space): Remove.
+	* cpplib.c (lookup_pragma_entry, insert_pragma_entry): New.
+	(cpp_register_pragma_space): Remove.
+	(cpp_register_pragma): Simplify using lookup_pragma_entry,
+	add sanity checks.
+	(do_pragma): Similarly.
+	(_cpp_init_internal_pragmas): Don't register namespaces.
+
+	* config/v850/v850.h (REGISTER_TARGET_PRAGMAS):
+	Don't register namespaces.
+	* cp/lex.c (init_cp_pragma): Similarly.
+	* doc/tm.texi: Update.
+
+2001-10-10  Craig Rodrigues  <rodrigc@gcc.gnu.org>
+
+	PR c/4157
+	* config/i386/cygwin.h: Add missing space to MINGW_INCLUDES
+
+2001-10-13  Michael Collison  <collison@dhcp-12-114.townisp.com>
+
+	* config/dsp16xx/dsp16xx.md: Rewrite for more efficient code and
+	add scheduling support.
+	* config/dsp16xx/dsp16xx.h: Rewrite for more efficient code.
+	* config/dsp16xx/dsp16xx.c: Rewrite for more efficient code.
+	* config/dsp16xx/dsp16xx-protos.h: Add new function prototypes.
+
+
+2001-10-13  Hans-Peter Nilsson  <hp@axis.com>
+
+	* config/cris/cris.c (cris_legitimate_pic_operand): Kludge around
+	missing CONSTANT_P test in core GCC.
+
+2001-10-12  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	* cppmain.c (struct printer): New member source.
+	(scan_translation_unit): Fix spacing at start of lines.
+	(cb_line_change): Update.
+
+	* gcc.dg/cpp/spacing2.c: New test.
+
+2001-10-12  Hans-Peter Nilsson  <hp@axis.com>
+
+	* config/cris/arit.c: Use __builtin_labs, not abs.
+
+	* config/cris/cris.h (SET_STRIPPABLE_EXECUTABLE): Don't define.
+
+	* config/cris/cris.c (cris_target_asm_function_epilogue): Move
+	misplaced sprintf and fprintf argument.
+
+2001-10-12  Zack Weinberg  <zack@codesourcery.com>
+
+	* ABOUT-NLS, aclocal.m4: Update i18n framework from gettext 0.10.40.
+	* configure.in, Makefile.in: Take out obsolete check-po logic.
+	* configure, config.in: Regenerate.
+
+2001-10-12  Ziemowit Laski  <zlaski@apple.com>
+
+	* objc/objc-act.c (finish_objc): Correct precondition for emitting
+	symtab declarations.
+
+2001-10-12  Stan Shebs  <shebs@apple.com>
+
+	* config/rs6000/rs6000.c: Remove uses of "register" specifier in
+	declarations of arguments and local variables.
+
+2001-10-12  Christopher Faylor  <cgf@redhat.com>
+
+	* config/i386/cygwin.h: Revert erroneous checkin of crtbegin and
+	ENDFILE_SPEC definition.
+
+2001-10-12  Kazu Hirata  <kazu@hxi.com>
+
+	* gthr-dce.h: Fix comment formatting.
+	* gthr-posix.h: Likewise.
+	* gthr-single.h: Likewise.
+	* gthr-solaris.h: Likewise.
+	* gthr-vxworks.h: Likewise.
+	* gthr-win32.h: Likewise.
+
+2001-10-12  Jakub Jelinek  <jakub@redhat.com>
+
+	* final.c (output_asm_insn): Make sure assembly dialects are
+	terminated, not nested.  Output `|' and `}' characters if they
+	don't appear inside assembly dialect selection.
+	* config/i386/i386.md (rep_movdi_rex64, rep_movsi, rep_movsi_rex64,
+	rep_movqi, rep_movqi_rex64, rep_stosdi_rex64, rep_stossi,
+	rep_stossi_rex64, rep_stosqi, rep_stosqi_rex64, strsetsi_1,
+	strsetsi_rex_1): Add {} braces.
+
+2001-10-11  Zack Weinberg  <zack@codesourcery.com>
+
+	* toplev.c (compile_file): Ignore return value from yyparse.
+	Always pop any nested binding levels after yyparse returns.
+
+2001-10-11  Richard Henderson  <rth@redhat.com>
+
+	* doc/c-tree.texi (Expression trees): Add VTABLE_REF.
+
+2001-10-11  Richard Henderson  <rth@redhat.com>
+
+	* dwarf2out.c (add_const_value_attribute): If long < HOST_WIDE_INT,
+	fall back to add_AT_long_long for large CONST_INT.
+
+2001-10-11  Richard Henderson  <rth@redhat.com>
+
+	* config/i386/i386.md (setcc splitters): Add four splitters to
+	simplify compound compares that simplify_comparison can't handle.
+
+2001-10-11  Zack Weinberg  <zack@codesourcery.com>
+
+	* cpplex.c (digraph_spellings, token_spellings): Make static.
+
+2001-10-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+	* unroll.c (loop_iterations): Fixup last patch.
+
+2001-10-11  Richard Henderson  <rth@redhat.com>
+
+	* rtl.h (REG_VTABLE_REF): New.
+	* rtl.c (reg_note_name): Add it.
+	* combine.c (distribute_notes): Handle it.
+	* final.c (final_scan_insn): Handle it.
+	* tree.def (VTABLE_REF): New.
+	* expr.c (expand_expr): Handle it.
+	* varasm.c (assemble_vtable_entry, assemble_vtable_inherit): New.
+	* output.h: Declare them.
+
+2001-10-11  Richard Henderson  <rth@redhat.com>
+
+	* dwarf2out.c (rtl_for_decl_location): If no DECL_RTL, look
+	for a DECL_INITIAL.
+
+2001-10-11  David Edelsohn  <edelsohn@gnu.org>
+
+	* config/rs6000/xcoff.h (UNALIGNED_DOUBLE_INT_ASM_OP): Only
+	available in 64-bit mode.
+
+2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
+
+	* config.gcc: Add cris-*-aout, cris-*-elf, cris-*-none,
+	cris-*-linux* cases.
+	* config/cris/cris-protos.h: New file.
+	* config/cris/cris.c: New file.
+	* config/cris/cris.h: New file.
+	* config/cris/cris.md: New file.
+	* config/cris/linux.h: New file.
+	* config/cris/aout.h: New file.
+	* config/cris/arit.c: New file.
+	* config/cris/cris_abi_symbol.c: New file.
+	* config/cris/mulsi3.asm: New file.
+	* config/cris/t-aout: New file.
+	* config/cris/t-cris: New file.
+	* config/cris/t-elfmulti: New file.
+	* config/cris/t-linux: New file.
+	* doc/invoke.texi: Add CRIS options.
+	* doc/install.texi (Specific): Add blurb for CRIS.
+
+2001-10-10  Hartmut Schirmer <SchirmerH@Innovative-Systems.de>
+
+	* config/float-i128.h: Make sure __STDC__VERSION__ is defined
+	before using it.
+	* config/float/i32.h: Likewise.
+	* config/float-i386.h: Likewise.
+	* config/float-i64.h: Likewise.
+	* config/float-m68k.h: Likewise.
+	* config/float-sh.h: Likewise.
+	* config/float-sparc.h: Likewise.
+
+2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
+
+	* doc/contrib.texi: Add note about CRIS port to my entry.
+
+2001-10-11  Kazu Hirata  <kazu@hxi.com>
+
+	* basic-block.h: Fix formatting.
+	* bitmap.h: Likewise.
+	* cpplib.h: Likewise.
+	* c-tree.h: Likewise.
+	* diagnostic.h: Likewise.
+	* flags.h: Likewise.
+	* ggc.h: Likewise.
+	* longlong.h: Likewise.
+	* real.h: Likewise.
+	* reload.h: Likewise.
+	* rtl.h: Likewise.
+	* tree.h: Likewise.
+
+2001-10-10  Richard Henderson  <rth@redhat.com>
+
+	* c-parse.in (asm_operand): Allow named operands.
+	* genconfig.c (max_recog_operands): Set to 29.
+	* local-alloc.c (requires_inout): Skip multiple digits.
+	* recog.c (asm_operand_ok): Likewise.
+	(preprocess_constraints): Use strtoul for matching constraints.
+	(constrain_operands): Likewise.
+	* regmove.c (find_matches): Likewise.
+	* reload.c (find_reloads): Likewise.
+	* stmt.c (parse_output_constraint): Don't reject in-out
+	constraint on operands > 9.  Reject '[' in constraint.
+	(expand_asm_operands): Handle named operands.  Use strtoul
+	for matching constraints.
+	(check_operand_nalternatives): Split out from expand_asm_operands.
+	(check_unique_operand_names): New.
+	(resolve_operand_names, resolve_operand_name_1): New.
+
+	* doc/extend.texi (Extended Asm): Document named operands.
+	* doc/md.texi (Simple Constraints): Document matching constraints
+	on operands > 9.
+
+2001-10-10  Richard Henderson  <rth@redhat.com>
+
+	* combine.c (try_combine): Handle a SEQUENCE of one insn.
+
+	* i386.c (test splitter): Narrow tests vs paradoxical subregs.
+	(jcc splitters): Add two splitters to simplify compound compares
+	that simplify_comparison can't handle.
+
+2001-10-10  Richard Henderson  <rth@redhat.com>
+
+	* langhooks.c: Include langhooks.h.
+	* Makefile.in (langhooks.o): Depend on it.
+
+Wed Oct 10 23:49:06 EDT 2001  John Wehle  (john@feith.com)
+
+	* rtlanal.c (noop_move_p): Insns with a REG_RETVAL note
+	should not be considered as a no-op.
+	* flow.c (delete_noop_moves): Handle REG_LIBCALL notes.
+
+2001-10-10  Stan Shebs  <shebs@apple.com>
+
+	* alias.c: Remove uses of "register" specifier in declarations
+	of arguments and local variables.
+	* c-common.c: Ditto.
+	* c-convert.c: Ditto.
+	* c-decl.c: Ditto.
+	* c-format.c: Ditto.
+	* c-semantics.c: Ditto.
+	* c-typeck.c: Ditto.
+	* caller-save.c: Ditto.
+	* calls.c: Ditto.
+	* cfg.c: Ditto.
+	* cfgbuild.c: Ditto.
+	* cfgrtl.c: Ditto.
+	* collect2.c: Ditto.
+	* combine.c: Ditto.
+	* convert.c: Ditto.
+	* cppexp.c: Ditto.
+	* cppfiles.c: Ditto.
+	* cse.c: Ditto.
+	* dbxout.c: Ditto.
+	* defaults.h: Ditto.
+	* df.c: Ditto.
+	* dwarf2out.c: Ditto.
+	* dwarfout.c: Ditto.
+	* emit-rtl.c: Ditto.
+	* explow.c: Ditto.
+	* expmed.c: Ditto.
+	* expr.c: Ditto.
+	* final.c: Ditto.
+	* fix-header.c: Ditto.
+	* floatlib.c: Ditto.
+	* flow.c: Ditto.
+	* fold-const.c: Ditto.
+	* function.c: Ditto.
+	* gcc.c: Ditto.
+	* gcse.c: Ditto.
+	* gen-protos.c: Ditto.
+	* genattrtab.c: Ditto.
+	* gencheck.c: Ditto.
+	* genconfig.c: Ditto.
+	* genemit.c: Ditto.
+	* genextract.c: Ditto.
+	* genflags.c: Ditto.
+	* gengenrtl.c: Ditto.
+	* genoutput.c: Ditto.
+	* genpeep.c: Ditto.
+	* genrecog.c: Ditto.
+	* gensupport.c: Ditto.
+	* global.c: Ditto.
+	* gmon.c: Ditto.
+	* graph.c: Ditto.
+	* haifa-sched.c: Ditto.
+	* hard-reg-set.h: Ditto.
+	* hash.c: Ditto.
+	* integrate.c: Ditto.
+	* jump.c: Ditto.
+	* lists.c: Ditto.
+	* local-alloc.c: Ditto.
+	* loop.c: Ditto.
+	* mips-tdump.c: Ditto.
+	* mips-tfile.c: Ditto.
**** TRUNCATED ****
/maat/heart/tbox/native/build/gcc/gcj -B/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava/ -B/maat/heart/tbox/native/build/gcc/ --encoding=UTF-8 -fassume-compiled -fclasspath=/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava -L/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava -ffloat-store -g -O2 -MD -MT java/net/SocketOptions.lo -MF java/net/SocketOptions.d -c /maat/heart/tbox/cvs-gcc/gcc/libjava/java/net/SocketOptions.java -o java/net/SocketOptions.o >/dev/null 2>&1
/bin/sh ./libtool --tag=GCJ --mode=compile /maat/heart/tbox/native/build/gcc/gcj -B/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava/ -B/maat/heart/tbox/native/build/gcc/ --encoding=UTF-8 -fassume-compiled -fclasspath=/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava -L/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava -ffloat-store -g -O2 -MD -MT java/net/SocketPermission.lo -MF java/net/SocketPermission.d -c -o java/net/SocketPermission.lo /maat/heart/tbox/cvs-gcc/gcc/libjava/java/net/SocketPermission.java
/maat/heart/tbox/native/build/gcc/gcj -B/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava/ -B/maat/heart/tbox/native/build/gcc/ --encoding=UTF-8 -fassume-compiled -fclasspath=/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava -L/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava -ffloat-store -g -O2 -MD -MT java/net/SocketPermission.lo -MF java/net/SocketPermission.d -c /maat/heart/tbox/cvs-gcc/gcc/libjava/java/net/SocketPermission.java -fPIC -o java/net/.libs/SocketPermission.o
/maat/heart/tbox/native/build/gcc/gcj -B/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava/ -B/maat/heart/tbox/native/build/gcc/ --encoding=UTF-8 -fassume-compiled -fclasspath=/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava -L/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava -ffloat-store -g -O2 -MD -MT java/net/SocketPermission.lo -MF java/net/SocketPermission.d -c /maat/heart/tbox/cvs-gcc/gcc/libjava/java/net/SocketPermission.java -o java/net/SocketPermission.o >/dev/null 2>&1
/bin/sh ./libtool --tag=GCJ --mode=compile /maat/heart/tbox/native/build/gcc/gcj -B/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava/ -B/maat/heart/tbox/native/build/gcc/ --encoding=UTF-8 -fassume-compiled -fclasspath=/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava -L/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava -ffloat-store -g -O2 -MD -MT java/net/URL.lo -MF java/net/URL.d -c -o java/net/URL.lo /maat/heart/tbox/cvs-gcc/gcc/libjava/java/net/URL.java
/maat/heart/tbox/native/build/gcc/gcj -B/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava/ -B/maat/heart/tbox/native/build/gcc/ --encoding=UTF-8 -fassume-compiled -fclasspath=/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava -L/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava -ffloat-store -g -O2 -MD -MT java/net/URL.lo -MF java/net/URL.d -c /maat/heart/tbox/cvs-gcc/gcc/libjava/java/net/URL.java -fPIC -o java/net/.libs/URL.o
/maat/heart/tbox/cvs-gcc/gcc/libjava/java/net/URL.java: In class `java.net.URL':
/maat/heart/tbox/cvs-gcc/gcc/libjava/java/net/URL.java: In method `java.net.URL.readObject(java.io.ObjectInputStream)':
/maat/heart/tbox/cvs-gcc/gcc/libjava/java/net/URL.java:406: Internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [java/net/URL.lo] Error 1
make[3]: Leaving directory `/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/maat/heart/tbox/native/build'
make: *** [bootstrap] Error 2
+ exit 1

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