On 1 October 2013 17:00, Paul Pluzhnikov wrote: > On Tue, Oct 1, 2013 at 8:56 AM, Jonathan Wakely <[email protected]> wrote: >> On 1 October 2013 16:49, Paul Pluzhnikov wrote: >>> >>> The same problem likely exists on trunk, so please do tell how to configure >>> GCC in order to reproduce it. >> >> The std::__7 namespace implies --enable-symvers=gnu-versioned-namespace'
That should be without the trailing apostrophe :-) > Thanks! > > I'll test trunk breakage with --enable-symvers above, and then > attached patch should fix it. > > > libstdc++-v3/ChangeLog: > > 2013-10-01 Paul Pluzhnikov <[email protected]> > > * src/c++11/snprintf_lite.cc: Add missing > _GLIBCXX_{BEGIN,END}_NAMESPACE_VERSION That's OK for trunk if it fixes the breakage in your testing, thanks!
