re PR tree-optimization/51091 (FAIL: gcc.dg/tree-ssa/stdarg-2.c scan-tree-dump stdarg)
[gcc.git] / gcc / ChangeLog
index 60d97d15c8f97b2592bf84763388e19346ae8dc2..40c57d161cb5eea4fce5fdb272cb956c06f1fd2c 100644 (file)
@@ -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.