Re: [PATCH] Fix gcc -v (PR driver/64737)

2015-01-23 Thread Richard Henderson
On 01/23/2015 10:22 AM, Jakub Jelinek wrote: > 2015-01-23 Jakub Jelinek > > PR driver/64737 > * gcc.c (print_configuration): Don't print a blank line at the end > here... > (run_attempt): ... but here unstead. Ok. r~

[PATCH] Fix gcc -v (PR driver/64737)

2015-01-23 Thread Jakub Jelinek
Hi! The -freport-bug changes added an undesirable empty line at the end of gcc -v . That extra line is desirable just in the -freport-bug dumps, so moved there. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2015-01-23 Jakub Jelinek PR driver/64737 * gcc