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, Richard gcc/ * print-rtl.c (print_rtx): Guard whole '0' block with ifndef GENERATOR_FILE.
OK. Thanks. Jeff