[LLVMbugs] [Bug 1960] New: Complex integer codegen broken

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Jan 30 08:30:37 PST 2008


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

           Summary: Complex integer codegen broken
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: LLVM Codegen
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sharparrow1 at yahoo.com
                CC: llvmbugs at cs.uiuc.edu


Simple test:

void a() {
  __complex__ long long v = 2;
}

(from http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008-January/000895.html)


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