[llvm-bugs] [Bug 46800] CMPLXL() missing for c2x

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jul 22 14:26:30 PDT 2020


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

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
 Fixed By Commit(s)|                            |6c18f7db73a08f1ae39a76a86b4
                   |                            |14c5b0c24ee86
             Status|NEW                         |RESOLVED

--- Comment #3 from Richard Smith <richard-llvm at metafoo.co.uk> ---
As of commit 6c18f7db73a08f1ae39a76a86b414c5b0c24ee86 Clang now implements
__builtin_complex, and Clang + glibc now accept this example when using
-fgnuc-version=4.7 or higher.

I'm marking this as fixed, even though we will still reject the given valid
code when compiling with glibc in our default mode; while that is a bug, I
don't think any further part of it is *our* bug.

I've filed a glibc bug for the rest:
https://sourceware.org/bugzilla/show_bug.cgi?id=26287

-- 
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/20200722/b90b9a0f/attachment.html>


More information about the llvm-bugs mailing list