This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Fix a couple libstdc++ pretty-printer bugs
- From: Tom Tromey <tromey at redhat dot com>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 10 Jun 2009 16:53:19 -0600
- Subject: Re: Fix a couple libstdc++ pretty-printer bugs
- References: <m3oct3wzdv.fsf@fleche.redhat.com> <20090610103149.77b9c839@mcgee.artheist.org>
- Reply-to: Tom Tromey <tromey at redhat dot com>
>>>>> "Benjamin" == Benjamin Kosnik <bkoz@redhat.com> writes:
Benjamin> Sorry, thought I had already replied to this.
No problem.
Benjamin> Ok, of course. FYI I consider you the maintainer for this
Benjamin> functionality, notice is certainly appreciated and in your
Benjamin> usual good form but you should feel free to check in at will
Benjamin> for items to do with pretty printing.
Thanks. I am going to commit this patch plus the relocatabilty patch
soon.
One more patch is nearing completion (better printing for
std::string), and we also recently discovered a fairly severe design
flaw in our approach to MI that will require a reasonably substantial
change.
Tom