OSDN Git Service

2010-03-15 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 4d9c1c1..bd07364 100644 (file)
@@ -1,3 +1,19 @@
+2010-03-15  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/43317
+       * ipa-struct-reorg.c (create_new_general_access): Update stmt.
+
+2010-03-15  Martin Jambor  <mjambor@suse.cz>
+
+       PR tree-optimization/43141
+       * tree-sra.c (create_abstract_origin): New function.
+       (modify_function): Call create_abstract_origin.
+
+2010-03-15  Chris Demetriou  <cgd@google.com>
+
+       * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
+       wasn't copied.
+
 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
 
        PR middle-end/43354
 
 2010-03-11  David S. Miller  <davem@davemloft.net>
 
-       * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple of four.
+       * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
+       of four.
        * configure: Rebuild.
 
 2010-03-11  Martin Jambor  <mjambor@suse.cz>
 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        PR tree-optimization/43280
-       * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number generation.
-       Move calculation of size out of the if branch.
+       * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
+       generation.  Move calculation of size out of the if branch.
        (find_bswap): Modify compare number generation.
 
 2010-03-11  Richard Guenther  <rguenther@suse.de>
        * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
        handle conversions from pointer to integers.
        (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
-       induction variable, to be able to work with code generated by
-       CLooG.
+       induction variable, to be able to work with code generated by CLooG.
        * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
        (build_poly_scop): Bail out if we cannot codegen a loop.
 
 
        * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
        Call fold_convert on all the returned values.
-       (expand_scalar_variables_expr): Pass to expand_scalar_variables_ssa_name
-       the type of the resulting expression.
+       (expand_scalar_variables_expr): Pass to
+       expand_scalar_variables_ssa_name the type of the resulting expression.
 
 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
 
        * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
-       ppl_min_for_le_pointset.  Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
+       ppl_min_for_le_pointset.
+       Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
        * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
 
 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
        check_changed_vars_3 on each changed var.
        (emit_notes_for_differences_1): Clear cur_loc_changed and
        in_changed_variables.  Recompute cur_loc of new_var.
-       (emit_notes_for_differences_2): Clear cur_loc if new variable
-       appears.
+       (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
        (vt_emit_notes): Initialize and destroy emitted_notes.
 
 2010-03-07  Bernd Schmidt  <bernd.schmidt@analog.com>