gcc/gcc ChangeLog tree-data-ref.c
spop@gcc.gnu.org
spop@gcc.gnu.org
Wed May 11 11:03:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: spop@gcc.gnu.org 2005-05-11 11:03:32
Modified files:
gcc : ChangeLog tree-data-ref.c
Log message:
* tree-data-ref.c (find_data_references_in_loop): Give up when
the body of the loop contains a CALL_EXPR or an ASM_EXPR: they
may embed arbitrary side effects.
Remove the assumption that GIMPLE form contains a single array
access per statement.
When the statement contains virtual operands, fail if it is not
a MODIFY_EXPR or a CALL_EXPR.
Return after the dont know node is inserted.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.8727&r2=2.8728
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-data-ref.c.diff?cvsroot=gcc&r1=2.27&r2=2.28
More information about the Gcc-cvs
mailing list