OSDN Git Service

PR tree-optimization/50569
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index d02c8df..0d1dea3 100644 (file)
@@ -1,3 +1,19 @@
+2011-12-12  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR tree-optimization/50569
+       * tree-sra.c (build_ref_for_model): Replicate a chain of COMPONENT_REFs
+       in the expression of MODEL instead of just the last one.
+
+2011-12-12  Dmitry Vyukov  <dvyukov@google.com>
+
+       * cgraphunit.c (init_lowered_empty_function): Fix flags for new edges.
+
+2011-12-12  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/51510
+       * calls.c (internal_arg_pointer_based_exp_scan): Don't use
+       VEC_safe_grow_cleared if idx is smaller than VEC_length.
+
 2011-12-12  Richard Sandiford  <richard.sandiford@linaro.org>
 
        PR middle-end/50873