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 20:11:25 -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 20:11 -------
I wrote:
>Assuming that that is indeed the right pattern to match, then it looks like either there's a missing
>case in the switch statement or the which_alternative variable got set incorrectly.
I just checked, and it looks like which_alternative is 2 in this case, which is not one of the cases of the
switch.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17019