2 GCC HEAD regressions, 0 new, with your patch on 2004-12-03T12:13:30Z.

GCC regression checker geoffk@apple.com
Sat Dec 4 08:40:00 GMT 2004


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

The old failures, which were not fixed or introduced by your patch, are:
native g++.sum g++.old-deja/g++.abi/cxa_vec.C
native g++.sum g++.old-deja/g++.brendan/new3.C

The fixed failures are:
native gcc.sum gcc.c-torture/compile/941019-1.c
native gcc.sum gcc.c-torture/execute/20010605-2.c
native gcc.sum gcc.c-torture/execute/builtins/complex-1.c
native gcc.sum gcc.c-torture/execute/complex-6.c
native gcc.sum gcc.dg/builtins-1.c
native gcc.sum gcc.dg/builtins-16.c
native gcc.sum gcc.dg/compat/scalar-by-value-3
native gcc.sum gcc.dg/compat/scalar-return-3
native gcc.sum gcc.dg/compat/struct-by-value-18
native gcc.sum gcc.dg/torture/builtin-attr-1.c

For more information, see http://gcc.gnu.org/regtest/.

-------------- next part --------------
ChangeLog entries since last run on 2004-12-02T15:46:06Z:
--- /Users/regress/tbox/changelog_mail/gcc/ChangeLog	Thu Dec  2 07:47:06 2004
+++ gcc/ChangeLog	Fri Dec  3 04:14:31 2004
@@ -1,3 +1,20 @@
+2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
+
+	* configure.in: Include config/gxx-include-dir.m4.  Use
+	TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
+	* configure: Regenerate.
+
+2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
+
+	* config.if: Delete.
+	* configure.in: Set libstdcxx_incdir directly.
+	* configure: Regenerate.
+
+2004-12-02  Eric Christopher  <echristo@redhat.com>
+
+	* Makefile.tpl (clean-target-libgcc): Make change in correct place.
+	* Makefile.in: Regenerate.
+
 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
 
 	* configure.in: Clear gcc_version_trigger if the file doesn't exist.
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog	Thu Dec  2 07:47:17 2004
+++ gcc/gcc/ChangeLog	Fri Dec  3 04:14:36 2004
@@ -1,3 +1,93 @@
+2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
+
+	* configure.ac: Move TL_AC_GCC_VERSION into initialization section.
+	Set libstdcxx_incdir directly.
+	* configure: Regenerate.
+
+2004-12-03  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* tree-ssa-dom.c (record_equivalences_from_phis): Remove an
+	"if" whose condition is always true.
+
+	* cfgrtl.c (rtl_verify_flow_info_1): Use JUMP_P instead of
+	INSN_P.
+
+2004-12-02  Stan Shebs  <shebs@apple.com>
+
+	* config/rs6000/rs6000.c (rs6000_override_options): Make 64-bit
+	Darwin default to one-byte bools.
+
+2004-12-02  Richard Henderson  <rth@redhat.com>
+
+	PR 18774
+	* simplify-rtx.c (simplify_immed_subreg): Fail complex modes.
+
+2004-12-03  Ben Elliston  <bje@au.ibm.com>
+
+	* doc/cfg.texi (Edges): Update. Document the edge_iterator data
+	type and its methods.
+
+2004-12-02  Richard Henderson  <rth@redhat.com>
+
+	* expr.c (write_complex_part): Use simplify_gen_subreg when the
+	submode is at least as large as a word.
+	(read_complex_part): Likewise.
+
+2004-12-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+	PR bootstrap/18532
+	* mklibgcc.in: Build one set of EXTRA_MULTILIB_PARTS for
+	multilib at a time. Don't build the default set. Don't add
+	EXTRA_MULTILIB_PARTS to shared libunwind nor libgcc. Remove
+	filter for shared libunwind and libgcc.
+
+2004-12-02  Roger Sayle  <roger@eyesopen.com>
+
+	PR target/18759
+	* config/i386/i386.c (override_options): If -fomit-frame-pointer has
+	already been specified, ignore the -momit-leaf-frame-pointer option.
+
+2004-12-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* varasm.c (make_decl_rtl): Add the missing `;'.
+
+2004-12-02  Andrew Pinski  <pinskia@physics.uc.edu>
+
+	* tree.c (is_attribute_p): Split out to ..
+	(is_attribute_with_length_p): Here.  Use IDENTIFIER_LENGTH instead
+	of strlen and compare the string lengths before calling strcmp.
+	(lookup_attribute): Call is_attribute_with_length_p instead of
+	is_attribute_p.
+
+2004-12-02  Devang Patel  <dpatel@apple.com>
+
+	* config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Add -gfull and -gused.
+	* config/rs6000/darwin.h (CC1_SPEC): Do not handle -gfull and -gused.
+	* config/i386/darwin.h (CC1_SPEC): Same.
+	
+2004-12-02  Richard Henderson  <rth@redhat.com>
+
+	* optabs.c (lowpart_subreg_maybe_copy): New.
+	(expand_unop, expand_abs_nojump): Use it.
+
+2004-12-02  J"orn Rennecke <joern.rennecke@st.com>
+
+	* sh.md (extv, extzv): Add pattern predicate.
+
+2004-12-02  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* tree-cfg.c (phi_alternatives_equal): Check that PHI_ARG_DEF
+	is not null.
+
+	* tree-cfg.c (phi_alternatives_equal): Check that PHI_ARG_DEF
+	is not null.
+
+	* tree-cfg.c (thread_jumps): Reduce the size of WORKLIST.
+
+2004-12-02  Jeff Law  <law@redhat.com>
+
+	* tree-eh.c: Revert yesterday's change.
+
 2004-12-02  Andrew Pinski  <pinskia@physics.uc.edu>
 
 	* varasm.c (decode_reg_name): Revert change to check for zero
--- /Users/regress/tbox/changelog_mail/gcc/gcc/cp/ChangeLog	Thu Dec  2 07:47:25 2004
+++ gcc/gcc/cp/ChangeLog	Fri Dec  3 04:14:44 2004
@@ -1,3 +1,16 @@
+2004-12-03  Nathan Sidwell  <nathan@codesourcery.com>
+
+	PR c++/18782
+	* decl.c (grokdeclarator): Make sure class in pointer to member is
+	not a namespace.
+
+2004-12-02  Nathan Sidwell  <nathan@codesourcery.com>
+
+	PR c++/18318
+	* parser.c (cp_parser_new_type_id): Move array size expression
+	checks from here ...
+	* init.c (build_new): ... to here.
+
 2004-12-02  Nathan Sidwell  <nathan@codesourcery.com>
 
 	PR c++/18758
@@ -18,7 +31,8 @@
 
 2004-12-01  Matt Austern  <austern@apple.com>
 
-	* name-lookup.c (namespace_binding): Omit alias check for global namespace.
+	* name-lookup.c (namespace_binding): Omit alias check for global
+	namespace.
 
 2004-12-01  Nathan Sidwell  <nathan@codesourcery.com>
 
--- /Users/regress/tbox/changelog_mail/gcc/gcc/java/ChangeLog	Sun Nov 28 05:47:35 2004
+++ gcc/gcc/java/ChangeLog	Fri Dec  3 04:14:47 2004
@@ -1,3 +1,14 @@
+2004-12-02  Tom Tromey  <tromey@redhat.com>
+
+	PR java/16675:
+	* parse.y (craft_constructor): Special case null_pointer_node.
+
+2004-12-02  Tom Tromey  <tromey@redhat.com>
+
+	PR java/18741:
+	* java-gimplify.c (java_gimplify_expr): Don't call
+	SET_EXPR_LOCATION unless wrapped tree is an expression.
+
 2004-11-27  Per Bothner  <per@bothner.com>
 
 	* jcf-parse.c (set_source_filename):  Improvement to Andrew's fix:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog	Thu Dec  2 07:47:29 2004
+++ gcc/gcc/testsuite/ChangeLog	Fri Dec  3 04:14:49 2004
@@ -1,3 +1,16 @@
+2004-12-03  Nathan Sidwell  <nathan@codesourcery.com>
+
+	PR c++/18782
+	* g++.dg/parse/ptrmem2.C: New.
+
+	PR c++/18318
+	* g++.dg/template/new1.C: New.
+
+2004-12-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
+
+	PR fortran/18710
+	* gfortran.dg/direct_io_3.f90: New test.
+
 2004-12-02  Nathan Sidwell  <nathan@codesourcery.com>
 
 	PR 18758
--- /Users/regress/tbox/changelog_mail/gcc/libjava/ChangeLog	Thu Dec  2 07:47:45 2004
+++ gcc/libjava/ChangeLog	Fri Dec  3 04:15:00 2004
@@ -1,3 +1,21 @@
+2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
+
+	PR libgcj/7305
+	* configure.ac: Use TL_AC_GXX_INCLUDE_DIR.
+	* Makefile.am (install-data-local): Install headers into 
+	$(gxx_include_dir) rather than $(includedir).
+	(AM_MAKEFLAGS): Pass down gxx_include_dir.
+	* gcj/Makefile.am (gcjdir): Set to $(gxx_include_dir)/gcj.
+	* include/Makefile.am (tool_include__HEADERS): Define this...
+	(include_HEADERS): ...instead of this.
+	* configure, aclocal.m4, Makefile.in, gcj/Makefile.in: Regenerate.
+	* include/Makefile.in, testsuite/Makefile.in: Regenerate.
+
+2004-12-02  Tom Tromey  <tromey@redhat.com>
+
+	For PR java/16675:
+	* testsuite/libjava.compile/PR16675.java: New file.
+
 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
 
 	* configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.

ChangeLog entries between 2004-12-02T15:46:06Z and the last time everything
passed, on 2004-10-26T03:57:45Z:
--- /Users/regress/tbox/changelog_pass/gcc/ChangeLog	Sun Oct 24 07:32:28 2004
+++ gcc/ChangeLog	Thu Dec  2 07:47:06 2004
@@ -1,3 +1,138 @@
+2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
+
+	* configure.in: Clear gcc_version_trigger if the file doesn't exist.
+	* configure: Regenerate.
+
+2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
+
+	* configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
+	to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
+	* configure: Regenerate.
+
+2004-12-01  Eric Christopher  <echristo@redhat.com>
+
+	* Makefile.in (clean-target-libgcc): Add stmp-dirs to list
+	of things to remove.
+
+2004-11-29  Matt Kraai  <kraai@ftbfs.org>
+
+	* MAINTAINERS (Write After Approval): Update my e-mail address.
+
+2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
+
+	* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
+	from CVS libtool to always pass_all.
+
+2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+	* configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
+	(hppa*64*-*-*): Delete incorrect comment.
+	* configure: Rebuilt.
+
+2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
+
+	* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
+
+2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
+
+	* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
+	from CVS libtool to always pass_all.
+
+2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
+
+	* install-sh, compile: Import from automake.
+
+2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
+
+	* config.guess, config.sub:  Import from savannnah.
+
+2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
+
+	* MAINTAINERS (Write After Approval): Add myself
+
+2004-11-12  Mike Stump  <mrs@apple.com>
+
+	* Makefile.def: Add html support.
+	* Makefile.tpl: Likewise.
+	* Makefile.in: Regenerate.
+
+2004-11-11  Geoffrey Keating  <geoffk@apple.com>
+
+	PR 18423
+	* configure.in: Remove all instances of build-fixincludes from
+	noconfigdirs.
+	(build_configargs): Supply --target to subdirectories.
+	* configure: Regenerate.
+
+	* Makefile.def: Make gcc install depend on fixincludes install.
+	* Makefile.in: Regenerate.
+
+2004-11-10  Janis Johnson  <janis187@us.ibm.com>
+
+	* MAINTAINERS: Add myself as gcc testsuite maintainer.
+
+2004-11-11  Paul Brook  <paul@codesourcery.com>
+
+	* MAINTAINERS: Add self as arm maintainer.  Update email address.
+
+2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
+
+	* configure.in (noconfigdirs) [mmix-*-*]: Disable
+	target-libgfortran.
+	* configure: Regenerate.
+
+2004-11-07  David Edelsohn  <edelsohn@gnu.org>
+
+	* config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
+	like CC.
+
+2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
+
+	* Makefile.def (host fixincludes): Specify missing targets.
+	* Makefile.in: Regenerate.
+
+2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
+
+	* MAINTAINERS: Add myself
+
+2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
+
+	* MAINTAINERS (Write After Approval): Add myself.
+
+2004-11-04  Geoffrey Keating  <geoffk@apple.com>
+
+	* Makefile.def: Build fixincludes for the host, too.
+	* Makefile.in: Regenerate.
+	* configure.in (host_tools): Add fixincludes.
+	* configure: Regenerate.
+
+2004-11-04  Daniel Jacobowitz  <dan@debian.org>
+
+	* configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
+	* configure: Regenerated.
+
+2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+	PR other/17783
+	* configure.in: Set up LD_LIBRARY_PATH by default for gcc.
+	* configure: Regenerated.
+
+2004-10-31  Mark Mitchell  <mark@codesourcery.com>
+
+	* README.SCO: Update per FSF instructions.
+
+2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
+
+	PR target/18151
+	* configure.in (case ${target}): Do not build fixincludes for avr.
+	* configure: Regenerated.
+
+2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
+
+	* configure.in (case ${target}): Do not build fixincludes
+	on platforms where it is not used.
+	* configure: Regenerated.
+
 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
 
 	* configure.in: Use an absolute path to install-sh.
--- /Users/regress/tbox/changelog_pass/gcc/gcc/ChangeLog	Mon Oct 25 20:58:45 2004
+++ gcc/gcc/ChangeLog	Thu Dec  2 07:47:17 2004
@@ -1,3 +1,5283 @@
+2004-12-02  Andrew Pinski  <pinskia@physics.uc.edu>
+
+	* varasm.c (decode_reg_name): Revert change to check for zero
+	length strings.
+	(make_decl_rtl): Make sure that we call decode_reg_name only
+	when needed.
+
+2004-12-02  Dorit Naishlos  <dorit@il.ibm.com>
+
+	PR tree-opt/18716
+	* tree-vectorizer.c (slpeel_make_loop_iterate_ntimes): Properly set
+	then and else labels.
+
+2004-12-02  Andreas Schwab  <schwab@suse.de>
+
+	* Makefile.in (WERROR_FLAGS): Renamed from WERROR.
+	(STRICT2_WARN): Use $(WERROR_FLAGS) instead of $(WERROR).
+	(STAGE2_FLAGS_TO_PASS): Likewise.
+
+	* config/i386/x-mingw32: Set WERROR_FLAGS instead of WERROR.
+
+2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
+
+	* configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.  Remove
+	now-redundant AC_SUBSTs.
+	* aclocal.m4: Include ../config/gcc-version.m4.
+	* configure: Regenerate.
+
+2004-12-02  Alan Modra  <amodra@bigpond.net.au>
+
+	* config/rs6000/rs6000.c (rs6000_assemble_integer): Put back the
+	#ifdef RELOCATABLE_NEEDS_FIXUP.
+
+2004-12-01  Roger Sayle  <roger@eyesopen.com>
+
+	PR target/9908
+	* config/i386/i386.md (*call_value_1, *sibcall_value_1): Correct
+	Intel assembler syntax by using %A1 instead of %*%1.
+
+2004-12-01  Richard Henderson  <rth@redhat.com>
+
+	* expr.c (expand_assignment): Handle CONCAT both as a final
+	destination and as a middle point.
+
+2004-12-01  Jeff Law  <law@redhat.com>
+
+        * tree-eh.c (save_eptr, save_filt): Now file scoped statics.
+        (honor_protect_cleanup_actions): Only create save_eptr and
+        save_filt if they do not already exist.
+        (lower_eh_constructs): Wipe all knowledge of save_eptr and
+        save_filt before returning.
+
+2004-12-02  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* tree-phinodes.c (remove_phi_arg_num): Fix a comment.
+
+2004-12-02  Alan Modra  <amodra@bigpond.net.au>
+
+	PR target/16952
+	* config/rs6000/rs6000.c (rs6000_assemble_integer): Replace
+	#ifdef RELOCATABLE_NEEDS_FIXUP with if.
+	* config/rs6000/linux.h (RELOCATABLE_NEEDS_FIXUP): Define in terms
+	of target_flags_explicit.
+	* config/rs6000/linux64.h (RELOCATABLE_NEEDS_FIXUP): Ditto for biarch
+	case.  Define as 0 for non-biarch.
+
+2004-12-01  Zack Weinberg  <zack@codesourcery.com>
+
+	* config/rs6000/t-aix43, config/rs6000/t-aix52 (SHLIB_LINK):
+	Change temporary file tag from a prefix to an infix.
+
+2004-12-02  Andreas Schwab  <schwab@suse.de>
+
+	* gcc.c (struct option_map): Add entry for "--pass-exit-codes".
+
+2004-12-01  Andrew Pinski  <pinskia@physics.uc.edu>
+
+	PR tree-opt/18763
+	PR tree-opt/18746
+	* tree-ssa-alias.c (init_alias_info): Get statement operands for all
+	the statements if aliases_computed_p is true.
+
+2004-12-01  Mark Mitchell  <mark@codesourcery.com>
+
+	* Makefile.in (WERROR): New variable.
+	(STRICT2_WARN): Use it.
+	(STAGE2_FLAGS_TO_PASS): Likewise.
+	* config/i386/x-mingw32 (WERROR): Add -Wno-format.
+
+2004-12-01  Richard Henderson  <rth@redhat.com>
+
+	* expr.c (get_inner_reference): Fix thinko in REAL/IMAGPART_EXPR
+	offsetting.
+
+2004-12-01  Diego Novillo  <dnovillo@redhat.com>
+
+	PR tree-optimization/18291
+	* tree-ssa-copy.c (merge_alias_info): Fix merging of
+	flow-sensitive alias information.  If the new pointer has no
+	name tag, copy it from the original pointer.  Otherwise, make
+	sure that the pointed-to sets have a common intersection.
+
+2004-12-01  Richard Henderson  <rth@redhat.com>
+
+	PR rtl-opt/15289
+	* emit-rtl.c (gen_complex_constant_part): Remove.
+	(gen_realpart, gen_imagpart): Remove.
+	* rtl.h (gen_realpart, gen_imagpart): Remove.
+	* expmed.c (extract_bit_field): Remove CONCAT hack catering to
+	gen_realpart/gen_imagpart.
+	* expr.c (write_complex_part, read_complex_part): New.
+	(emit_move_via_alt_mode, emit_move_via_integer, emit_move_resolve_push,
+	emit_move_complex_push, emit_move_complex, emit_move_ccmode,
+	emit_move_multi_word): Split out from ...
+	(emit_move_insn_1): ... here.
+	(expand_expr_real_1) <COMPLEX_EXPR>: Use write_complex_part.
+	<REALPART_EXPR, IMAGPART_EXPR>: Use read_complex_part.
+	* function.c (assign_parm_setup_reg): Hard-code transformations
+	instead of using gen_realpart/gen_imagpart.
+
+	* expr.c (optimize_bitfield_assignment_op): Split out from ...
+	(expand_assignment): ... here.  Use handled_component_p to gate
+	get_inner_reference code.  Simplify MEM handling.  Special case
+	CONCAT destinations.
+
+	* expmed.c (store_bit_field): Use simplify_gen_subreg instead
+	of gen_rtx_SUBREG directly.
+
+2004-12-01  David Edelsohn  <edelsohn@gnu.org>
+	    Nathan Sidwell  <nathan@codesourcery.com>
+
+	PR target/17107
+	* config/rs6000/rs6000.md (sge): Enable for non-TARGET_POWER.
+	(sgt): Same.
+	(sle): Same.
+	(slt): Same.
+
+2004-12-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+	PR middle-end/18667
+	* params.c (set_param_value): Add range check.
+	* params.def: Add min and max values. Reformat long strings.
+	* params.h (struct param_info): Add min and max fields.
+	(enum compiler_param): Adjust DEFPARAM.
+	* toplev.c (lang_independent_params): Likewise.
+
+2004-12-01  Alan Modra  <amodra@bigpond.net.au>
+
+	PR target/12817
+	* config/rs6000/rs6000.c (rs6000_emit_prologue): Use r0 for vrsave.
+
+2004-12-01  Joseph S. Myers  <joseph@codesourcery.com>
+
+	* doc/standards.texi: Update for C99 TC2.
+
+2004-11-30  Jeff Law  <law@redhat.com>
+
+	* sbitmap.c (sbitmap_any_common_bits): New function.
+	* sbitmap.h (sbitmap_any_common_bits): Prototype.
+	* modulo-sched.c (sms_schedule_by_order): Use sbitmap_any_common_bits
+	No longer allocate/free "psp", "pss" sbitmaps.
+	* tree-ssa-alias.c (compute_flow_insensitive_aliasing): Similarly for
+	the "res" sbitmap.
+	(group_aliases): Similarly.
+
+2004-11-30  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* tree-vectorizer.c (vect_analyze_data_refs): Reformat and avoid
+	uninitialized variable.
+
+2004-11-30  Eric Christopher  <echristo@redhat.com>
+
+	* fold-const.c (fold_widened_comparison): Make sure that we're
+	passing an INTEGER_TYPE to int_fits_type_p.
+	(fold): Clean up comment.
+
+2004-11-30  Zack Weinberg  <zack@codesourcery.com>
+
+	* mklibgcc.in: Correct calculation of libgcc_s_soname and
+	libunwind_soname.  Use $out, not $outS, in commands for
+	no-shared-library case.  Move EXTRA_MULTILIB_PARTS rules above
+	library build rules, make $libunwind_so and $libgcc_s_so
+	depend on them in the normal fashion, and filter those objects
+	out of @shlib_objs@.
+
+2004-11-30  Janis Johnson  <janis187@us.ibm.com>
+
+	* config/rs6000/altivec.h (vec_step_help): Support const vector types.
+
+2004-11-30  Andrew Pinski  <pinskia@physics.uc.edu>
+
+	PR tree-opt/18298
+	* tree-optimize.c (init_tree_optimization_passes): Add a may_alias
+	pass right after fold builtins.
+
+2004-11-30  Andreas Krebbel  <krebbel1@de.ibm.com>
+
+	* config/s390/s390-modes.def: Added cc modes documentation.
+	* config/s390/s390.c: (s390_tm_ccmode, s390_select_ccmode,
+	s390_expand_addcc): Added cc mode comments.
+	* config/s390/s390.md: Removed old cc mode documentation.
+
+2004-11-30  Mark Dettinger  <dettinge@de.ibm.com>
+
+	* config/s390/s390.c (struct processor_costs): New data type.
+	(s390_cost, z900_cost, z990_cost): New global variables.
+	(override_options): Initialize s390_cost.
+	(s390_rtx_costs): Reimplement.
+
+2004-11-29  Daniel Berlin  <dberlin@dberlin.org>
+
+	Fix PR tree-optimization/18673
+
+	* tree-ssa-pre.c: Remove splay-tree.h include.
+	(bitmap_value_replace_in_set): Fix to add if it does not exist.
+	(find_or_generate_expression): Remove now-wrong condition.
+	(create_expression_by_pieces): Fix condition and comment reason
+	for it.
+	(insert_aux): Fix condition and comment reasons for it.
+	Factor insertion code from here.
+	(insert_into_preds_of_block): To here.  Fix conditions in factored
+	function and comment reasons for them.
+
+2004-11-30  Ira Rosen  <irar@il.ibm.com>
+
+	PR tree-opt/18607
+	* tree-vectorizer.c (vect_analyze_data_refs): Use temporary
+	variable for data_reference when looking for memtag.
+
+2004-11-30  Jakub Jelinek  <jakub@redhat.com>
+
+	* c-opts.c (check_deps_environment_vars): If spec != NULL, set
+	deps_seen.
+
+2004-11-30  Dorit Naishlos  <dorit@il.ibm.com>
+
+	* tree-vectorizer.c (vect_gen_niters_for_prolog_loop): Use
+	tree_low_cst instead of TREE_INT_CST_LOW.
+
+2004-11-30  Dorit Naishlos  <dorit@il.ibm.com>
+
+	PR target/18173
+	* tree-vectorizer.c (vect_can_force_dr_alignment_p): Return false for
+	decls that are assembled before vectorization takes place.
+	(vect_compute_data_ref_alignment): Set DECL_USER_ALIGN to 1.
+
+2004-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
+
+	* passes.c (rest_of_handle_old_regalloc): Delete unreachable blocks
+	if local_alloc modified jumps.
+
+2004-11-30  Alan Modra  <amodra@bigpond.net.au>
+
+	* varasm.c (default_encode_section_info): Don't set SYMBOL_FLAG_SMALL
+	on TLS symbols.
+	* config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Remove TLS
+	check.
+
+2004-11-30  Zack Weinberg  <zack@codesourcery.com>
+
+	* gthr-gnat.c, gthr-gnat.h, gthr.h, libgcc2.h, unwind-dw2-fde.h
+	* unwind.h: Surround all visibility pragmas with #ifndef HIDE_EXPORTS.
+
+	* mklibgcc.in: Drastic restructure for comprehensibility.
+	Remove the old hidden-directive hack.
+	Eliminate support for .txt files in LIB2ADD etc (never used).
+	Eliminate support for assembly source files in LIB2ADDEH* and
+	LIBUNWIND (also never used).
+	Build up dependency lists for libraries incrementally.
+	If we have SHLIB_LINK, compile each file twice, once for the
+	static and once for the shared library; also probe for
+	-fvisibility=hidden in the generated libgcc.mk.  If found,
+	pass that and -DHIDE_EXPORTS to the compilation of every C
+	source file going into the static library.  If found, generate
+	hidden-directive lists for every assembly source file going
+	into the static library, but incorporate them with -include
+	instead of ld -r.
+	Write comments into generated libgcc.mk to facilitate debugging.
+	* Makefile.in: Pass ASM_HIDDEN_OP to mklibgcc.
+	* config/t-slibgcc-darwin: Define ASM_HIDDEN_OP.
+
+	* config/darwin.h (REAL_LIBGCC_SPEC): Put -lgcc back in
+	-Zdynamiclib case.
+
+2004-11-29  Richard Henderson  <rth@redhat.com>
+
+	* expr.c (get_inner_reference): Handle REAL/IMAGPART_EXPR.
+	(handled_component_p): Likewise.
+	* alias.c (can_address_p): Reformat and simplify.  Handle
+	REAL/IMAGPART_EXPR.  Do not disable addressability based on
+	alias set zero.
+	* fold-const.c (build_fold_addr_expr_with_type): Remove duplicate
+	check for REAL/IMAGPART_EXPR.
+	* gimplify.c (gimplify_compound_lval): Likewise.
+	* tree-cfg.c (verify_expr): Likewise.
+	* tree-gimple.c (is_gimple_addressable, get_base_address): Likewise.
+	* tree-nested.c (build_addr, convert_nonlocal_reference): Likewise.
+	(convert_local_reference): Likewise.
+	* tree-ssa-loop-ivopts.c (prepare_decl_rtl): Likewise.
+
+2004-11-30  Alan Modra  <amodra@bigpond.net.au>
+
+	* expr.c (emit_group_load_1): Don't die on const_int orig_src.
+
+2004-11-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+	PR pch/14940
+	* config/pa/pa-host.c, config/pa/x-hpux, config/pa/x-linux: New files.
+	* config.host (hppa*-*-hpux*, hppa*-*-linux): Define out_host_hook_obj
+	and host_xmake_file using new host configuration files.
+
+2004-11-29  Roger Sayle  <roger@eyesopen.com>
+
+	* reg-stack.c (change_stack): Improve algorithm used to pop regs
+	off the stack to maximize ffreep usage and reduce fxch count.
+
+2004-11-30  James A. Morrison  <phython@gcc.gnu.org>
+
+	PR middle-end/18596
+	* c-decl.c (grokdeclarator): Reset DECL_INTIAL to error_mark_node
+	on errors.
+
+2004-11-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+	* expr.c (expand_expr_real_1, case NOP_EXPR): Properly handle
+	REDUCE_BIT_FIELD by applying it to result, not input, of conversion.
+
+2004-11-30  Ben Elliston  <bje@au.ibm.com>
+
+	* Makefile.in (REGS_H): Depend on $(BASIC_BLOCK_H).
+
+2004-11-29  Andrew Pinski  <pinskia@physics.uc.edu>
+
+	PR c/18479
+	* c-common.c (handle_visibility_attribute): When the type decl
+	is really a identifier node, warn about being ignored and return.
+
+2004-11-29  Richard Henderson  <rth@redhat.com>
+
+	* tree-cfg.c (tree_node_can_be_shared): Fix typo'd error_mark_node.
+
+2004-11-29  Steven Bosscher  <stevenb@suse.de>
+
+	* cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge):
+	Remove CASE_DROPS_THROUGH checks, it is never defined.
+	* cfglyout.c (fixup_reorder_chain): Likewise.
+	* cfgrtl.c (rtl_verify_flow_info): Likewise.
+	* stmt.c (expand_case): Likewise.
+	* cfgbuild.c (make_edges): Likewise.  Also remove force_fallthru,
+	it is now always 0.
+	* system.h (CASE_DROPS_THROUGH): Poison.
+	* doc/md.texi (casesi): Remove documentation of CASE_DROPS_THROUGH.
+	* doc/tm.texi (casesi): Remove documentation of CASE_DROPS_THROUGH.
+
+	* config/v850/v850.h: Remove commented out CASE_DROPS_THROUGH.
+
+2004-11-29  Andrew Pinski  <pinskia@physics.uc.edu>
+
+	PR middle-end/18725
+	* tree-cfg.c (tree_node_can_be_shared): Error_mark_node can be
+	shared always.
+
+2004-11-29  Diego Novillo  <dnovillo@redhat.com>
+
+	PR tree-optimization/18712
+	* tree-into-ssa.c (insert_phi_nodes_for): Pass argument
+	WORK_STACK by reference.
+	Call VEC_safe_push instead of VEC_quick_push.
+	Update all users.
+
+2004-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
+
+	PR c/7544
+	* Makefile.in (c-lang.o): Update dependencies.
+	* c-lang.c: Include "c-pragma.h".
+	(finish_file): Call maybe_apply_pending_pragma_weaks.
+	* c-pragma.c (maybe_apply_pending_pragma_weaks): New function.
+	* c-pragma.h (maybe_apply_pending_pragma_weaks): New prototype.
+
+2004-11-29  Richard Henderson  <rth@redhat.com>
+
+	PR target/17224
+	* config/ia64/predicates.md (sdata_symbolic_operand): Deny offsets
+	outside the referenced object.
+
+2004-11-29  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* tree-if-conv.c (replace_phi_with_cond_modify_expr): Use
+	EDGE_PRED instead of PHI_ARG_EDGE.
+	* tree-ssa-live.c: Likewise.
+	* tree-ssa-loop-manip.c: Likewise.
+	* tree-ssa.c: Likewise.
+
+	* cfgrtl.c (cfg_layout_redirect_edge_and_branch): Speed up by
+	simplifying edge manipulation.
+
+	* cfgrtl.c (rtl_tidy_fallthru_edge): Speed up by using
+	EDGE_COUNT.
+
+	* tree-cfg.c (tree_redirect_edge_and_branch): Call find_edge
+	only when needed.
+
+	* cfg.c (flow_obstack): Remove.
+	(flow_firstobj): Likewise.
+	(init_flow): Remove all uses of flow_obstack.
+
+2004-11-29  Alan Modra  <amodra@bigpond.net.au>
+
+	* varasm.c (default_elf_select_section_1): Only pass DECL_P decl
+	to named_section.
+
+2004-11-29  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* opts.c (decode_options): Do not set max-inline-insns-rtl.
+	(common_handle_option): Likewise.
+	* params.def (PARAM_MAX_INLINE_INSNS_RTL): Remove.
+	* params.h (MAX_INLINE_INSNS_RTL): Remove.
+	* doc/invoke.texi (max-inline-insns-rtl): Remove.
+
+2004-11-29  Alan Modra  <amodra@bigpond.net.au>
+
+	PR target/9571
+	* varasm.c (default_elf_select_section_1): Pass decl to named_section.
+
+2004-11-28  Andrew Pinski  <pinskia@physics.uc.edu>
+
+	PR middle-end/18164
+	* gimplify.c (gimplify_asm_expr): If the length of an output operand
+	is zero, do not process it, just let it go through.
+
+2004-11-28  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+	    Diego Novillo  <dnovillo@redhat.com>
+
+	PR/18662, also backported from tree-cleanup-branch.
+	* tree-ssa-ccp.c (substitute_and_fold): If replaced anything,
+	always call maybe_clean_eh_stmt and modify_stmt.
+
+2004-11-28  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+	PR/18664
+	* tree-ssa-operands.c (build_ssa_operands, case MODIFY_EXPR):
+	Ignore a VIEW_CONVERT_EXPR on LHS when deciding if must or may def.
+	* tree-ssa-ccp.c (visit_assignment): If LHS is a VIEW_CONVERT_EXPR,
+	add an inverse VIEW_CONVERT_EXPR to const_val.
+
+	PR/18657
+	* tree-nested.c (check_for_nested_with_variably_modified): New.
+	(create_nesting_tree): Call it.
+
+	* tree-ssa-alias.c (compute_points_to_and_addr_escapes): Remove
+	special code for assigning to non-pointer.
+	(is_escape_site): If RHS is a conversion between pointer and integer
+	types,	this is an escape site.
+
+	* gcse.c (insert_store): Error if try to insert store on abnormal edge.
+	(store_motion): Don't move store if any edge we'd want to move it
+	to is abnormal.
+
+	* expr.c (expand_expr_real_1, case ARRAY_REF): Properly fold with
+	non-zero lower bound.
+
+	* expr.c (categorize_ctor_elements_1, case STRING_CST): New case.
+
+2004-11-28  Matt Kraai  <kraai@alumni.cmu.edu>
+
+	PR diagnostic/17594
+	* opts.c (find_opt): Require that the input match a switch exactly
+	or that the switch take a joined option to be interpreted as a
+	match for another language.
+
+2004-11-28  Andrew Pinski  <pinskia@physics.uc.edu>
+
+	* timevar.def (TV_TREE_REDPHI): New timevar.
+	* tree-ssa.c (pass_redundant_phi): Use TV_TREE_REDPHI for the tv id.
+
+2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	PR preprocessor/17651
+	* c-opts.c (sanitize_cpp_opts): Make flag_no_output imply
+	flag_no_line_commands.
+	* c-ppoutput.c (pp_file_change): Remove now-redundant check of
+	flag_no_output.
+
+2004-11-28  Theodore A. Roth  <troth@openavr.org>
+
+	* config/avr/avr.c (avr_handle_fndecl_attribute): Generate a
+	warning if the function name does not begin with "__vector" and the
+	function has either the 'signal' or 'interrupt' attribute.
+
+2004-11-28  Theodore A. Roth  <troth@openavr.org>
+
+	* config/avr/avr.c (avr_mcu_types): Add entries for atmega48,
+	atmega88, atmega168, attiny13, attiny2313, at90can128, atmega165,
+	atmega325, atmega3250, atmega645 and atmega6450.
+	* config/avr/avr.h (LINK_SPEC): Ditto.
+	(LIB_SPEC): Ditto.
+	(LIBGCC_SPEC): Ditto.
+	(CRT_BINUTILS_SPECS): Ditto.
+	* config/avr/t-avr (MULTILIB_MATCHES): Ditto.
+
+2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	PR preprocessor/17610
+	* testsuite/gcc.dg/cpp/empty-include.c: New testcase.
+
+2004-11-28  Jeff Law  <law@redhat.com>
+
+	* tree-ssa-alias.c (count_calls_and_maybe_create_global_var): New.
+	(pass_maybe_create_global_var): New.
+	* tree-pass.h (pass_maybe_create_global_var): Declare.
+	* tree-optimize.c (init_tree_optimization_passes): Link in
+	pass_maybe_create_global_var.
+
+2004-11-28  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+	* tree-inline.c (inline_forbidden_p_1, case RECORD_TYPE): Add comment.
+
+2004-11-28  Ulrich Weigand  <uweigand@de.ibm.com>
+
+	PR rtl-optimization/18420
+	* simplify-rtx.c (simplify_gen_subreg): Revert 2004-10-28 change.
+
+2004-11-28  Steven Bosscher  <stevenb@suse.de>
+	    John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+	* config/vax/vax.h (CASE_DROPS_THROUGH): Don't define.
+	* config/vax/vax.md (casesi): Emit a test-and-branch to make sure
+	that the case is in range, to make sure the casesi insn is always
+	in range and never falls through.
+	(casesi1): Add comment to explain why casesi never falls through.
+	Remove the unnamed special case casesi pattern.
+
+2004-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
+
+	PR target/18331
+	* config/mmix/mmix.md ("*movdicc_real_reversible"): Rename from
+	"*movdicc_real".  Only match reversible comparisons.
+	("*movdicc_real_nonreversible"): New pattern, split from
+	"*movdicc_real".  Match only nonreversible comparisons.  Exclude
+	reversed alternatives.
+	("*movdfcc_real_reversible", "*movdfcc_real_nonreversible"):
+	Similar.
+
+2004-11-27  Richard Henderson  <rth@redhat.com>
+
+	* config/ia64/ia64.md: Move all define_predicate's ...
+	* config/ia64/predicates.md: ... here.  New file.
+
+2004-11-27  Per Bothner  <per@bothner.com>
+
+	PR bootstrap/18142
+	Re-applied following, with two modifications: add a URL for the
+	fixed cctools; only exit if $build = $target.
+
+	2004-10-18  Kelley Cook  <kcook@gcc.gnu.org>
+	* configure.ac (powerpc-*-darwin*): Require assembler to support
+	.machine directive.
+	* configure: Regenerate.
+
+2004-11-28  David Edelsohn  <edelsohn@gnu.org>
+
+	PR target/16800
+	* config/rs6000/rs6000.c (rs6000_rtx_costs): Improve accuracy of
+	EQ, GTU, and LTU costs.  Add costs for GT, LT, and UNORDERED.
+	Distinguish between SImode and DImode CONST_INT.
+
+2004-11-28  Andreas Fischer <a_fisch@gmx.de>
+	    Alan Modra  <amodra@bigpond.net.au>
+
+	PR target/16343
+	* config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Disallow
+	functions, strings and thread-local vars.
+
+2004-11-28  Alan Modra  <amodra@bigpond.net.au>
+
+	* config/rs6000/rs6000.h (WORLD_SAVE_P): Define.
+	* config/rs6000/darwin.h (WORLD_SAVE_P): Define.
+	* config/rs6000/rs6000.c (compute_save_world_info): Use WORLD_SAVE_P
+	to allow non-darwin ABIs to optimize away code.
+	(rs6000_emit_prologue, rs6000_emit_epilogue): Likewise.
+
+2004-11-27  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* tree.c (operand_equal_for_phi_arg_p): New.
+	* tree.h: Add a prototype for operand_equal_for_phi_arg_p.
+	* tree-cfg.c, tree-ssa-dom.c, tree-ssa-phiopt.c, tree-ssa.c:
+	Replace operand_equal_p with operand_for_phi_arg_p
+	appropriately.
+
+	* bb-reorder.c (find_traces_1_round): Speed up by using
+	EDGE_COUNT instead of FOR_EACH_EDGE.
+
+	* fold-const.c, config/i386/linux64.h: Fix comment typos.
+
+2004-11-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+	PR pch/14940
+	* config/host-linux.c (TRY_EMPTY_VM_SPACE): Revert 2004-11-22 change.
+
+2004-11-27  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* config/i386/linux.h: Fix a comment typo.
+	* doc/extend.texi: Fix a typo.
+
+2004-11-27  Jeff Law  <law@redhat.com>
+
+	* tree-cfg.c (cleanup_tree_cfg): Also return true if blocks
+	are merged.
+
+2004-11-27  Jakub Jelinek  <jakub@redhat.com>
+
+	* config/i386/linux64.h (REG_NAME): Define.
+
+2004-11-27  Jakub Jelinek  <jakub@redhat.com>
+
+	* fold-const.c (extract_muldiv_1) <case ABS_EXPR>: If ctype is
+	unsigned and type signed, build ABS_EXPR with signed_type (ctype)
+	and only afterwards convert to ctype.
+
+2004-11-27  Richard Sandiford  <rsandifo@redhat.com>
+
+	* config/mips/mips-protos.h (function_arg_boundary): Declare.
+	* config/mips/mips.h (PARM_BOUNDARY): Simplify definition.
+	(STACK_BOUNDARY, MIPS_STACK_ALIGN): Likewise.
+	(FUNCTION_ARG_BOUNDARY): Use new function_arg_boundary function.
+	* config/mips/mips.c (function_arg_boundary): New function.
+	Impose a maximum alignment of STACK_BOUNDARY.
+
+2004-11-27  Jakub Jelinek  <jakub@redhat.com>
+
+	PR rtl-optimization/17825
+	* combine.c (subst): Ignore STRICT_LOW_PART no matter if REG_P (new)
+	or not.
+
+2004-11-27  Alan Modra  <amodra@bigpond.net.au>
+
+	PR target/12769
+	* config/rs6000/rs6000.c (init_cumulative_args): Set call_cookie
+	from rs6000_default_long_calls for libcalls.
+
+2004-11-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+	* expmed.c (extract_bit_field): When extracting from non-integer mode,
+	force a SUBREG into a register because we may be taking a further
**** TRUNCATED ****
-------------- next part --------------
-- 
Geoffrey Keating <geoffk@apple.com> 
(via an automated GCC regression-testing script.)


More information about the Gcc-regression mailing list