This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/32500] Loop optimization limits range to size of array used inside loop
- 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: 25 Jun 2007 15:45:15 -0000
- Subject: [Bug c/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 #4 from pinskia at gcc dot gnu dot org 2007-06-25 15:45 -------
i.10_10: [5, 12]
D.2123_11 = i.10_10 - 7;
D.2123_11: [0fffffffa, +INF]
I think this might have been already fixed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32500