Re: [PATCH][C][C++] Fix PR51010

2011-11-08 Thread Gabriel Dos Reis
On Tue, Nov 8, 2011 at 6:38 AM, Richard Guenther wrote: > > This fixes PR51010 by handling SSA names in the C/C++ pretty printers. > > Bootstrap and regtest pending on x86_64-unknown-linux-gnu, ok if that > succeeds? yes.

[PATCH][C][C++] Fix PR51010

2011-11-08 Thread Richard Guenther
This fixes PR51010 by handling SSA names in the C/C++ pretty printers. Bootstrap and regtest pending on x86_64-unknown-linux-gnu, ok if that succeeds? Thanks, Richard. 2011-11-08 Richard Guenther PR middle-end/51010 c-family/ * c-pretty-print.c (pp_c_expression): Han