[cfe-dev] libc++ supporting older compilers

Marshall Clow via cfe-dev cfe-dev at lists.llvm.org
Thu Dec 17 18:35:01 PST 2015


On http://libcxx.llvm.org/docs/#platform-and-compiler-support, we say:

The following minimum compiler versions are strongly recommended.
>


* Clang 3.5 and above
> * GCC 4.7 and above.
>


Anything older may work.


We're having more and more trouble supporting pre-4.7 versions of gcc,
especially in C++03 mode.

Much of the early gcc support was driven by the fact that Apple was never
going to move past gcc 4.2.1, and the necessity of supporting that compiler
- but that ship has sailed.

I'd like to officially drop support for those compilers.

Opinions?

-- Marshall
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20151217/e09ca01b/attachment.html>


More information about the cfe-dev mailing list