aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@gcc.gnu.org>2006-01-26 09:51:25 -0800
committerAndrew Pinski <pinskia@gcc.gnu.org>2006-01-26 09:51:25 -0800
commit9cee8116904615365b56ebb8670cc7a6479595c4 (patch)
tree3953e7cbad2ecd7fbdf696db8682676529256f1f /gcc
parent7cc92f92ce6c9da6d65817e52da0991e36c1dacb (diff)
downloadgcc-9cee8116904615365b56ebb8670cc7a6479595c4.zip
gcc-9cee8116904615365b56ebb8670cc7a6479595c4.tar.gz
gcc-9cee8116904615365b56ebb8670cc7a6479595c4.tar.bz2
re PR tree-optimization/21470 (-fargument-noalias-global has no effect for the vectorizer)
2006-01-26 Richard Guenther <rguenther@suse.de> Andrew Pinski <pinskia@physics.uc.edu> 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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9407bcd..ed19913 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,6 +1,8 @@
2006-01-26 Richard Guenther <rguenther@suse.de>
Andrew Pinski <pinskia@physics.uc.edu>
+ 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.