This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/17019] THUMB -O1: bad code generated for simple for loop
- From: "danfuzz at milk dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Aug 2004 21:23:47 -0000
- Subject: [Bug target/17019] THUMB -O1: bad code generated for simple for loop
- References: <20040813164249.17019.danfuzz@milk.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From danfuzz at milk dot com 2004-08-13 21:23 -------
After giving myself a crash course on gcc md file syntax, I was convinced that the switch statement
cases are actually supposed to be 0-3 as opposed to skipping 2. I made the change and it looks like the
problem went away, at least from the test case I submitted with this bug.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17019