3 GCC regressions, 0 new, with your patch on 2003-06-05T04:58:47Z.

GCC regression checker geoffk@apple.com
Thu Jun 5 09:40:00 GMT 2003


With your recent patch, GCC has some regression test failures, which
used to pass.  There are 0 new failures, and 3
failures that existed before and after that patch; 0 failures
have been fixed.

The old failures, which were not fixed or introduced by your patch, are:
native g77.sum g77.f-torture/execute/980520-1.f
native gcc.sum gcc.c-torture/execute/20000412-3.c
native gcc.sum gcc.c-torture/execute/string-opt-3.c

For more information, see http://gcc.gnu.org/regtest/.
-------------- next part --------------
ChangeLog entries since last run on 2003-06-05T00:11:07Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog	Wed Jun  4 17:11:41 2003
+++ gcc/gcc/ChangeLog	Wed Jun  4 21:59:23 2003
@@ -1,3 +1,39 @@
+2003-06-04  Richard Henderson  <rth@redhat.com>
+
+	* config/i386/i386.c (struct ix86_address): Add seg.
+	(no_seg_address_operand): New.
+	(ix86_decompose_address): Restructure PLUS loop.  Accept one
+	UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS.  Adjust ESP swap test
+	to test for a regnum, not stack_pointer_rtx.
+	(ix86_address_cost): Reduce cost if non-default segment.
+	(legitimate_address_p): Remove UNSPEC_TP check.
+	(get_thread_pointer): Add to_reg argument.  Don't represent
+	the thread pointer as a memory load.
+	(legitimize_tls_address): Split out of ...
+	(legitimize_address): ... here.
+	(print_operand_address): Handle parts.seg.
+	(ix86_expand_move): Use legitimize_tls_address.
+	(ix86_rtx_costs): Handle UNSPEC_TP.
+	* config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
+	(TARGET_TLS_DIRECT_SEG_REFS): New.
+	(TARGET_SWITCHES): Add tls-direct-seg-refs.
+	(TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
+	(PREDICATE_CODES): Add no_seg_address_operand.
+	* config/i386/i386.md (lea_1): Use it.
+	(lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
+	(load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
+	* config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
+	* config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
+	* doc/invoke.texi: Add -mtls-direct-seg-refs.
+
+2003-06-04  Mark Mitchell  <mark@codesourcery.com>
+
+	* Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
+	(QMTEST_GPP_TESTS): Use "g++" by default.
+	(stamp-qmtest): Tweak database creation.
+	(QMTEST_DIR/context): Update context file format.
+	(qmtest-g++): Tweak command-line.
+
 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
 	* Makefile.in (varasm.o): Don't set -Wno-error.
--- /Users/regress/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog	Wed Jun  4 11:32:26 2003
+++ gcc/gcc/testsuite/ChangeLog	Wed Jun  4 21:59:32 2003
@@ -1,3 +1,7 @@
+2003-06-04  Mark Mitchell  <mark@codesourcery.com>
+
+	* README.QMTEST: Update.
+
 2003-06-04  Richard Henderson  <rth@redhat.com>
 
         * gcc.dg/cleanup-1.c: New.

ChangeLog entries between 2003-06-05T00:11:07Z and the last time everything
passed, on 2003-03-03T21:26:39Z:
--- /Users/regress/tbox/changelog_pass/gcc/ChangeLog	Mon Mar  3 13:26:59 2003
+++ gcc/ChangeLog	Tue Jun  3 16:38:51 2003
@@ -1,3 +1,255 @@
+2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	* Makefile.tpl: Make 'recursive targets' using autogen rather
+	than shell loop.  Remove duplicate 'clean' targets and false
+	comments.
+	* Makefile.def: Add systematic dependencies to 'recursive' targets.
+	Add systematic method of specifying missing targets in subdirs.
+	Add copyright boilerplate.
+	* Makefile.in: Regenerate.
+	* configure.in: Add 'recursive targets' to maybe list.
+	* configure: Regenerate.
+
+	* MAINTAINERS: "GNATS only" -> "Bug database only".
+
+	* Makefile.tpl: Rename [+target+] to [+make_target+].
+	* Makefile.def: Rename 'target' to 'make_target'.
+
+2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
+
+	* MAINTAINERS: Add self as options handling maintainer.
+
+2003-05-28  Michael Meissner  <gnu@the-meissners.org>
+
+	* MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
+	been too long since I touched those ports.
+
+2003-05-28  DJ Delorie  <dj@redhat.com>
+
+	* Makefile.tpl: Make maybe-check-gcc .PHONY.
+	* Makefile.in: Regenerate.
+
+2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
+
+	* configure.in: Use curly braces in the definition of tooldir.
+	* configure: Regenerate.
+
+2003-05-21  DJ Delorie  <dj@redhat.com>
+	
+	* Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
+	newlib or libgloss.
+	* Makefile.in: Regenerate.
+
+2003-05-21  DJ Delorie  <dj@redhat.com>
+
+	* Makefile.tpl: Add missing empty maybe-check-gcc target.
+	* Makefile.in: Regenerate.
+
+2003-05-20  Ian Lance Taylor  <ian@airs.com>
+
+	* MAINTAINERS: Update my e-mail address.
+
+2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	* configure.in: Switch more things to use maybe dependencies.
+	* Makefile.tpl: Switch more things to use maybe dependencies.  
+	Factor out common code from autogen IF statements.
+	* configure: Regenerate.
+	* Makefile.in: Regenerate.
+
+2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
+
+	* configure.in: Accept i[3456789]86 for machine type.
+	* configure: Regenerate.
+
+2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	* configure.in: Switch more things to use maybe dependencies.
+	Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
+	* configure: Regenerate.
+	* Makefile.tpl: Switch more things to use maybe dependencies.
+	* Makefile.in: Regenerate.
+
+2003-05-16  Andreas Schwab  <schwab@suse.de>
+
+	* Makefile.tpl (install-opcodes): Define.
+	* Makefile.in: Rebuild.
+
+2003-05-13  Andreas Jaeger  <aj@suse.de>
+
+	* config.guess: Update to 2003-05-09 version.
+	* config.sub: Update to 2003-05-09 version.
+
+2003-05-13  Michael Eager <eager@mvista.com>
+
+	* configure.in: Correct sed script so that options in quotes are not
+	deleted.
+	* configure: Rebuild.
+
+2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
+
+	* configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
+	and $$s/newlib/libc/sys/cygwin32 include paths.
+	* configure: Ditto.
+
+2003-05-12  Michael Meissner  <gnu@the-meissners.org>
+
+	* MAINTAINERS: Update my email addresses.
+
+2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+	* config-ml.in: Propagate INSTALL variables.
+
+2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+	* MAINTAINERS: Remove duplicate entries in Write After Approval.
+
+2003-05-02  Chris Demetriou  <cgd@broadcom.com>
+
+        * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
+        * Makefile.in: Regenerate.
+
+2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
+
+	* MAINTAINERS (GNATS only): Add Falk Hueffner.
+
+2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
+
+	* MAINTAINERS (GNATS only): Add Giovanni Bajo.
+
+2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
+
+	* Makefile.tpl: Clean $(BUILD_SUBDIR).
+	* Makefile.in: Regenerated.
+
+2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
+
+	* MAINTAINERS (Write After Approval): Upgrade myself from
+	GNATS only to write-after-approval. Update my mail address.
+
+2003-04-25  Loren J. Rittle <ljrittle@acm.org>
+
+	(OS Port Maintainers: freebsd): Add myself.
+
+2003-04-22  Mark Mitchell  <mark@codesourcery.com>
+
+	* MAINTAINERS (java): Remove Alexandre Petit-Bianco.
+
+2003-04-22  Kean Johnston  <jkj@sco.com>
+
+	* MAINTAINERS (SCO ports): Added myself.
+
+2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* MAINTAINERS (gcov): Add myself and Jan Hubicka.
+
+2003-04-19  Kean Johnston  <jkj@sco.com>
+
+	* MAINTAINERS (Write After Approval): Add myself.
+
+2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+	* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
+	* Makefile.in: Regenerate.
+
+2003-04-18  Jakub Jelinek  <jakub@redhat.com>
+
+	* configure.in (powerpc64*-*-linux*): Remove.
+	* configure: Rebuilt.
+
+2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
+
+	* Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
+	previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
+	and restrap.
+	* Makefile.in:  Regenerate.
+
+2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
+
+	* configure.in (arm-*-netbsdelf*): Enable building java libraries.
+	* configure: Regenerated.
+
+2003-04-15  DJ Delorie  <dj@redhat.com>
+
+	* MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
+
+2003-04-13  Nick Clifton  <nickc@redhat.com>
+
+	* config-ml.in: Remove support for --disable-aix removing
+	call-aix multilibs.
+
+2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
+
+	* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
+	* */configure: Rebuilt.
+
+2003-04-08  Joel Sherrill  <joel@oarcorp.com>
+
+	* MAINTAINERS: Add my email address.
+
+2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
+
+	* MAINTAINERS (Write After Approval): Add myself.
+
+2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
+	* Makefile.in: Regenerate.
+
+2003-03-14  Michael Chastain  <mec@shout.net>
+
+	* Makefile.in: Regenerate with correct Makefile.def.
+
+2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
+	Make macro.
+	* Makefile.in: Regenerate.
+	* configure.in: Clean up gxx_include_dir logic.
+	* configure: Regenerate.
+
+2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
+
+	* MAINTAINERS (Write After Approval): Add myself.
+
+2003-03-10  Ben Elliston  <bje@wasabisystems.com>
+
+	* MAINTAINERS: Update my mail address.
+
+2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+	* configure.in (gxx_include_dir): Fix typo.
+	* configure: Regenerated.
+
+2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	* Makefile.tpl: Reindent.
+	* Makefile.in: Regenerate.
+	* configure.in: Reindent.  Don't set unused variables.
+	* configure: Regenerate.
+
+2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
+
+	* configure.in: Include $(build_tooldir)/sys-include in
+	FLAGS_FOR_TARGET.
+	* configure: Regenerated.
+
+2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	* Makefile.tpl: Always pass down RANLIB.
+	* Makefile.in: Regenerate.
+
+	* Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
+	* Makefile.in: Regenerate.
+	* configure.in: Remove unused logic relating to --enable-shared
+	and --enable-threads.  Remove bogus comments.  Remove redundant
+	noconfigdirs.
+	* configure: Regenerate.
+
+	* configure.in: Replace ${libstdcxx_version} by its value.
+	Remove reference to mh-dgux.
+	* configure: Regenerate.
+
 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
 
 	* MAINTAINERS (Write After Approval): Add myself.
--- /Users/regress/tbox/changelog_pass/gcc/gcc/ChangeLog	Mon Mar  3 13:27:03 2003
+++ gcc/gcc/ChangeLog	Wed Jun  4 17:11:41 2003
@@ -1,21217 +1,17204 @@
-Mon Mar  3 20:45:25 2003  J"orn Rennecke <joern.rennecke@superh.com>
+2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-	* config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
-	subtarget_asm_isa_spec.
-	(SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
-	(ASM_SPEC): Define as SH_ASM_SPEC.
-	(SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
-	Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
-	* config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
-	(SUBTARGET_ASM_ISA_SPEC): Undef / define.
+	* Makefile.in (varasm.o): Don't set -Wno-error.
+	* rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
 
-	* sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
-	and align_jumps if not set.
-	Force align_jumps to be at least 2.
-	When relaxing, force align_functions to be at least the maximum of
-	align_loops, align_jumps and 4.
-	* sh.c (find_barrier, barrier_align): Honour align_jumps_log.
-	(sh_loop_align): Honour align_loops_log.
+2003-06-04  Zack Weinberg  <zack@codesourcery.com>
 
-	* sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
-	to check for indirect_jump_scratch.
-	(indirect_jump_scratch): Add second set.
-	* sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
-	when looking for indirect_jump_scratch.
-	Extract scratch register taking new structure of indirect_jump_scratch
-	into account.
-	(gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
+	PR bootstrap/3163
+	* aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
+	(gcc_AC_FUNC_MMAP_BLACKLIST): New.
+	* configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
+	and AC_CHECK_FUNCS lists, respectively.  Use
+	gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
+	AC_FUNC_MMAP_FILE.
+	* configure, config.in: Regenerate.
 
-Mon Mar  3 19:07:21 CET 2003  Jan Hubicka  <jh@suse.cz>
+2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-	* calls.c (rtx_for_function_call): Take the address as an argument
-	(expand_call): Do not modify the expression.
+	* arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
+	* arm.c (arm_output_function_prologue): Fix format specifiers.
+	* arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
+	* m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
+	HOST_WIDE_INT_PRINT_DEC.
+	* vax.c (vax_output_function_prologue): Fix format specifiers.
 
-	* toplev.c (rest_of_compilation):  Avoid cfg_cleanup calls when not
-	optimizing.
+2003-06-04  Richard Henderson  <rth@redhat.com>
 
-2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
+	* cse.c (find_best_addr): Consider binary operators even if second
+	argument is not CONST_INT.
 
-	* config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
-	TARGET_H8300H and TARGET_H8300S.
+2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
 
-2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
+	* doc/invoke.texi (max-cse-path-length): Document.
 
-	* config/h8300/h8300.md (a peephole2): New.
+2003-06-04  Richard Henderson  <rth@redhat.com>
 
-2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
+	* config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
 
-	* config/h8300/h8300.md (*extzv_8_8): Use shorter code when
-	operands[0] and operands[1] are different.
+2003-06-04  Andrew Pinski <pinskia@physics.uc.edu>
 
-2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
+	* config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
+	Remove semi-colon at the end of the expression.
 
-	* reload1.c (reload_cse_move2add): Remove variable success.
+2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+	* i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
+	* i370.h (mvs_function_name_length): Likewise.
+	* i960.h (CONSTANT_ALIGNMENT): Likewise.
+	* mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
+	* pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
+	* pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
+	* rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
+	variable.
 
-	* ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
-	warnings.
+2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
 
-2003-03-02  Richard Henderson  <rth@redhat.com>
+	* config.gcc: Reorganize --with-cpu logic.  Set
+	configure_default_options according to the default CPU, --with-cpu,
+	--with-arch, --with-tune, --with-schedule, --with-abi, and
+	--with-float.  Check for legal values of various options.
+	* configure.in: Define configure_default_options in configargs.h.
+	* configure: Regenerated.
+	* config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
+	(TARGET_DEFAULT_FLOAT_P): New macros.
+	* gcc.c (do_option_spec): New function.
+	(struct default_spec, option_default_specs): New.
+	(main): Call do_option_spec.
+	* config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
+	config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
+	config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
+
+	* doc/install.texi: Update --with-cpu documentation.  Mention
+	--with-arch, --with-schedule, --with-tune, --with-abi, and
+	--with-float.
+	* doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
+
+2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
+
+	* config.gcc: Only process --with-cpu logic in the third pass.
+
+2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
+
+	* config.gcc: Reorganize --with-cpu section.  Remove an
+	obsolete comment about the default CPU for x86-64.  Fix
+	a typo for the ep9312.  Update the list of supported PowerPC
+	CPUs.  Support a limited set of new --with-cpu options
+	for i386.
+
+2003-06-04  Aldy Hernandez  <aldyh@redhat.com>
+
+	* config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
+	complex numbers <= 32 bits into two registers.
+
+2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* alpha.c (print_operand_address): Fix format specifier warnings.
+	* alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
+	* alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
+	* arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
+	* arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
+	* avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
+	ASM_OUTPUT_SKIP): Likewise.
+	* c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
+	* dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
+	* h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
+	Likewise.
+	* i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
+	* i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
+	* i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
+	* i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
+	* m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
+	* mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
+	* pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
+	* ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
+	* sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
+	* svr3.h (ASM_OUTPUT_COMMON): Likewise.
+
+2003-06-04  J"orn Rennecke <joern.rennecke@superh.com>
+
+	* c-decl.c (c_init_decl_processing): Clear input_file_name
+	while building common nodes.
+	* dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
+	Don't add working directory for strings like <built-in> .
+
+2003-06-04  David Edelsohn  <edelsohn@gnu.org>
+
+	* doc/install.texi (*-ibm-aix*): Native as and ld required
+	to bootstrap on AIX 5L.
+
+2003-06-04  Richard Henderson  <rth@redhat.com>
+
+	* c-common.c (handle_cleanup_attribute): New.
+	(c_common_attributes): Add it.
+	* c-decl.c (finish_decl): Honor the cleanup attribute.
+	* doc/extend.texi (Variable Attributes): Document it.
+
+	* unwind-c.c: New file.
+	* Makefile.in (LIB2ADDEH): Add it.
+	* config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
+	config/ia64/t-ia64: Likewise.
+
+2003-06-04  Jakub Jelinek  <jakub@redhat.com>
+
+	* function.c (trampolines_created): New variable.
+	(expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
+	* function.h (trampolines_created): Add.
+	* config/s390/linux.h (ASM_FILE_END): Define.
+	* config/alpha/linux-elf.h (ASM_FILE_END): Define.
+	* config/m68k/linux.h (ASM_FILE_END): Define.
+	* config/rs6000/linux.h (ASM_FILE_END): Define.
+	* config/rs6000/linux64.h (ASM_FILE_END): Define.
+	* config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
+	* config/sparc/linux.h (ASM_FILE_END): Define.
+	* config/sparc/linux64.h (ASM_FILE_END): Define.
+	* config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
+	* config/i386/linux.h (SUBTARGET_FILE_END): Define.
+	* config/i386/linux64.h (SUBTARGET_FILE_END): Define.
+
+Wed Jun  4 18:39:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
+
+	* i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
+	(ix86_reorg): Use it.
+	* i386.md (align): New insn pattern.
+
+2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* toplev.c (rest_of_type_compilation): Fix typo.
+
+2003-06-04  Jakub Jelinek  <jakub@redhat.com>
+	    Alan Modra  <amodra@bigpond.net.au>
+
+	* config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
+	* config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
+	* config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
+	* config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
+	* config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
+	* final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
+	(profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
+	* config/rs6000/rs6000.c (output_profile_hook): Likewise.
 
-	* configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
-	* config.in, configure: Rebuild.
-	* config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
-	* config/ia64/ia64.md (load_symptr): Use high/lo_sum for the 
-	paired ldtoffx and ldxmov annotations.
-	(load_symptr_internal1): Remove.
-	(load_symptr_high, load_symptr_low): New.
+	* configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
+	Pass it to $gcc_cv_as.
+	* configure: Rebuilt.
 
-2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
+	* config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
+	(print_operand): Allow TARGET_AIX to be non-constant.
+	(rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
+	Define unconditionally.
+	(rs6000_elf_declare_function_name): New function.
+	* config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
+	non-constant.
+	* config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
+	to 1.
+	(DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
+	[IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
+	is defined.
+	(TARGET_AIX): Define to 1 if TARGET_64BIT.
+	(PROCESSOR_DEFAULT): Remove.
+	(TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
+	INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
+	[RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
+	(ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
+	-m32 and -m64.
+	(MULTILIB_DEFAULTS): Define.
+	(SUBSUBTARGET_EXTRA_SPECS): Define.
+	(ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
+	(TARGET_TOC): Define only if !RS6000_BI_ARCH.
+	(TARGET_NO_TOC): Remove.
+	[!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
+	TARGET_PROTOTYPE): Define to 0.
+	(NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
+	(PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
+	(ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
+	if !TARGET_64BIT.
+	(USER_LABEL_PREFIX): Remove.
+	(JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
+	(SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
+	if TARGET_64BIT.
+	(TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
+	(LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
+	(STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
+	(TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
+	(MINIMAL_TOC_SECTION_ASM_OP): Likewise.
+	(SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
+	TARGET_64BIT.
+	(RS6000_CALL_GLUE): Likewise.
+	(SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
+	RESTORE_FP_SUFFIX): Likewise.
+	(ASM_DECLARE_FUNCTION_NAME): Remove.
+	(ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
+	DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
+	name if TARGET_64BIT.
+	(ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
+	!TARGET_64BIT.
+	(ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
+	(ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
+	(DRAFT_V4_STRUCT_RET): Define.
+	(SIGNAL_FRAMESIZE): New enum value.
+	(MD_FALLBACK_FRAME_STATE_FOR): Define.
+	* config/rs6000/default64.h: New file.
+	* config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
+	options.
+	(SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
+	to RS6000_ABI_NAME.  Only disallow mixing of -fPIC with -mcall-aixdesc
+	if !TARGET_64BIT.
+	[!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
+	(ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
+	function.
+	(TARGET_OS_SYSV_CPP_BUILTINS): Define.
+	(TARGET_OS_CPP_BUILTINS): Use it.
+	(CPP_SYSV_SPEC): Remove.
+	(CPP_SPEC): Remove cpp_sysv.
+	(SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
+	Add SUBSUBTARGET_EXTRA_SPECS.
+	(SUBSUBTARGET_EXTRA_SPECS): Define.
+	* config/rs6000/biarch64.h: New file.
+	* config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
+	New prototype.
+	* config/rs6000/x-linux64: New file.
+	* config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
+	multilibs.
+	* config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
+	* config/rs6000/eabi-cn.asm: Likewise.
+	* config/rs6000/tramp.asm: Likewise.
+	* config/rs6000/sol-ci.asm: Likewise.
+	* config/rs6000/sol-cn.asm: Likewise.
+	* config/rs6000/linux.h (TARGET_64BIT): Define to 0.
+	(TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
+	* config/rs6000/ppc-asm.h: Move __powerpc64__ section before
+	_CALL_AIXDESC section.
+	* config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
+	defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
+	or default32.
+
+2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
+
+	* config.gcc: Revert accidentally committed ARM changes.
+
+2003-06-04  Roger Sayle  <roger@eyesopen.com>
+
+	* builtins.c (dconstpi, dconste): New mathematical constants.
+	(init_builtin_dconsts): New function to initialize dconstpi
+	and dconste.
+	(fold_builtin): Optimize exp(1.0) = e.  Evaluate exp(x) at
+	compile time with -ffast-math when x is an integer constant.
+	Optimize tan(0.0) = 0.0.  Optimize atan(0.0) = 0.0,
+	atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
+
+2003-06-04  Roger Sayle  <roger@eyesopen.com>
+
+	* calls.c (expand_call): Avoid calling pure or const functions
+	when the result is ignored (or void) and none of the arguments
+	are volatile.  Move warning diagnostic earlier in function.
+
+2003-06-04  Andreas Jaeger  <aj@suse.de>
+
+	* system.h: Do not poison TDESC_SECTION_ASM_OP,
+	RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
+
+2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
+	optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
+	handle %ll, optimize regular character case.
+
+2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
+
+	* Makefile.in (cse.o): Add params.h dependency.
+	* cse.c: Include params.h.
+	(PATHLENGTH): Removed.
+	(struct cse_basic_block_data): Make path array dynamic.
+	(cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
+	of PATHLENGTH.
+	(cse_main, cse_basic_block): Allocate path array.
+	* params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
+
+Wed Jun  4 09:49:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
+
+	* i386.c (ix86_reorg): Replace the jump instead of adding nop.
+	* i386.md (UNSPEC_REP): New constant.
+	(return_internal_long): New pattern.
+
+2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+	PR optimization/11018
+	* config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
+	consistently to decide whether the scratch register is really
+	required.
+
+2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+	PR optimization/10876
+	* config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
+	new 'O' constraint for constant 4096.
+	(CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
+	* config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
+	Do not transform into MINUS insn for constant 4096.
+	(*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
+	for constant 4096 as third operand.
+	(addsi3 expander): Remove.
+	(*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
+	new alternative for constant 4096 as third operand.
+	(subdi3 expander): Do not transform into PLUS insn for constant 4096.
+	(*subdi3_sp64 insn): Add new alternative for constant 4096 as third
+	operand.
+	(subsi3 expander): Remove.
+	(*subsi3 insn): Rename into 'subsi3'. Add new alternative for
+	constant 4096 as third operand.
+	* doc/md.texi (Machine Constraints): Document new 'O' constraint for
+	the SPARC port.
 
-	* c-incpath.c (add_path): Fix sysp assignment.
+2003-06-03  Chris Demetriou  <cgd@broadcom.com>
 
-2003-03-02  Kurt Garloff  <garloff@suse.de>
+	* config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
 
-	* params.def: Introduce parameter max-inline-insns-rtl for
-	a separate limit for the RTL inliner.
-	* params.h: Likewise.
-	* integrate.c (function_cannot_inline_p): Use it.
-	* toplev.c (decode_f_option): Set multiple parameters 
-	controlling inlining with -finline-limit.
-	* params.def: Fix orthographic and typographic errors.
-	* doc/invoke.texi: Document parameters controlling inlining
-	and the way -finline-limit sets multiple of them.
+2003-06-04  Andreas Jaeger  <aj@suse.de>
 
-	* tree.h (struct tree_decl): Introduce inlined_function_flag,
-	recording whether the function became eligible for inlining
-	by a compiler flag rather than the declaration.
-	Provide DID_INLINE_FUNC macro to access it.
-	* c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
-	* cp/decl.c (grokfndecl): Likewise.
-	* toplev.c (rest_of_compilation): Likewise.
-	* cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
-	* print-tree.c (print_node): Report it.
-	* params.def: Introduce new max-inline-insns-auto limit.
-	* params.h: Likewise.
-	* tree-inline.c (inlinable_function_p): Apply it to functions
-	with DID_INLINE_FUNC set.
-	* toplev.c (decode_f_option): Initialize it from -finline-limit
-	value.
-	* doc/invoke.texi: Document new parameter.
+	* config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
 
-2003-03-02  Geoffrey Keating  <geoffk@apple.com>
+	* config/i386/i386.c (ix86_expand_prologue): Do not use
+	SUBTARGET_PROLOGUE.
 
-	* fix-header.c (read_scan_file): Don't reference simplify_path.
+	* system.h: Poision SUBTARGET_PROLOGUE.
 
-2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
+	* config/arm/arm-protos.h: Remove unused rdate_section prototype.
 
-	* config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
-	min/max instructions by default as may result in reload errors.
+	* output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
+	dependend code.
 
-2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
+	* system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
 
-	* config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
-	avoid reload problems; define split for it.
+	* system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
+	INSN_CACHE_LINE_WIDTH.
 
-2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
+	* libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
+	(__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
+	INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
 
-	* config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
-	* config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
-	* config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
-	* config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for 
-	rotatert and rotate.
-	("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
-	("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
-	("*rotrhi3_addr"): New split for shift insns on address register.
-	("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
-	* config/m68hc11/larith.asm (___rotlhi3): New asm function.
-	(___rotrhi3): Likewise.
-	* config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
+	* doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
+	INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
 
-2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
+	* dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
+	(dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
+	(dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
+	(dbxout_block): Remove usage of DBX_LBRAC_FIRST.
+	(dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
+	(dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
 
-	* toplev.c (aux_base_name): Moved from toplev.h.
-	(filename): Constify.
-	(lang_dependent_init): Don't duplicate name.
-	(process_options): Set aux_base_name here, not...
-	(do_compile): ...here.  Change protoype.
-	(toplev_main): Move some code from do_compile.
-	* toplev.h: Remove aux_base_name.
+	* doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
+	DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
+	DBX_WORKING_DIRECTORY.
 
-2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
+	* system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
+	DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
 
-	* config/h8300/h8300-protos.h: Add a prototype for
-	iorxor_operator.
-	* config/h8300/h8300.c (print_operand): Handle 'c'.
-	(iorxor_operator): New.
-	* config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
-	* config/h8300/h8300.md (*iorhi3_zext): Remove.
-	(*iorsi3_zexthi): Likewise.
-	(*iorsi3_zextsi): Likewise.
-	(*xorhi3_zextqi): Likewise.
-	(*xorsi3_zexthi): Likewise.
-	(*xorsi3_zextsi): Likewise.
-	(*ixorhi3_zext): New.
-	(*ixorsi3_zext_qi): Likewise.
-	(*ixorsi3_zext_hi): Likewise.
+	* config/frv/frv-protos.h: Remove unused const_section
+	declaration.
+	* config/vax/vax-protos.h: Likewise.
 
-2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
+	* output.h: Remove CONST_SECTION_ASM_OP usage.
 
-	* c-incpath.c (remove_component_p, simplify_path): Move back to
-	cppfiles.c.
-	(remove_duplicates): Use cpp_simplify_path.
-	* c-incpath.h (simplify_path): Remove.
-	* c-lex.c: Don't include c-incpath.h.
-	(init_c_lex): Remove simplify_path.
-	* cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
-	(find_or_create_entry, validate_pch): Revert.
+	* system.h: Poison CONST_SECTION_ASM_OP.
 
-2003-03-02  Ashif Harji  <asharji@uwaterloo.ca>
+	* crtstuff.c (__do_global_dtors_aux): Remove usage of
+	CRT_GET_RFIB_TEXT.
+	(frame_dummy): Likewise.
+	* unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
+	* system.h: Poison CRT_GET_RFIB_TEXT.
 
-	* gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
-	  an external cpp during compilation.
-	(option_map): Likewise.
-	* objc/lang-specs.h (default_compilers): Similarly.
-	* doc/invoke.texi: Document -no-integrated-cpp flag.
+	* collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
 
-2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
+	* fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
+	(write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
+	(recognized_function): Likewise.
+	(read_scan_file): Likewise.
 
-	* config/h8300/h8300.md (zero_extendqisi2): Change to an
-	expander.
-	(*zero_extendqisi2_h8300): New.
-	(*zero_extendqisi2_h8300hs): New.
-	(two splitters): New.
+2003-06-03  Roger Sayle  <roger@eyesopen.com>
 
-2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+	* optabs.c (expand_binop): Optimize complex multiplication for
+	the case of squaring a complex argument.
 
-	* fp-bit.h (float_to_usi): Fix condition wrapping prototype.
+2003-06-03  Roger Sayle  <roger@eyesopen.com>
 
-2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
+	* optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
+	non-volatile operands of binary operations.
+	(prepare_cmp_insn): Likewise.
 
-	* config/h8300/h8300.md (a peephole2): Remove dead code.
+2003-06-03  Roger Sayle  <roger@eyesopen.com>
 
-2003-03-01  Roger Sayle  <roger@eyesopen.com>
+	* varasm.c (force_const_mem): Handle alignment of constants not
+	representable as a type in the front-end language.
 
-	PR c++/9367
-	* builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
-	(BT_FN_INT_CONST_STRING_VALIST_ARG,
-	BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
-	BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
-	BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
-	BT_FN_INT_STRING_CONST_STRING_VAR,
-	BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
-	BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
-	* builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
-	ATTR_NONNULL_3): Also include the nothrow attribute.
-	(sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
-	vsnprintf, vscanf, vsscanf): Don't define attributes here.
-	* builtins.def (putchar, puts): Make full C89 built-ins.
-	(snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
-	vsscanf, vsnprintf, vsprintf): New built-ins.
-	* c-common.c (c_common_nodes_and_builtins): Handle new macro
-	DEF_FUNCTION_TYPE_VAR_3.
+2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
 
-	* doc/extend.texi: Document these new built-in functions.
+	* flow.c (initialize_uninitialized_subregs): Use
+	emit_move_insn instead of emitting a hardcoded move.
 
-2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
+2003-06-03  Richard Henderson  <rth@redhat.com>
 
-	* config/h8300/h8300.md (a peephole2): New.
+	* optabs.c (expand_abs_nojump): Split out from ...
+	(expand_abs): ... here.
+	* optabs.h (expand_abs_nojump): Declare.
+	* ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
+	* Makefile.in (ifcvt.o): Depend on optabs.h.
 
-2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
+2003-06-03  Alan Modra  <amodra@bigpond.net.au>
 
-	* predict.c (estimate_bb_frequencies): Correctly set
-	real_values_initialized after initialization.
+	* dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
 
-2003-03-01  Neil Booth  <neil@daikokuya.co.uk>
+2003-06-03  Jason Thorpe  <thorpej@wasabisystems.com>
 
-	* Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
-	cppinit.o, cppdefault.o, fix-header): Update.
-	* c-incpath.c: New file.
-	* c-incpath.h: New file.
-	* c-lex.c: Include c-incpath.h.
-	(init_c_lex): Register path simplifier.
-	* c-opts.c: Include cppdefault.h and c-incpath.h.
-	(TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
-	std_cxx_inc, quote_chain_split, add_prefixed_path): New.
-	(COMMAND_LINE_OPTIONS): Add more options from cpplib.
-	(missing_arg, c_common_decode_option): Handle them.
-	(c_common_post_options): Register include chains.
-	(print_help): Update.
-	* cppdefault.h (struct default include): Update.
-	Move some macros to ...
-	* cppdefault.c: ... here.
-	(cpp_include_defaults): Add extra field add_sysroot.
-	* cppfiles.c (include_file, search_from, find_or_create_entry,
-	cpp_included, find_include_file, remap_filename): Update for
-	renaming of search_path to cpp_path, and of the chain headers.
-	(remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
-	* cpphash.h (struct search_path): Move to cpplib.h.
-	(struct cpp_buffer, struct cpp_reader): Update.
-	(_cpp_simplify_pathname): Remove.
-	* cppinit.c: Don't include prefix.h and cppdefault.h.
-	(INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
-	remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
-	init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
-	no_pth, cpp_handle_options): Remove.
-	(struct pending_option): Remove chain members.
-	(cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
-	cpp_handle_option): Update.
-	* cpplib.h (struct cpp_path, cpp_set_include_chains): New.
-	(struct cpp_options): Remove quote_include, bracket_include,
-	include_prefix, include_prefix_len, verbose, ignore_srcdir,
-	no_standard_includes, no_standard_cplusplus_includes.
-	(struct cpp_callbacks): Add simplify_path.
-	(cpp_handle_options): Remove.
-	* fix-header.c: Include c-incpath.h.
-	(read_scan_file): Update to use c-incpath functionality.
-	* doc/passes.texi: Update.
+	* config.gcc (default_use_cxa_atexit): New variable, defaults to no.
+	(*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
+	to yes.
+	* configure.in: Allow default_use_cxa_atexit to determine the
+	value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
+	disabled.
+	* configure: Regenerate.
 
-2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
+2003-06-03  Douglas B Rupp  <rupp@gnat.com>
 
-	* config/h8300/h8300.c (bit_operand): Accept MEM only if it
-	satisfies EXTRA_CONSTRAINT 'U'.
+	* Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
+	* doc/gcc.texi: Remove vms.texi section.
+	* doc/vms.texi: Remove obsolete file.
 
-2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
**** TRUNCATED ****
-------------- next part --------------
-- 
Geoffrey Keating <geoffk@apple.com> 
(via an automated GCC regression-testing script.)


More information about the Gcc-regression mailing list