This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/14814] no folding back to ARRAY_REF
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Sep 2004 00:50:28 -0000
- Subject: [Bug tree-optimization/14814] no folding back to ARRAY_REF
- References: <20040401225801.14814.dalej@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-01 00:50 -------
Really we don't do it for any kind of variable, even DECLs, see 17165 for another example of where the
folding back does not happen and we actually don't vectorize the loop because of it.
--
What |Removed |Added
----------------------------------------------------------------------------
Summary|no folding back to ARRAY_REF|no folding back to ARRAY_REF
|for COMPONENT_REF |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14814