This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/17019] THUMB -O1: bad code generated for simple for loop


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]