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

Jonathan Wakely <zi...@kayari.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://gcc.gnu.org/PR77795  |
         Resolution|MOVED                       |INVALID

--- Comment #8 from Jonathan Wakely <zi...@kayari.org> ---
(In reply to comment #5)
> In GCC 6.x and GCC 7, _GLIBCXX_HAVE_GETS is miscomputed by configure,
> because GCC's default language mode is C++14, and in C++14 glibc doesn't
> provide a gets; again, this accidentally works around the issue, but breaks
> conformance in C++98 / C++11 mode.

Indeed. Thanks for the analysis, I fixed this for GCC 6.3 and up, see
https://gcc.gnu.org/PR77795

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

Reply via email to