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

           Summary: internal compiler error when compiling ObjC 2.0 code
                    with fast enumeration
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: compile-fail
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=3304)
 --> (http://llvm.org/bugs/attachment.cgi?id=3304)
Testcase code that causes internal compiler error, reduced as per:
http://llvm.org/docs/HowToSubmitABug.html

While using llvm-gcc to compile some code that uses Objective-C 2.0's fast
enumeration, I encountered an internal compiler error.

I am running a version of llvm-gcc that I built from the svn repo, revision
78845.  I fully recompiled both llvm and llvm-gcc using this revision number.

The command I am using, under Ubuntu 9.04, to compile the testcase-min.mi file
that I've attached is:

/usr/local/bin/gcc -I/usr/include/GNUstep testcase-min.mi

and the error is:

internal compiler error: in objc_build_foreach_components, at
objc/objc-act.c:19778


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