[LLVMbugs] [Bug 21542] New: Division by zero not found for floating point values

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Nov 12 00:38:55 PST 2014


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

            Bug ID: 21542
           Summary: Division by zero not found for floating point values
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Static Analyzer
          Assignee: kremenek at apple.com
          Reporter: matthias.scholz at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Example on: http://clang-analyzer.llvm.org/available_checks.html works but the
following short snippet is not detected:

int main()
{
   double y = 0.0;
   double x = 1.0 / y; // not found

   return 0;
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141112/5a1ce78c/attachment.html>


More information about the llvm-bugs mailing list