[llvm-bugs] [Bug 39492] GCC and LLVM pass i128 incompatibly on x86_64-windows-gnu

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Oct 30 18:07:12 PDT 2018


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

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Reid Kleckner <rnk at google.com> ---
I went ahead and fixed this in clang in r345676. Fixing it in LLVM would've
been difficult because i128 is marked as illegal for x86_64. We follow GCC when
passing i128 now, regardless of the environment. MSVC doesn't pass i128.

-- 
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/20181031/b6d0e993/attachment.html>


More information about the llvm-bugs mailing list