re PR tree-optimization/21470 (-fargument-noalias-global has no effect for the vector...
authorAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 26 Jan 2006 17:51:25 +0000 (09:51 -0800)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 26 Jan 2006 17:51:25 +0000 (09:51 -0800)
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

gcc/ChangeLog

index 9407bcd7ae210a9c8394c5877f5fca103149f119..ed19913d0d020c2a9f151d0546ef4525b408b925 100644 (file)
@@ -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.