[llvm-bugs] [Bug 30277] Clang 3.6 cannot compile program with -std=c++14

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Sep 4 23:51:49 PDT 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|---                         |INVALID

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
There's nothing we can reasonably do about this. We have no control over the
contents of libstdc++'s headers (which contain the using declaration) nor
glibc's (which suppress the declaration of gets in c++14 mode). We have also
stopped releasing new patch releases for clang 3.6.

Your best approach would be to get libstdc++ patched to not contain the broken
using declaration in c++14 mode.

-- 
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/20160905/48ba0562/attachment.html>


More information about the llvm-bugs mailing list