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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to