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


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