From: Andrew Pinski Date: Thu, 26 Jan 2006 17:51:25 +0000 (-0800) Subject: re PR tree-optimization/21470 (-fargument-noalias-global has no effect for the vector... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9cee8116904615365b56ebb8670cc7a6479595c4;p=gcc.git re PR tree-optimization/21470 (-fargument-noalias-global has no effect for the vectorizer) 2006-01-26 Richard Guenther Andrew Pinski PR tree-opt/21470 partial PR tree-opt/17064 * tree-ssa-structalias.c (intra_create_variable_infos): Create heap variables for incoming parameters if flag_argument_noalias > 1. (find_what_p_points_to): Look through default defs of parameter decls. From-SVN: r110263 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9407bcd7ae2..ed19913d0d0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,8 @@ 2006-01-26 Richard Guenther Andrew Pinski + PR tree-opt/21470 + partial PR tree-opt/17064 * tree-ssa-structalias.c (intra_create_variable_infos): Create heap variables for incoming parameters if flag_argument_noalias > 1.