tree.h (contains_packed_reference): Mention ARRAY_RANGE_REF in head comment.
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 11 Oct 2008 19:48:47 +0000 (19:48 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 11 Oct 2008 19:48:47 +0000 (19:48 +0000)
commit9f7ccf694409ec79ed2ab4cbdf43f024c70960be
tree40f5d3aac1fccc02915a3d77bf03532479d573bc
parentcb0dee885cb30b4e9beeef070cf000baa7d09abe
tree.h (contains_packed_reference): Mention ARRAY_RANGE_REF in head comment.

* tree.h (contains_packed_reference): Mention ARRAY_RANGE_REF in
head comment.
(array_ref_element_size): Likewise.
(array_ref_low_bound): Likewise.
(array_ref_up_bound): Likewise.
* expr.c (contains_packed_reference): Likewise.
(array_ref_element_size): Likewise.
(array_ref_low_bound): Likewise.
(array_ref_up_bound): Likewise.
* tree-ssa-loop-ivopts.c (idx_contains_abnormal_ssa_name_p): Deal
with ARRAY_RANGE_REF.
(idx_find_step): Likewise.
(idx_record_use): Likewise.
(strip_offset_1): Likewise.
(idx_remove_ssa_names): Likewise.

From-SVN: r141065
gcc/ChangeLog
gcc/expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/loop_optimization5.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/loop_optimization5_pkg.ads [new file with mode: 0644]
gcc/tree-ssa-loop-ivopts.c
gcc/tree.h