This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/29751] not optimizing access a[0] , a[1]
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Mar 2008 21:21:32 -0000
- Subject: [Bug tree-optimization/29751] not optimizing access a[0] , a[1]
- References: <bug-29751-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from rguenth at gcc dot gnu dot org 2008-03-14 21:21 -------
Related to PR34172, but not fixed. MEM_REF will get this right as we
effectively
have array refs on pointers there.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |rguenth at gcc dot gnu dot
|dot org |org
Status|NEW |ASSIGNED
Last reconfirmed|2007-06-11 00:30:03 |2008-03-14 21:21:32
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29751