------- Comment #8 from rask at gcc dot gnu dot org 2007-10-28 12:57 ------- Created an attachment (id=14421) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14421&action=view) split insn-attrtab.c into three files
Here's the patch to split insn-attrtab.c into smaller pieces. The result: $ wc -l insn-*tab.c 14566 insn-attrtab.c 44454 insn-dfatab.c 36815 insn-latencytab.c 95835 total Please tell me if it makes a difference. (It is necessary to run autoheader and autoconf in the gcc directory after applying the patches.) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29442