On 19/08/13 09:00, Jonathan Wakely wrote: > On 16 August 2013 16:28, Tom Tromey wrote: >>>>>>> "Phil" == Phil Muldoon <pmuld...@redhat.com> writes: >> >> Phil> Anyway, I have regenerated the patch with the fixes requested. >> >> Thanks. >> >> Phil> 2013-08-16 Phil Muldoon <pmuld...@redhat.com> >> >> Phil> PR gcc/53477 >> >> I think this should say PR libstdc++/53477 >> >> Other than this nit, it looks good to me. >> I can't remember if I can approve these, but I think not. > > I can though, so it's approved with the ChangeLog nit fixed.
Committed with ChangeLog fix: 2013-08-20 Phil Muldoon <pmuld...@redhat.com> PR libstdc++/53477 http://sourceware.org/bugzilla/show_bug.cgi?id=15195 * python/libstdcxx/v6/printers.py (Printer.__call__): If a value is a reference, fetch referenced value. (RxPrinter.invoke): Ditto. * testsuite/libstdc++-prettyprinters/cxx11.cc (main): Add -O0 flag. Add referenced value tests. Patch was as posted. Cheers, Phil