alias-1.c: New test.
authorAndrew Pinski <pinskia@physics.uc.edu>
Mon, 11 Apr 2005 18:25:08 +0000 (18:25 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 11 Apr 2005 18:25:08 +0000 (11:25 -0700)
commitd3010d7286ad5f894ef662ea189c201f2a724290
tree2fb8bffafb98984edbf0a9a76142caf122f481d7
parent78a7dc9032e96f6a507d96bc7f3999ff3c9b4c42
alias-1.c: New test.

2005-04-11  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc.dg/tree-ssa/alias-1.c: New test.
2005-04-11  Andrew Pinski  <pinskia@physics.uc.edu>

        * tree-ssa-alias.c (may_alias_p): If the variable
        is a global variable and the pointer is parameter
        and -fargument-noalias-global is used, then
        the pointer cannot alias the variable.

From-SVN: r97978
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/alias-1.c [new file with mode: 0644]
gcc/tree-ssa-alias.c