[cfe-dev] [LLVMdev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers

dag at cray.com dag at cray.com
Mon Nov 11 11:08:07 PST 2013


Renato Golin <renato.golin at linaro.org> writes:

> That's a good point. Still, I think waiting a month for introducing
> new C++11 code wouldn't hurt either.

C++11 is orthogonal.  It's the toolchain update that's the issue I'm
worried about.  We have this problem any time we need an upgrade, which
we will in the future to fully support C++11.

> I'm guessing people reading this thread have already accepted that we're
> moving, so they should have be doing all the work to move since last
> week, which gives us a nice round December frame for new stuff.
>
> David, is that a comfortable window?

No it is not because we don't yet know which specific versions of
toolchains we're going to use.  In our case we need to know the exact
point release of gcc recommended for LLVM.  4.7.x is too vague.  We want
to make sure we're using the same compiler as the rest of the LLVM
community.

The clock has wait to start once we know specific versions.

                                  -David



More information about the cfe-dev mailing list