Re: [PATCH 2/7] Reduce GENERATOR_FILE ifndefs in print-rtl.c

2014-05-12 Thread Jeff Law
On 05/10/14 14:00, Richard Sandiford wrote: The print-rtl.c code for '0' fields has a complicated sequence of ifndef GENERATOR_FILEs. None of the '0' data makes sense for generators though, so it seems simpler to wrap the whole case instead. Tested on x86_64-linux-gnu. OK to install? Thanks,

[PATCH 2/7] Reduce GENERATOR_FILE ifndefs in print-rtl.c

2014-05-10 Thread Richard Sandiford
The print-rtl.c code for '0' fields has a complicated sequence of ifndef GENERATOR_FILEs. None of the '0' data makes sense for generators though, so it seems simpler to wrap the whole case instead. Tested on x86_64-linux-gnu. OK to install? Thanks, Richard gcc/ * print-rtl.c (print_rt