[llvm-bugs] [Bug 15388] 32bit Linux, the assignment operator of vector value cause FPU stack over-flow.

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jan 21 12:02:43 PST 2019


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

Eli Friedman <efriedma at codeaurora.org> changed:

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

--- Comment #3 from Eli Friedman <efriedma at codeaurora.org> ---
The given C code has worked correctly for a long time.  (Once upon a time, we
would generate MMX code for code using types like `typedef char char8
__attribute__((ext_vector_type(8)));`, but that was fixed around in clang 3.3.)

-- 
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/20190121/0409188f/attachment.html>


More information about the llvm-bugs mailing list