This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [committed] Remove excess indentation from optc-gen.awk
Mike Stump <mrs@apple.com> writes:
> On Sunday, May 15, 2005, at 01:11 AM, Richard Sandiford wrote:
>> The main for() loop in optc-gen.awk was over-indented by 8 columns.
>> I committed the patch below as obvious after testing on mips64-elf
>> and after checking that the generated options.c file didn't change.
>
> I think it is better to do diff -b and ensure there are no changes for
> white-space patches.
Yeah, well, I did that too. I just thought some sort of build
test was in order as well...
Richard