[LLVMbugs] [Bug 1957] New: initialization of a __complex__ number triggers an assert()

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Jan 29 11:57:09 PST 2008


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

           Summary: initialization of a __complex__ number triggers an
                    assert()
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: LLVM Codegen
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: nunoplopes at sapo.pt
                CC: llvmbugs at cs.uiuc.edu


the following code triggers an assertion in the codegen module (run with
-emit-llvm):

double __complex__ z = 0.0;


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