This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tuples] [PATCH] make gimple-pretty-print.c unary expression print more correctly


On Wed, May 28, 2008 at 12:24:09PM -0700, Andrew Pinski wrote:
> Hi,
>   This patch makes gimple-pretty-print.c more closer to what
> tree-pretty-print.c did for unary expressions.  I changed the
> conversions; add paren and abs expressions; and fixed up negate
> expression.  This fixed a couple of regressions, though it exposed a
> new testcase failure (but that is because it was not matching before).
> 
> OK?  Bootstrapped and tested on i686-linux-gnu with no regressions.

OK, thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]