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

Luke <lukebe...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lukebe...@hotmail.com
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |---

--- Comment #9 from Luke <lukebe...@hotmail.com> ---
This was incorrectly closed as a duplicate. bug 13897 is fixed, but the test
case here is still not working.

$ gcc -ftrapv -m32 32.cc 

$ clang -ftrapv -m32 32.cc 
/usr/bin/ld: /tmp/32-cc3c8b.o: in function `main':
32.cc:(.text+0x4f): undefined reference to `__mulodi4'
clang-9: error: linker command failed with exit code 1 (use -v to see
invocation)

$ clang --version
clang version 9.0.0 (https://github.com/llvm/llvm-project.git
0f472e1d01d60b6e615cd71a09b0a52eb8e42072)
Target: i686-pc-linux-gnu

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to