1. 11 Mar, 2008 4 commits
    • re PR c/35526 (ICE on memcpy) · ab669042
      	PR middle-end/35526
      	* expr.c (store_expr): Call emit_block_move if the mode
      	of "temp" RTX is BLKmode.
      
      testsuite/ChangeLog:
      
      	PR middle-end/35526
      	* g++.dg/torture/pr35526.C: New test.
      
      From-SVN: r133106
      Uros Bizjak committed
    • re PR libfortran/32812 (random_seed and date_and_time) · 2d3ca8b7
      	PR libfortran/32812
      	* intrinsics/random.c (scramble_seed, unscramble_seed): New
      	functions.
      	(random_seed_i4): Scramble the seed the user gives us before
      	storing it, and unscramble it when we return it back later.
      
      From-SVN: r133104
      Francois-Xavier Coudert committed
    • re PR tree-optimization/31358 (IV-OPTs produces a weird MEM_REF) · 1ffe34d9
      2008-03-11  Andrew Pinski  <andrew_pinski@playstation.sony.com>
      	Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/31358
      	* tree-ssa-loop-manip.c (create_iv): Call force_gimple_operand for
      	the step with a NULL_TREE.
      	* tree-ssa-loop-ivopts.c (find_bivs): Convert the step
      	to sizetype if type is a pointer type.
      	(add_candidate_1): Don't convert the base and step to
      	the generic type if the orginal type is a pointer type.
      	(add_iv_value_candidates): Use sizetype for the step
      	if type is a pointer type.
      	(cand_value_at): Likewise.
      	* tree-ssa-address.c (add_to_parts): Use POINTER_PLUS_EXPR
      	for pointer types.
      	* tree-affine.c (tree_to_aff_combination <POINTER_PLUS_EXPR>):
      	Don't convert the tem affine to the type.
      	(add_elt_to_tree): Use sizetype for the step if a pointer.
      	Use POINTER_PLUS_EXPR for pointers.
      	(aff_combination_to_tree): Use sizetype for the step if a
      	pointer.
      
      Co-Authored-By: Richard Guenther <rguenther@suse.de>
      
      From-SVN: r133102
      Andrew Pinski committed
    • Daily bump. · 7f2ad78b
      From-SVN: r133100
      GCC Administrator committed
  2. 10 Mar, 2008 17 commits
  3. 09 Mar, 2008 8 commits
  4. 08 Mar, 2008 11 commits