[LLVMbugs] [Bug 23330] New: Trivial division by zero case causes SIGFPE

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Apr 23 07:51:51 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=23330

            Bug ID: 23330
           Summary: Trivial division by zero case causes SIGFPE
           Product: libraries
           Version: 3.4
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: MC
          Assignee: unassignedbugs at nondot.org
          Reporter: matszpk at interia.pl
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Following trivial cases causes SIGFPE:

        .data
        .int 6/0

and

        .data
        b = 0
        .int 6/b

clang and llbvm-mc fails if try to compile these examples.

This bug is reproducible for 3.4, 3.5 and 3.6 versions.

-- 
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/20150423/d718b2da/attachment.html>


More information about the llvm-bugs mailing list