[LLVMbugs] [Bug 2992] New: Assertion failed: (Ty && "GEP indices invalid!"), function getGetElementPtr, file Constants.cpp, line 2147.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Oct 31 03:17:35 PDT 2008


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

           Summary: Assertion failed: (Ty && "GEP indices invalid!"),
                    function getGetElementPtr, file Constants.cpp, line
                    2147.
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: LLVM Codegen
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rdivacky at freebsd.org
                CC: llvmbugs at cs.uiuc.edu


when compiling the attached with clang I am getting this:

Assertion failed: (Ty && "GEP indices invalid!"), function getGetElementPtr,
file Constants.cpp, line 2147.

strange thing is that 

clang exdump.i works, while ccc exdump.i crashes on this assert


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



More information about the llvm-bugs mailing list