This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/32500] Loop optimization limits range to size of array used inside loop
- From: "ed at fxq dot nl" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jun 2007 16:52:17 -0000
- Subject: [Bug tree-optimization/32500] Loop optimization limits range to size of array used inside loop
- References: <bug-32500-14753@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from ed at fxq dot nl 2007-06-25 16:52 -------
(In reply to comment #0)
> When the size of the loop is increased (in the attached example, to 6 or
> higher) the problem disappears.
This should read:
> When the size of the array is increased (in the attached example, to 6 or
> higher) the problem disappears.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32500