tree-ssa-structalias.c (create_variable_info_for): Do not create fields for heap...
authorRichard Guenther <rguenther@suse.de>
Fri, 29 Aug 2008 11:47:01 +0000 (11:47 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 29 Aug 2008 11:47:01 +0000 (11:47 +0000)
commit13c6bff447cc89b20e6e139b96dfd866fede5644
tree7cc708e9b0ec5ee73df0c88b03384f4147930e04
parentdce2b2f6cb34a4f53ff5bedac672b3a113552b54
tree-ssa-structalias.c (create_variable_info_for): Do not create fields for heap vars or vars with a noalias state.

2008-08-29  Richard Guenther  <rguenther@suse.de>

* tree-ssa-structalias.c (create_variable_info_for): Do not
create fields for heap vars or vars with a noalias state.
For NO_ALIAS_ANYTHING variables add a self-constraint, not one
from ESCAPED.

        * gfortran.fortran-torture/compile/20080806-1.f90: New testcase.

From-SVN: r139765
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.fortran-torture/compile/20080806-1.f90 [new file with mode: 0644]
gcc/tree-ssa-structalias.c