[LLVMbugs] [Bug 1235] NEW: ICE on invalid code

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Mar 1 22:48:57 PST 2007


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

           Summary: ICE on invalid code
           Product: tools
           Version: 1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-gcc
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sabre at nondot.org


llvm-gcc crashes on:

float foo( float A[][w], int g, int h)
{
  return A[g][h];
}



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list