On Fri, Nov 14, 2014 at 11:29:07AM -0800, Konstantin Serebryany wrote: > +gcc-patches > > On Fri, Nov 14, 2014 at 11:26 AM, Konstantin Serebryany > <konstantin.s.serebry...@gmail.com> wrote: > > I am opposed to this change. > > Upstream code builds with -std=c++11. > > Building this code here with another set of options is a time bomb.
But also builds with a different compiler. -std=gnu++11 is not something very different from C++11. libstdc++-v3 (the C++11 part in it) are also built with -std=gnu++11, not -std=c++11, similarly in other libraries shipped with GCC. Valid C++11 will be still valid in -std=gnu++11 mode... Jakub