http://llvm.org/bugs/show_bug.cgi?id=2758

           Summary: Objc for ... in loop wrong code generation
           Product: clang
           Version: unspecified
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: LLVM Codegen
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


Created an attachment (id=1986)
 --> (http://llvm.org/bugs/attachment.cgi?id=1986)
patch

There is a small error in the fast enumeration code generation which produces
an infinite loop in generated code.
The counter is set to 0 at each iteration.

Attached is the suggested patch.

Thomas


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to