[LLVMbugs] [Bug 522] NEW: [llvm-gcc] Crash on certain C99 complex number routines

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Feb 20 15:29:08 PST 2005


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=522

           Summary: [llvm-gcc] Crash on certain C99 complex number routines
           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 compiling this:

#include <complex.h>
int foo(complex float c) {
    return creal(c);
}



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