diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 60d97d1..40c57d1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2011-11-11 Jakub Jelinek <jakub@redhat.com> + PR tree-optimization/51091 + * tree-stdarg.c (execute_optimize_stdarg): Ignore TREE_CLOBBER_P + rhs also in the va_list_simple_ptr case. + PR tree-optimization/51058 * tree-vect-slp.c (vect_remove_slp_scalar_calls): New function. (vect_schedule_slp): Call it. |