1. 14 Aug, 2009 19 commits
  2. 13 Aug, 2009 9 commits
    • sh.c (sh_override_options): When flag_exceptions or flag_unwind_tables is on... · 91d1d521
      	* config/sh/sh.c (sh_override_options): When flag_exceptions or
      	flag_unwind_tables is on, turn flag_reorder_blocks_and_partition
      	off.
      
      From-SVN: r150727
      Kaz Kojima committed
    • 2009-08-13 Ghassan Shobaki <ghassan.shobaki@amd.com> · 2c6dd136
      	* tree-ssa-loop-prefetch.c 
      	(prune_ref_by_group_reuse): Enhance probabilistic analysis 
      	for long-stride pruning.
      	(compute_miss_rate): New function to compute the probability
      	that two memory references access different cache lines.
      
      From-SVN: r150726
      Ghassan Shobaki committed
    • re PR fortran/40941 (gfc_typespec: put derived and cl into union) · bc21d315
      2009-08-13  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/40941
      	* gfortran.h (gfc_typespec): Put 'derived' and 'cl' into union.
      	* decl.c (build_struct): Make sure 'cl' is only used
      	if type is BT_CHARACTER.
      	* symbol.c (gfc_set_default_type): Ditto.
      	* resolve.c (resolve_symbol, resolve_fl_derived): Ditto.
      	(resolve_equivalence,resolve_equivalence_derived): Make sure 'derived'
      	is only used if type is BT_DERIVED.
      	* trans-io.c (transfer_expr): Make sure 'derived' is only used if type
      	is BT_DERIVED or BT_INTEGER (special case: C_PTR/C_FUNPTR).
      	* array.c: Mechanical replacements to accomodate union in gfc_typespec.
      	* check.c: Ditto.
      	* data.c: Ditto.
      	* decl.c: Ditto.
      	* dump-parse-tree.c: Ditto.
      	* expr.c: Ditto.
      	* interface.c: Ditto.
      	* iresolve.c: Ditto.
      	* match.c: Ditto.
      	* misc.c: Ditto.
      	* module.c: Ditto.
      	* openmp.c: Ditto.
      	* parse.c: Ditto.
      	* primary.c: Ditto.
      	* resolve.c: Ditto.
      	* simplify.c: Ditto.
      	* symbol.c: Ditto.
      	* target-memory.c: Ditto.
      	* trans-array.c: Ditto.
      	* trans-common.c: Ditto.
      	* trans-const.c: Ditto.
      	* trans-decl.c: Ditto.
      	* trans-expr.c: Ditto.
      	* trans-intrinsic.c: Ditto.
      	* trans-io.c: Ditto.
      	* trans-stmt.c: Ditto.
      	* trans-types.c: Ditto.
      
      From-SVN: r150725
      Janus Weil committed
    • ChangeLog: Fix whitespace. · f100a4a8
      	* ChangeLog: Fix whitespace.
      	* testsuite/ChangeLog: Ditto.
      
      From-SVN: r150724
      Uros Bizjak committed
    • re PR c/41046 (decNumber leaves printf call in libgcc) · 0ca73d34
      	PR c/41046
      	* decContext.c (decContextTestEndian): Call printf only if DECCHECK.
      	* decCommon.c ( decFloatShow): Define function only for DECCHECK
      	or DECTRACE.
      
      From-SVN: r150720
      Janis Johnson committed
    • cygwin.h (LINK_SPEC): Add --enable-auto-image-base. · 241547bb
      	* gcc/config/i386/cygwin.h (LINK_SPEC): Add --enable-auto-image-base.
      
      From-SVN: r150717
      Dave Korn committed
    • re PR fortran/40995 (Spurious "Type specified for intrinsic function...ignored" message) · f6038131
      2009-08-13  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/40995
      	* resolve.c (resolve_symbol): Move some checking code to
      	resolve_intrinsic, and call this from here.
      	(resolve_intrinsic): Some checking code moved here from resolve_symbol.
      	Make sure each intrinsic is only resolved once.
      
      2009-08-13  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/40995
      	* gfortran.dg/intrinsic_4.f90: New.
      	* gfortran.dg/intrinsic_subroutine.f90: An error message moved to a
      	different line.
      
      From-SVN: r150716
      Janus Weil committed
    • re PR middle-end/41047 (gcc.target/mips/memcpy-1.c failing) · e5fdcd8c
      2009-08-13  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/41047
      	* tree-ssa-ccp.c (ccp_fold): When folding pointer additions
      	use the constant pointer type.
      	* gimplify.c (canonicalize_addr_expr): Canonicalize independent
      	of CV qualifiers on the target pointer type.
      	* tree-ssa.c (useless_type_conversion_p): Move incomplete pointer
      	conversion check before restrict check.
      
      	* gcc.dg/tree-ssa/ssa-ccp-27.c: New testcase.
      
      From-SVN: r150715
      Richard Guenther committed
    • Daily bump. · 61a28f21
      From-SVN: r150712
      GCC Administrator committed
  3. 12 Aug, 2009 12 commits