[LLVMbugs] [Bug 5449] New: clang crashes on float constant	evaluation
    bugzilla-daemon at cs.uiuc.edu 
    bugzilla-daemon at cs.uiuc.edu
       
    Mon Nov  9 23:35:16 PST 2009
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=5449
           Summary: clang crashes on float constant evaluation
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Semantic Analyzer
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: xuzhongxing at gmail.com
                CC: llvmbugs at cs.uiuc.edu
clang crashes on this code:
void f() {
  float a = 0.0;
  const float roundfac = 0.6 / (((void) (0)), a);
}
-- 
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