GCC withdraw
David Chisnall
theraven at FreeBSD.org
Fri Aug 30 14:55:46 UTC 2013
On 30 Aug 2013, at 15:53, Nathan Whitehorn <nwhitehorn at freebsd.org> wrote:
> So the real driver here is switching to libc++. Is there really no way
> at all to use it with gcc? If, even with hacking, we could arrange that
> to work then it seems that all of our problems would go away.
If we can make our g++ compile C++11 code, then we can compile libc++ with g++. This support requires significant modifications to the parser (it adds a second Turing-complete compile-time language, for one...) and so retrofitting C++11 support to g++ 4.2.1 is not going to happen. It's taken upstream gcc a couple of years to get to the required level of support. We don't have the manpower to replicate this.
David
More information about the freebsd-current
mailing list