On Wed, Oct 08, 2014 at 09:16:18AM +0200, Richard Biener wrote: > I think it makes sense to do this (and I expect C++ will follow > with defaulting to -std=c++11 once the ABI stuff has settled).
Thanks. Moving to -std=c++11 would be cool! > Of course it would be nice to look at the actual fallout in > a whole-distribution rebuild... Yeah, I'm worried about that. Many packages are using -std=gnu99 (e.g. glibc, elfutils, maybe emacs) and these won't be affected at all. But e.g. gdb/binutils use the default standard I think. I wonder about Linux kernel. And of course, C++ packages should be out of the picture here. Marek