This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tuples] Add gimple-pretty-print.o and misc fixes
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: Diego Novillo <dnovillo at google dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Christopher Matthews <chrismatthews at google dot com>
- Date: Thu, 21 Jun 2007 16:02:25 -0600
- Subject: Re: [tuples] Add gimple-pretty-print.o and misc fixes
- References: <467AD652.8010002@google.com>
> This moves the GIMPLE pretty printer to its own file. I also included
> various fixes like accessors returning 'tree' instead of 'tree *' and
> cleaned up some whitespace.
>
> There are other patches in my tree, but I would rather push smallish
> changes to minimize merge conflicts, which will be quite a problem for
> the next few days.
Damn, I knew I should've committed my stuff earlier today :). Oh well,
time to resolve conflicts.
Thanks for doing all this, though.