This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Treelang does not bootstrap...


On i686-linux-gnu treelang does not build anymore, the error message
is appended.

the first line that fails to compile is:
static inline rtx gen_cmpdi_ccno_1_rex64              PARAMS ((rtx, rtx));


The problem is that parse.y has:
#undef IN_GCC

Why is this needed?  Removing it, we get the typedef for rtx from
config.h but then other errors show up.

Andreas

stage1/xgcc -Bstage1/ -B/opt/gcc/3.2-devel/i686-pc-linux-gnu/bin/ -o treelang/parse.o -c -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wmissing-prototypes -Wmissing-declarations  -DHAVE_CONFIG_H -I. -Itreelang -I/cvs/gcc/gcc -I/cvs/gcc/gcc/treelang -I/cvs/gcc/gcc/config -I/cvs/gcc/gcc/../include /cvs/gcc/gcc/treelang/parse.c 
In file included from config.h:33,
                 from /cvs/gcc/gcc/treelang/parse.y:54:
insn-flags.h:685: error: parse error before "gen_cmpdi_ccno_1_rex64"
insn-flags.h:685: warning: type defaults to `int' in declaration of `gen_cmpdi_ccno_1_rex64'
insn-flags.h:685: warning: parameter names (without types) in function declaration
insn-flags.h:685: error: ISO C forbids data definition with no type or storage class
insn-flags.h:687: error: parse error before "gen_cmpdi_ccno_1_rex64"
insn-flags.h:688: error: parse error before "rtx"
insn-flags.h:688: warning: type defaults to `int' in declaration of `a'
insn-flags.h:688: error: ISO C forbids data definition with no type or storage class
insn-flags.h:689: error: parse error before "b"
insn-flags.h:689: warning: type defaults to `int' in declaration of `b'
insn-flags.h:689: error: ISO C forbids data definition with no type or storage class
insn-flags.h:690: error: parse error before '{' token
insn-flags.h:693: error: parse error before "gen_cmpdi_1_insn_rex64"
insn-flags.h:693: warning: type defaults to `int' in declaration of `gen_cmpdi_1_insn_rex64'
insn-flags.h:693: warning: parameter names (without types) in function declaration
insn-flags.h:693: error: ISO C forbids data definition with no type or storage class
insn-flags.h:695: error: parse error before "gen_cmpdi_1_insn_rex64"
insn-flags.h:696: error: parse error before "rtx"
insn-flags.h:696: warning: type defaults to `int' in declaration of `a'
insn-flags.h:696: error: ISO C forbids data definition with no type or storage class
insn-flags.h:697: error: parse error before "b"
insn-flags.h:697: warning: type defaults to `int' in declaration of `b'
insn-flags.h:697: error: ISO C forbids data definition with no type or storage class
insn-flags.h:698: error: parse error before '{' token
insn-flags.h:701: error: parse error before "gen_cmpqi_ext_3_insn"
insn-flags.h:701: warning: type defaults to `int' in declaration of `gen_cmpqi_ext_3_insn'
insn-flags.h:701: warning: parameter names (without types) in function declaration
insn-flags.h:701: error: ISO C forbids data definition with no type or storage class
insn-flags.h:702: error: parse error before "gen_cmpqi_ext_3_insn_rex64"
insn-flags.h:702: warning: type defaults to `int' in declaration of `gen_cmpqi_ext_3_insn_rex64'
insn-flags.h:702: warning: parameter names (without types) in function declaration
insn-flags.h:702: error: ISO C forbids data definition with no type or storage class
insn-flags.h:704: error: parse error before "gen_cmpqi_ext_3_insn_rex64"
insn-flags.h:705: error: parse error before "rtx"
insn-flags.h:705: warning: type defaults to `int' in declaration of `a'
insn-flags.h:705: error: ISO C forbids data definition with no type or storage class
insn-flags.h:706: error: parse error before "b"
insn-flags.h:706: warning: type defaults to `int' in declaration of `b'
insn-flags.h:706: error: ISO C forbids data definition with no type or storage class
insn-flags.h:707: error: parse error before '{' token
insn-flags.h:710: error: parse error before "gen_x86_fnstsw_1"
insn-flags.h:710: warning: type defaults to `int' in declaration of `gen_x86_fnstsw_1'
insn-flags.h:710: warning: parameter names (without types) in function declaration
insn-flags.h:710: error: ISO C forbids data definition with no type or storage class
insn-flags.h:711: error: parse error before "gen_x86_sahf_1"
insn-flags.h:711: warning: type defaults to `int' in declaration of `gen_x86_sahf_1'
insn-flags.h:711: warning: parameter names (without types) in function declaration
insn-flags.h:711: error: ISO C forbids data definition with no type or storage class
insn-flags.h:712: error: parse error before "gen_popsi1"
insn-flags.h:712: warning: type defaults to `int' in declaration of `gen_popsi1'
insn-flags.h:712: warning: parameter names (without types) in function declaration
insn-flags.h:712: error: ISO C forbids data definition with no type or storage class
insn-flags.h:713: error: parse error before "gen_movsi_insv_1"
insn-flags.h:713: warning: type defaults to `int' in declaration of `gen_movsi_insv_1'
insn-flags.h:713: warning: parameter names (without types) in function declaration
insn-flags.h:713: error: ISO C forbids data definition with no type or storage class
insn-flags.h:714: error: parse error before "gen_pushdi2_rex64"
insn-flags.h:714: warning: type defaults to `int' in declaration of `gen_pushdi2_rex64'
insn-flags.h:714: warning: parameter names (without types) in function declaration
insn-flags.h:714: error: ISO C forbids data definition with no type or storage class
insn-flags.h:716: error: parse error before "gen_pushdi2_rex64"
insn-flags.h:717: error: parse error before "rtx"
insn-flags.h:717: warning: type defaults to `int' in declaration of `a'
insn-flags.h:717: error: ISO C forbids data definition with no type or storage class
insn-flags.h:718: error: parse error before "b"
insn-flags.h:718: warning: type defaults to `int' in declaration of `b'
insn-flags.h:718: error: ISO C forbids data definition with no type or storage class
insn-flags.h:719: error: parse error before '{' token
insn-flags.h:722: error: parse error before "gen_popdi1"
insn-flags.h:722: warning: type defaults to `int' in declaration of `gen_popdi1'
insn-flags.h:722: warning: parameter names (without types) in function declaration
insn-flags.h:722: error: ISO C forbids data definition with no type or storage class
insn-flags.h:724: error: parse error before "gen_popdi1"
insn-flags.h:725: error: parse error before "rtx"
insn-flags.h:725: warning: type defaults to `int' in declaration of `a'
insn-flags.h:725: error: ISO C forbids data definition with no type or storage class
insn-flags.h:726: error: parse error before '{' token
insn-flags.h:729: error: parse error before "gen_swapxf"
insn-flags.h:729: warning: type defaults to `int' in declaration of `gen_swapxf'
insn-flags.h:729: warning: parameter names (without types) in function declaration
insn-flags.h:729: error: ISO C forbids data definition with no type or storage class
insn-flags.h:730: error: parse error before "gen_swaptf"
insn-flags.h:730: warning: type defaults to `int' in declaration of `gen_swaptf'
insn-flags.h:730: warning: parameter names (without types) in function declaration
insn-flags.h:730: error: ISO C forbids data definition with no type or storage class
insn-flags.h:731: error: parse error before "gen_zero_extendhisi2_and"
insn-flags.h:731: warning: type defaults to `int' in declaration of `gen_zero_extendhisi2_and'
insn-flags.h:731: warning: parameter names (without types) in function declaration
insn-flags.h:731: error: ISO C forbids data definition with no type or storage class
insn-flags.h:732: error: parse error before "gen_zero_extendsidi2_32"
insn-flags.h:732: warning: type defaults to `int' in declaration of `gen_zero_extendsidi2_32'
insn-flags.h:732: warning: parameter names (without types) in function declaration
insn-flags.h:732: error: ISO C forbids data definition with no type or storage class
insn-flags.h:733: error: parse error before "gen_zero_extendsidi2_rex64"
insn-flags.h:733: warning: type defaults to `int' in declaration of `gen_zero_extendsidi2_rex64'
insn-flags.h:733: warning: parameter names (without types) in function declaration
insn-flags.h:733: error: ISO C forbids data definition with no type or storage class
insn-flags.h:735: error: parse error before "gen_zero_extendsidi2_rex64"
insn-flags.h:736: error: parse error before "rtx"
insn-flags.h:736: warning: type defaults to `int' in declaration of `a'
insn-flags.h:736: error: ISO C forbids data definition with no type or storage class
insn-flags.h:737: error: parse error before "b"
insn-flags.h:737: warning: type defaults to `int' in declaration of `b'
insn-flags.h:737: error: ISO C forbids data definition with no type or storage class
insn-flags.h:738: error: parse error before '{' token
insn-flags.h:741: error: parse error before "gen_zero_extendhidi2"
insn-flags.h:741: warning: type defaults to `int' in declaration of `gen_zero_extendhidi2'
insn-flags.h:741: warning: parameter names (without types) in function declaration
insn-flags.h:741: error: ISO C forbids data definition with no type or storage class
insn-flags.h:743: error: parse error before "gen_zero_extendhidi2"
insn-flags.h:744: error: parse error before "rtx"
insn-flags.h:744: warning: type defaults to `int' in declaration of `a'
insn-flags.h:744: error: ISO C forbids data definition with no type or storage class
insn-flags.h:745: error: parse error before "b"
insn-flags.h:745: warning: type defaults to `int' in declaration of `b'
insn-flags.h:745: error: ISO C forbids data definition with no type or storage class
insn-flags.h:746: error: parse error before '{' token
insn-flags.h:749: error: parse error before "gen_zero_extendqidi2"
insn-flags.h:749: warning: type defaults to `int' in declaration of `gen_zero_extendqidi2'
insn-flags.h:749: warning: parameter names (without types) in function declaration
insn-flags.h:749: error: ISO C forbids data definition with no type or storage class
insn-flags.h:751: error: parse error before "gen_zero_extendqidi2"
insn-flags.h:752: error: parse error before "rtx"
insn-flags.h:752: warning: type defaults to `int' in declaration of `a'
insn-flags.h:752: error: ISO C forbids data definition with no type or storage class
insn-flags.h:753: error: parse error before "b"
insn-flags.h:753: warning: type defaults to `int' in declaration of `b'
insn-flags.h:753: error: ISO C forbids data definition with no type or storage class
insn-flags.h:754: error: parse error before '{' token
insn-flags.h:757: error: parse error before "gen_extendsidi2_rex64"
insn-flags.h:757: warning: type defaults to `int' in declaration of `gen_extendsidi2_rex64'
insn-flags.h:757: warning: parameter names (without types) in function declaration
insn-flags.h:757: error: ISO C forbids data definition with no type or storage class
insn-flags.h:759: error: parse error before "gen_extendsidi2_rex64"
insn-flags.h:760: error: parse error before "rtx"
insn-flags.h:760: warning: type defaults to `int' in declaration of `a'
insn-flags.h:760: error: ISO C forbids data definition with no type or storage class
insn-flags.h:761: error: parse error before "b"
insn-flags.h:761: warning: type defaults to `int' in declaration of `b'
insn-flags.h:761: error: ISO C forbids data definition with no type or storage class
insn-flags.h:762: error: parse error before '{' token
insn-flags.h:765: error: parse error before "gen_extendhidi2"
insn-flags.h:765: warning: type defaults to `int' in declaration of `gen_extendhidi2'
insn-flags.h:765: warning: parameter names (without types) in function declaration
insn-flags.h:765: error: ISO C forbids data definition with no type or storage class
insn-flags.h:767: error: parse error before "gen_extendhidi2"
insn-flags.h:768: error: parse error before "rtx"
insn-flags.h:768: warning: type defaults to `int' in declaration of `a'
insn-flags.h:768: error: ISO C forbids data definition with no type or storage class
insn-flags.h:769: error: parse error before "b"
insn-flags.h:769: warning: type defaults to `int' in declaration of `b'
insn-flags.h:769: error: ISO C forbids data definition with no type or storage class
insn-flags.h:770: error: parse error before '{' token
insn-flags.h:773: error: parse error before "gen_extendqidi2"
insn-flags.h:773: warning: type defaults to `int' in declaration of `gen_extendqidi2'
insn-flags.h:773: warning: parameter names (without types) in function declaration
insn-flags.h:773: error: ISO C forbids data definition with no type or storage class
insn-flags.h:775: error: parse error before "gen_extendqidi2"
insn-flags.h:776: error: parse error before "rtx"
insn-flags.h:776: warning: type defaults to `int' in declaration of `a'
insn-flags.h:776: error: ISO C forbids data definition with no type or storage class
insn-flags.h:777: error: parse error before "b"
insn-flags.h:777: warning: type defaults to `int' in declaration of `b'
insn-flags.h:777: error: ISO C forbids data definition with no type or storage class
insn-flags.h:778: error: parse error before '{' token
insn-flags.h:781: error: parse error before "gen_extendhisi2"
insn-flags.h:781: warning: type defaults to `int' in declaration of `gen_extendhisi2'
insn-flags.h:781: warning: parameter names (without types) in function declaration
insn-flags.h:781: error: ISO C forbids data definition with no type or storage class
insn-flags.h:782: error: parse error before "gen_extendqihi2"
insn-flags.h:782: warning: type defaults to `int' in declaration of `gen_extendqihi2'
insn-flags.h:782: warning: parameter names (without types) in function declaration
insn-flags.h:782: error: ISO C forbids data definition with no type or storage class
insn-flags.h:783: error: parse error before "gen_extendqisi2"
insn-flags.h:783: warning: type defaults to `int' in declaration of `gen_extendqisi2'
insn-flags.h:783: warning: parameter names (without types) in function declaration
insn-flags.h:783: error: ISO C forbids data definition with no type or storage class
insn-flags.h:784: error: parse error before "gen_truncdfsf2_3"
insn-flags.h:784: warning: type defaults to `int' in declaration of `gen_truncdfsf2_3'
insn-flags.h:784: warning: parameter names (without types) in function declaration
insn-flags.h:784: error: ISO C forbids data definition with no type or storage class
insn-flags.h:785: error: parse error before "gen_truncdfsf2_sse_only"
insn-flags.h:785: warning: type defaults to `int' in declaration of `gen_truncdfsf2_sse_only'
insn-flags.h:785: warning: parameter names (without types) in function declaration
insn-flags.h:785: error: ISO C forbids data definition with no type or storage class
insn-flags.h:786: error: parse error before "gen_fix_truncdi_nomemory"
insn-flags.h:786: warning: type defaults to `int' in declaration of `gen_fix_truncdi_nomemory'
insn-flags.h:786: warning: parameter names (without types) in function declaration
insn-flags.h:786: error: ISO C forbids data definition with no type or storage class
insn-flags.h:787: error: parse error before "gen_fix_truncdi_memory"
insn-flags.h:787: warning: type defaults to `int' in declaration of `gen_fix_truncdi_memory'
insn-flags.h:787: warning: parameter names (without types) in function declaration
insn-flags.h:787: error: ISO C forbids data definition with no type or storage class
insn-flags.h:788: error: parse error before "gen_fix_truncsfdi_sse"
insn-flags.h:788: warning: type defaults to `int' in declaration of `gen_fix_truncsfdi_sse'
insn-flags.h:788: warning: parameter names (without types) in function declaration
insn-flags.h:788: error: ISO C forbids data definition with no type or storage class
insn-flags.h:790: error: parse error before "gen_fix_truncsfdi_sse"
insn-flags.h:791: error: parse error before "rtx"
insn-flags.h:791: warning: type defaults to `int' in declaration of `a'
insn-flags.h:791: error: ISO C forbids data definition with no type or storage class
insn-flags.h:792: error: parse error before "b"
insn-flags.h:792: warning: type defaults to `int' in declaration of `b'
insn-flags.h:792: error: ISO C forbids data definition with no type or storage class
insn-flags.h:793: error: parse error before '{' token
insn-flags.h:796: error: parse error before "gen_fix_truncdfdi_sse"
insn-flags.h:796: warning: type defaults to `int' in declaration of `gen_fix_truncdfdi_sse'
insn-flags.h:796: warning: parameter names (without types) in function declaration
insn-flags.h:796: error: ISO C forbids data definition with no type or storage class
insn-flags.h:798: error: parse error before "gen_fix_truncdfdi_sse"
insn-flags.h:799: error: parse error before "rtx"
insn-flags.h:799: warning: type defaults to `int' in declaration of `a'
insn-flags.h:799: error: ISO C forbids data definition with no type or storage class
insn-flags.h:800: error: parse error before "b"
insn-flags.h:800: warning: type defaults to `int' in declaration of `b'
insn-flags.h:800: error: ISO C forbids data definition with no type or storage class
insn-flags.h:801: error: parse error before '{' token
insn-flags.h:804: error: parse error before "gen_fix_truncsi_nomemory"
insn-flags.h:804: warning: type defaults to `int' in declaration of `gen_fix_truncsi_nomemory'
insn-flags.h:804: warning: parameter names (without types) in function declaration
insn-flags.h:804: error: ISO C forbids data definition with no type or storage class
insn-flags.h:805: error: parse error before "gen_fix_truncsi_memory"
insn-flags.h:805: warning: type defaults to `int' in declaration of `gen_fix_truncsi_memory'
insn-flags.h:805: warning: parameter names (without types) in function declaration
insn-flags.h:805: error: ISO C forbids data definition with no type or storage class
insn-flags.h:806: error: parse error before "gen_fix_truncsfsi_sse"
insn-flags.h:806: warning: type defaults to `int' in declaration of `gen_fix_truncsfsi_sse'
insn-flags.h:806: warning: parameter names (without types) in function declaration
insn-flags.h:806: error: ISO C forbids data definition with no type or storage class
insn-flags.h:807: error: parse error before "gen_fix_truncdfsi_sse"
insn-flags.h:807: warning: type defaults to `int' in declaration of `gen_fix_truncdfsi_sse'
insn-flags.h:807: warning: parameter names (without types) in function declaration
insn-flags.h:807: error: ISO C forbids data definition with no type or storage class
insn-flags.h:808: error: parse error before "gen_fix_trunchi_nomemory"
insn-flags.h:808: warning: type defaults to `int' in declaration of `gen_fix_trunchi_nomemory'
insn-flags.h:808: warning: parameter names (without types) in function declaration
insn-flags.h:808: error: ISO C forbids data definition with no type or storage class
insn-flags.h:809: error: parse error before "gen_fix_trunchi_memory"
insn-flags.h:809: warning: type defaults to `int' in declaration of `gen_fix_trunchi_memory'
insn-flags.h:809: warning: parameter names (without types) in function declaration
insn-flags.h:809: error: ISO C forbids data definition with no type or storage class
insn-flags.h:810: error: parse error before "gen_x86_fnstcw_1"
insn-flags.h:810: warning: type defaults to `int' in declaration of `gen_x86_fnstcw_1'
insn-flags.h:810: warning: parameter names (without types) in function declaration
insn-flags.h:810: error: ISO C forbids data definition with no type or storage class
insn-flags.h:811: error: parse error before "gen_x86_fldcw_1"
insn-flags.h:811: warning: type defaults to `int' in declaration of `gen_x86_fldcw_1'
insn-flags.h:811: warning: parameter names (without types) in function declaration
insn-flags.h:811: error: ISO C forbids data definition with no type or storage class
insn-flags.h:812: error: parse error before "gen_floathisf2"
insn-flags.h:812: warning: type defaults to `int' in declaration of `gen_floathisf2'
insn-flags.h:812: warning: parameter names (without types) in function declaration
insn-flags.h:812: error: ISO C forbids data definition with no type or storage class
insn-flags.h:813: error: parse error before "gen_floathidf2"
insn-flags.h:813: warning: type defaults to `int' in declaration of `gen_floathidf2'
insn-flags.h:813: warning: parameter names (without types) in function declaration
insn-flags.h:813: error: ISO C forbids data definition with no type or storage class
insn-flags.h:814: error: parse error before "gen_floathixf2"
insn-flags.h:814: warning: type defaults to `int' in declaration of `gen_floathixf2'
insn-flags.h:814: warning: parameter names (without types) in function declaration
insn-flags.h:814: error: ISO C forbids data definition with no type or storage class
insn-flags.h:815: error: parse error before "gen_floathitf2"
insn-flags.h:815: warning: type defaults to `int' in declaration of `gen_floathitf2'
insn-flags.h:815: warning: parameter names (without types) in function declaration
insn-flags.h:815: error: ISO C forbids data definition with no type or storage class
insn-flags.h:816: error: parse error before "gen_floatsixf2"
insn-flags.h:816: warning: type defaults to `int' in declaration of `gen_floatsixf2'
insn-flags.h:816: warning: parameter names (without types) in function declaration
insn-flags.h:816: error: ISO C forbids data definition with no type or storage class
insn-flags.h:817: error: parse error before "gen_floatsitf2"
insn-flags.h:817: warning: type defaults to `int' in declaration of `gen_floatsitf2'
insn-flags.h:817: warning: parameter names (without types) in function declaration
insn-flags.h:817: error: ISO C forbids data definition with no type or storage class
insn-flags.h:818: error: parse error before "gen_floatdixf2"
insn-flags.h:818: warning: type defaults to `int' in declaration of `gen_floatdixf2'
insn-flags.h:818: warning: parameter names (without types) in function declaration
insn-flags.h:818: error: ISO C forbids data definition with no type or storage class
insn-flags.h:819: error: parse error before "gen_floatditf2"
insn-flags.h:819: warning: type defaults to `int' in declaration of `gen_floatditf2'
insn-flags.h:819: warning: parameter names (without types) in function declaration
insn-flags.h:819: error: ISO C forbids data definition with no type or storage class
insn-flags.h:820: error: parse error before "gen_addqi3_cc"
insn-flags.h:820: warning: type defaults to `int' in declaration of `gen_addqi3_cc'
insn-flags.h:820: warning: parameter names (without types) in function declaration
insn-flags.h:820: error: ISO C forbids data definition with no type or storage class
insn-flags.h:821: error: parse error before "gen_addsi_1_zext"
insn-flags.h:821: warning: type defaults to `int' in declaration of `gen_addsi_1_zext'
insn-flags.h:821: warning: parameter names (without types) in function declaration
insn-flags.h:821: error: ISO C forbids data definition with no type or storage class
insn-flags.h:823: error: parse error before "gen_addsi_1_zext"
insn-flags.h:824: error: parse error before "rtx"
insn-flags.h:824: warning: type defaults to `int' in declaration of `a'
insn-flags.h:824: error: ISO C forbids data definition with no type or storage class
insn-flags.h:825: error: parse error before "b"
insn-flags.h:825: warning: type defaults to `int' in declaration of `b'
insn-flags.h:825: error: ISO C forbids data definition with no type or storage class
insn-flags.h:826: error: parse error before "c"
insn-flags.h:826: warning: type defaults to `int' in declaration of `c'
insn-flags.h:826: error: ISO C forbids data definition with no type or storage class
insn-flags.h:827: error: parse error before '{' token
insn-flags.h:830: error: parse error before "gen_addqi_ext_1"
insn-flags.h:830: warning: type defaults to `int' in declaration of `gen_addqi_ext_1'
insn-flags.h:830: warning: parameter names (without types) in function declaration
insn-flags.h:830: error: ISO C forbids data definition with no type or storage class
insn-flags.h:831: error: parse error before "gen_subdi3_carry_rex64"
insn-flags.h:831: warning: type defaults to `int' in declaration of `gen_subdi3_carry_rex64'
insn-flags.h:831: warning: parameter names (without types) in function declaration
insn-flags.h:831: error: ISO C forbids data definition with no type or storage class
insn-flags.h:833: error: parse error before "gen_subdi3_carry_rex64"
insn-flags.h:834: error: parse error before "rtx"
insn-flags.h:834: warning: type defaults to `int' in declaration of `a'
insn-flags.h:834: error: ISO C forbids data definition with no type or storage class
insn-flags.h:835: error: parse error before "b"
insn-flags.h:835: warning: type defaults to `int' in declaration of `b'
insn-flags.h:835: error: ISO C forbids data definition with no type or storage class
insn-flags.h:836: error: parse error before "c"
insn-flags.h:836: warning: type defaults to `int' in declaration of `c'
insn-flags.h:836: error: ISO C forbids data definition with no type or storage class
insn-flags.h:837: error: parse error before '{' token
insn-flags.h:840: error: parse error before "gen_subsi3_carry"
insn-flags.h:840: warning: type defaults to `int' in declaration of `gen_subsi3_carry'
insn-flags.h:840: warning: parameter names (without types) in function declaration
insn-flags.h:840: error: ISO C forbids data definition with no type or storage class
insn-flags.h:841: error: parse error before "gen_subsi3_carry_zext"
insn-flags.h:841: warning: type defaults to `int' in declaration of `gen_subsi3_carry_zext'
insn-flags.h:841: warning: parameter names (without types) in function declaration
insn-flags.h:841: error: ISO C forbids data definition with no type or storage class
insn-flags.h:843: error: parse error before "gen_subsi3_carry_zext"
insn-flags.h:844: error: parse error before "rtx"
insn-flags.h:844: warning: type defaults to `int' in declaration of `a'
insn-flags.h:844: error: ISO C forbids data definition with no type or storage class
insn-flags.h:845: error: parse error before "b"
insn-flags.h:845: warning: type defaults to `int' in declaration of `b'
insn-flags.h:845: error: ISO C forbids data definition with no type or storage class
insn-flags.h:846: error: parse error before "c"
insn-flags.h:846: warning: type defaults to `int' in declaration of `c'
insn-flags.h:846: error: ISO C forbids data definition with no type or storage class
insn-flags.h:847: error: parse error before '{' token
insn-flags.h:850: error: parse error before "gen_divqi3"
insn-flags.h:850: warning: type defaults to `int' in declaration of `gen_divqi3'
insn-flags.h:850: warning: parameter names (without types) in function declaration
insn-flags.h:850: error: ISO C forbids data definition with no type or storage class
insn-flags.h:851: error: parse error before "gen_udivqi3"
insn-flags.h:851: warning: type defaults to `int' in declaration of `gen_udivqi3'
insn-flags.h:851: warning: parameter names (without types) in function declaration
insn-flags.h:851: error: ISO C forbids data definition with no type or storage class
insn-flags.h:852: error: parse error before "gen_divmodhi4"
insn-flags.h:852: warning: type defaults to `int' in declaration of `gen_divmodhi4'
insn-flags.h:852: warning: parameter names (without types) in function declaration
insn-flags.h:852: error: ISO C forbids data definition with no type or storage class
insn-flags.h:853: error: parse error before "gen_udivmoddi4"
insn-flags.h:853: warning: type defaults to `int' in declaration of `gen_udivmoddi4'
insn-flags.h:853: warning: parameter names (without types) in function declaration
insn-flags.h:853: error: ISO C forbids data definition with no type or storage class
insn-flags.h:855: error: parse error before "gen_udivmoddi4"
insn-flags.h:856: error: parse error before "rtx"
insn-flags.h:856: warning: type defaults to `int' in declaration of `a'
insn-flags.h:856: error: ISO C forbids data definition with no type or storage class
insn-flags.h:857: error: parse error before "b"
insn-flags.h:857: warning: type defaults to `int' in declaration of `b'
insn-flags.h:857: error: ISO C forbids data definition with no type or storage class
insn-flags.h:858: error: parse error before "c"
insn-flags.h:858: warning: type defaults to `int' in declaration of `c'
insn-flags.h:858: error: ISO C forbids data definition with no type or storage class
insn-flags.h:859: error: parse error before "d"
insn-flags.h:859: warning: type defaults to `int' in declaration of `d'
insn-flags.h:859: error: ISO C forbids data definition with no type or storage class
insn-flags.h:860: error: parse error before '{' token
insn-flags.h:863: error: parse error before "gen_udivmodsi4"
insn-flags.h:863: warning: type defaults to `int' in declaration of `gen_udivmodsi4'
insn-flags.h:863: warning: parameter names (without types) in function declaration
insn-flags.h:863: error: ISO C forbids data definition with no type or storage class
insn-flags.h:864: error: parse error before "gen_testsi_1"
insn-flags.h:864: warning: type defaults to `int' in declaration of `gen_testsi_1'
insn-flags.h:864: warning: parameter names (without types) in function declaration
insn-flags.h:864: error: ISO C forbids data definition with no type or storage class
insn-flags.h:865: error: parse error before "gen_andqi_ext_0"
insn-flags.h:865: warning: type defaults to `int' in declaration of `gen_andqi_ext_0'
insn-flags.h:865: warning: parameter names (without types) in function declaration
insn-flags.h:865: error: ISO C forbids data definition with no type or storage class
insn-flags.h:866: error: parse error before "gen_iorqi_ext_0"
insn-flags.h:866: warning: type defaults to `int' in declaration of `gen_iorqi_ext_0'
insn-flags.h:866: warning: parameter names (without types) in function declaration
insn-flags.h:866: error: ISO C forbids data definition with no type or storage class
insn-flags.h:867: error: parse error before "gen_xorqi_ext_0"
insn-flags.h:867: warning: type defaults to `int' in declaration of `gen_xorqi_ext_0'
insn-flags.h:867: warning: parameter names (without types) in function declaration
insn-flags.h:867: error: ISO C forbids data definition with no type or storage class
insn-flags.h:868: error: parse error before "gen_negsf2_memory"
insn-flags.h:868: warning: type defaults to `int' in declaration of `gen_negsf2_memory'
insn-flags.h:868: warning: parameter names (without types) in function declaration
insn-flags.h:868: error: ISO C forbids data definition with no type or storage class
insn-flags.h:869: error: parse error before "gen_negsf2_ifs"
insn-flags.h:869: warning: type defaults to `int' in declaration of `gen_negsf2_ifs'
insn-flags.h:869: warning: parameter names (without types) in function declaration
insn-flags.h:869: error: ISO C forbids data definition with no type or storage class
insn-flags.h:870: error: parse error before "gen_negdf2_memory"
insn-flags.h:870: warning: type defaults to `int' in declaration of `gen_negdf2_memory'
insn-flags.h:870: warning: parameter names (without types) in function declaration
insn-flags.h:870: error: ISO C forbids data definition with no type or storage class
insn-flags.h:871: error: parse error before "gen_negdf2_ifs"
insn-flags.h:871: warning: type defaults to `int' in declaration of `gen_negdf2_ifs'
insn-flags.h:871: warning: parameter names (without types) in function declaration
insn-flags.h:871: error: ISO C forbids data definition with no type or storage class
insn-flags.h:872: error: parse error before "gen_abssf2_memory"
insn-flags.h:872: warning: type defaults to `int' in declaration of `gen_abssf2_memory'
insn-flags.h:872: warning: parameter names (without types) in function declaration
insn-flags.h:872: error: ISO C forbids data definition with no type or storage class
insn-flags.h:873: error: parse error before "gen_abssf2_ifs"
insn-flags.h:873: warning: type defaults to `int' in declaration of `gen_abssf2_ifs'
insn-flags.h:873: warning: parameter names (without types) in function declaration
insn-flags.h:873: error: ISO C forbids data definition with no type or storage class
insn-flags.h:874: error: parse error before "gen_absdf2_memory"
insn-flags.h:874: warning: type defaults to `int' in declaration of `gen_absdf2_memory'
insn-flags.h:874: warning: parameter names (without types) in function declaration
insn-flags.h:874: error: ISO C forbids data definition with no type or storage class
insn-flags.h:875: error: parse error before "gen_absdf2_ifs"
insn-flags.h:875: warning: type defaults to `int' in declaration of `gen_absdf2_ifs'
insn-flags.h:875: warning: parameter names (without types) in function declaration
insn-flags.h:875: error: ISO C forbids data definition with no type or storage class
insn-flags.h:876: error: parse error before "gen_ashldi3_1"
insn-flags.h:876: warning: type defaults to `int' in declaration of `gen_ashldi3_1'
insn-flags.h:876: warning: parameter names (without types) in function declaration
insn-flags.h:876: error: ISO C forbids data definition with no type or storage class
insn-flags.h:877: error: parse error before "gen_x86_shld_1"
insn-flags.h:877: warning: type defaults to `int' in declaration of `gen_x86_shld_1'
insn-flags.h:877: warning: parameter names (without types) in function declaration
insn-flags.h:877: error: ISO C forbids data definition with no type or storage class
insn-flags.h:878: error: parse error before "gen_ashrdi3_63_rex64"
insn-flags.h:878: warning: type defaults to `int' in declaration of `gen_ashrdi3_63_rex64'
insn-flags.h:878: warning: parameter names (without types) in function declaration
insn-flags.h:878: error: ISO C forbids data definition with no type or storage class
insn-flags.h:880: error: parse error before "gen_ashrdi3_63_rex64"
insn-flags.h:881: error: parse error before "rtx"
insn-flags.h:881: warning: type defaults to `int' in declaration of `a'
insn-flags.h:881: error: ISO C forbids data definition with no type or storage class
insn-flags.h:882: error: parse error before "b"
insn-flags.h:882: warning: type defaults to `int' in declaration of `b'
insn-flags.h:882: error: ISO C forbids data definition with no type or storage class
insn-flags.h:883: error: parse error before "c"
insn-flags.h:883: warning: type defaults to `int' in declaration of `c'
insn-flags.h:883: error: ISO C forbids data definition with no type or storage class
insn-flags.h:884: error: parse error before '{' token
insn-flags.h:887: error: parse error before "gen_ashrdi3_1"
insn-flags.h:887: warning: type defaults to `int' in declaration of `gen_ashrdi3_1'
insn-flags.h:887: warning: parameter names (without types) in function declaration
insn-flags.h:887: error: ISO C forbids data definition with no type or storage class
insn-flags.h:888: error: parse error before "gen_x86_shrd_1"
insn-flags.h:888: warning: type defaults to `int' in declaration of `gen_x86_shrd_1'
insn-flags.h:888: warning: parameter names (without types) in function declaration
insn-flags.h:888: error: ISO C forbids data definition with no type or storage class
insn-flags.h:889: error: parse error before "gen_ashrsi3_31"
insn-flags.h:889: warning: type defaults to `int' in declaration of `gen_ashrsi3_31'
insn-flags.h:889: warning: parameter names (without types) in function declaration
insn-flags.h:889: error: ISO C forbids data definition with no type or storage class
insn-flags.h:890: error: parse error before "gen_lshrdi3_1"
insn-flags.h:890: warning: type defaults to `int' in declaration of `gen_lshrdi3_1'
insn-flags.h:890: warning: parameter names (without types) in function declaration
insn-flags.h:890: error: ISO C forbids data definition with no type or storage class
insn-flags.h:891: error: parse error before "gen_setcc_2"
insn-flags.h:891: warning: type defaults to `int' in declaration of `gen_setcc_2'
insn-flags.h:891: warning: parameter names (without types) in function declaration
insn-flags.h:891: error: ISO C forbids data definition with no type or storage class
insn-flags.h:892: error: parse error before "gen_jump"
insn-flags.h:892: warning: type defaults to `int' in declaration of `gen_jump'
insn-flags.h:892: warning: parameter names (without types) in function declaration
insn-flags.h:892: error: ISO C forbids data definition with no type or storage class
insn-flags.h:893: error: parse error before "gen_doloop_end_internal"
insn-flags.h:893: warning: type defaults to `int' in declaration of `gen_doloop_end_internal'
insn-flags.h:893: warning: parameter names (without types) in function declaration
insn-flags.h:893: error: ISO C forbids data definition with no type or storage class
insn-flags.h:894: error: parse error before "gen_blockage"
insn-flags.h:894: warning: type defaults to `int' in declaration of `gen_blockage'
insn-flags.h:894: warning: parameter names (without types) in function declaration
insn-flags.h:894: error: ISO C forbids data definition with no type or storage class
insn-flags.h:895: error: parse error before "gen_return_internal"
insn-flags.h:895: warning: type defaults to `int' in declaration of `gen_return_internal'
insn-flags.h:895: error: ISO C forbids data definition with no type or storage class
insn-flags.h:896: error: parse error before "gen_return_pop_internal"
insn-flags.h:896: warning: type defaults to `int' in declaration of `gen_return_pop_internal'
insn-flags.h:896: warning: parameter names (without types) in function declaration
insn-flags.h:896: error: ISO C forbids data definition with no type or storage class
insn-flags.h:897: error: parse error before "gen_return_indirect_internal"
insn-flags.h:897: warning: type defaults to `int' in declaration of `gen_return_indirect_internal'
insn-flags.h:897: warning: parameter names (without types) in function declaration
insn-flags.h:897: error: ISO C forbids data definition with no type or storage class
insn-flags.h:898: error: parse error before "gen_nop"
insn-flags.h:898: warning: type defaults to `int' in declaration of `gen_nop'
insn-flags.h:898: error: ISO C forbids data definition with no type or storage class
insn-flags.h:899: error: parse error before "gen_set_got"
insn-flags.h:899: warning: type defaults to `int' in declaration of `gen_set_got'
insn-flags.h:899: warning: parameter names (without types) in function declaration
insn-flags.h:899: error: ISO C forbids data definition with no type or storage class
insn-flags.h:900: error: parse error before "gen_eh_return_si"
insn-flags.h:900: warning: type defaults to `int' in declaration of `gen_eh_return_si'
insn-flags.h:900: warning: parameter names (without types) in function declaration
insn-flags.h:900: error: ISO C forbids data definition with no type or storage class
insn-flags.h:901: error: parse error before "gen_eh_return_di"
insn-flags.h:901: warning: type defaults to `int' in declaration of `gen_eh_return_di'
insn-flags.h:901: warning: parameter names (without types) in function declaration
insn-flags.h:901: error: ISO C forbids data definition with no type or storage class
insn-flags.h:903: error: parse error before "gen_eh_return_di"
insn-flags.h:904: error: parse error before "rtx"
insn-flags.h:904: warning: type defaults to `int' in declaration of `a'
insn-flags.h:904: error: ISO C forbids data definition with no type or storage class
insn-flags.h:905: error: parse error before '{' token
insn-flags.h:908: error: parse error before "gen_leave"
insn-flags.h:908: warning: type defaults to `int' in declaration of `gen_leave'
insn-flags.h:908: error: ISO C forbids data definition with no type or storage class
insn-flags.h:909: error: parse error before "gen_leave_rex64"
insn-flags.h:909: warning: type defaults to `int' in declaration of `gen_leave_rex64'
insn-flags.h:909: error: ISO C forbids data definition with no type or storage class
insn-flags.h:911: error: parse error before "gen_leave_rex64"
insn-flags.h:912: warning: return type defaults to `int'
insn-flags.h:915: error: parse error before "gen_ffssi_1"
insn-flags.h:915: warning: type defaults to `int' in declaration of `gen_ffssi_1'
insn-flags.h:915: warning: parameter names (without types) in function declaration
insn-flags.h:915: error: ISO C forbids data definition with no type or storage class
insn-flags.h:916: error: parse error before "gen_sqrtsf2_1"
insn-flags.h:916: warning: type defaults to `int' in declaration of `gen_sqrtsf2_1'
insn-flags.h:916: warning: parameter names (without types) in function declaration
insn-flags.h:916: error: ISO C forbids data definition with no type or storage class
insn-flags.h:917: error: parse error before "gen_sqrtsf2_1_sse_only"
insn-flags.h:917: warning: type defaults to `int' in declaration of `gen_sqrtsf2_1_sse_only'
insn-flags.h:917: warning: parameter names (without types) in function declaration
insn-flags.h:917: error: ISO C forbids data definition with no type or storage class
insn-flags.h:918: error: parse error before "gen_sqrtsf2_i387"
insn-flags.h:918: warning: type defaults to `int' in declaration of `gen_sqrtsf2_i387'
insn-flags.h:918: warning: parameter names (without types) in function declaration
insn-flags.h:918: error: ISO C forbids data definition with no type or storage class
insn-flags.h:919: error: parse error before "gen_sqrtdf2_1"
insn-flags.h:919: warning: type defaults to `int' in declaration of `gen_sqrtdf2_1'
insn-flags.h:919: warning: parameter names (without types) in function declaration
insn-flags.h:919: error: ISO C forbids data definition with no type or storage class
insn-flags.h:920: error: parse error before "gen_sqrtdf2_1_sse_only"
insn-flags.h:920: warning: type defaults to `int' in declaration of `gen_sqrtdf2_1_sse_only'
insn-flags.h:920: warning: parameter names (without types) in function declaration
insn-flags.h:920: error: ISO C forbids data definition with no type or storage class
insn-flags.h:921: error: parse error before "gen_sqrtdf2_i387"
insn-flags.h:921: warning: type defaults to `int' in declaration of `gen_sqrtdf2_i387'
insn-flags.h:921: warning: parameter names (without types) in function declaration
insn-flags.h:921: error: ISO C forbids data definition with no type or storage class
insn-flags.h:922: error: parse error before "gen_sqrtxf2"
insn-flags.h:922: warning: type defaults to `int' in declaration of `gen_sqrtxf2'
insn-flags.h:922: warning: parameter names (without types) in function declaration
insn-flags.h:922: error: ISO C forbids data definition with no type or storage class
insn-flags.h:923: error: parse error before "gen_sqrttf2"
insn-flags.h:923: warning: type defaults to `int' in declaration of `gen_sqrttf2'
insn-flags.h:923: warning: parameter names (without types) in function declaration
insn-flags.h:923: error: ISO C forbids data definition with no type or storage class
insn-flags.h:924: error: parse error before "gen_sindf2"
insn-flags.h:924: warning: type defaults to `int' in declaration of `gen_sindf2'
insn-flags.h:924: warning: parameter names (without types) in function declaration
insn-flags.h:924: error: ISO C forbids data definition with no type or storage class
insn-flags.h:925: error: parse error before "gen_sinsf2"
insn-flags.h:925: warning: type defaults to `int' in declaration of `gen_sinsf2'
insn-flags.h:925: warning: parameter names (without types) in function declaration
insn-flags.h:925: error: ISO C forbids data definition with no type or storage class
insn-flags.h:926: error: parse error before "gen_sinxf2"
insn-flags.h:926: warning: type defaults to `int' in declaration of `gen_sinxf2'
insn-flags.h:926: warning: parameter names (without types) in function declaration
insn-flags.h:926: error: ISO C forbids data definition with no type or storage class
insn-flags.h:927: error: parse error before "gen_sintf2"
insn-flags.h:927: warning: type defaults to `int' in declaration of `gen_sintf2'
insn-flags.h:927: warning: parameter names (without types) in function declaration
insn-flags.h:927: error: ISO C forbids data definition with no type or storage class
insn-flags.h:928: error: parse error before "gen_cosdf2"
insn-flags.h:928: warning: type defaults to `int' in declaration of `gen_cosdf2'
insn-flags.h:928: warning: parameter names (without types) in function declaration
insn-flags.h:928: error: ISO C forbids data definition with no type or storage class
insn-flags.h:929: error: parse error before "gen_cossf2"
insn-flags.h:929: warning: type defaults to `int' in declaration of `gen_cossf2'
insn-flags.h:929: warning: parameter names (without types) in function declaration
insn-flags.h:929: error: ISO C forbids data definition with no type or storage class
insn-flags.h:930: error: parse error before "gen_cosxf2"
insn-flags.h:930: warning: type defaults to `int' in declaration of `gen_cosxf2'
insn-flags.h:930: warning: parameter names (without types) in function declaration
insn-flags.h:930: error: ISO C forbids data definition with no type or storage class
insn-flags.h:931: error: parse error before "gen_costf2"
insn-flags.h:931: warning: type defaults to `int' in declaration of `gen_costf2'
insn-flags.h:931: warning: parameter names (without types) in function declaration
insn-flags.h:931: error: ISO C forbids data definition with no type or storage class
insn-flags.h:932: error: parse error before "gen_cld"
insn-flags.h:932: warning: type defaults to `int' in declaration of `gen_cld'
insn-flags.h:932: error: ISO C forbids data definition with no type or storage class
insn-flags.h:933: error: parse error before "gen_strmovdi_rex_1"
insn-flags.h:933: warning: type defaults to `int' in declaration of `gen_strmovdi_rex_1'
insn-flags.h:933: warning: parameter names (without types) in function declaration
insn-flags.h:933: error: ISO C forbids data definition with no type or storage class
insn-flags.h:935: error: parse error before "gen_strmovdi_rex_1"
insn-flags.h:936: error: parse error before "rtx"
insn-flags.h:936: warning: type defaults to `int' in declaration of `a'
insn-flags.h:936: error: ISO C forbids data definition with no type or storage class
insn-flags.h:937: error: parse error before "b"
insn-flags.h:937: warning: type defaults to `int' in declaration of `b'
insn-flags.h:937: error: ISO C forbids data definition with no type or storage class
insn-flags.h:938: error: parse error before "c"
insn-flags.h:938: warning: type defaults to `int' in declaration of `c'
insn-flags.h:938: error: ISO C forbids data definition with no type or storage class
insn-flags.h:939: error: parse error before "d"
insn-flags.h:939: warning: type defaults to `int' in declaration of `d'
insn-flags.h:939: error: ISO C forbids data definition with no type or storage class
insn-flags.h:940: error: parse error before '{' token
insn-flags.h:943: error: parse error before "gen_strmovsi_1"
insn-flags.h:943: warning: type defaults to `int' in declaration of `gen_strmovsi_1'
insn-flags.h:943: warning: parameter names (without types) in function declaration
insn-flags.h:943: error: ISO C forbids data definition with no type or storage class
insn-flags.h:944: error: parse error before "gen_strmovsi_rex_1"
insn-flags.h:944: warning: type defaults to `int' in declaration of `gen_strmovsi_rex_1'
insn-flags.h:944: warning: parameter names (without types) in function declaration
insn-flags.h:944: error: ISO C forbids data definition with no type or storage class
insn-flags.h:946: error: parse error before "gen_strmovsi_rex_1"
insn-flags.h:947: error: parse error before "rtx"
insn-flags.h:947: warning: type defaults to `int' in declaration of `a'
insn-flags.h:947: error: ISO C forbids data definition with no type or storage class
insn-flags.h:948: error: parse error before "b"
insn-flags.h:948: warning: type defaults to `int' in declaration of `b'
insn-flags.h:948: error: ISO C forbids data definition with no type or storage class
insn-flags.h:949: error: parse error before "c"
insn-flags.h:949: warning: type defaults to `int' in declaration of `c'
insn-flags.h:949: error: ISO C forbids data definition with no type or storage class
insn-flags.h:950: error: parse error before "d"
insn-flags.h:950: warning: type defaults to `int' in declaration of `d'
insn-flags.h:950: error: ISO C forbids data definition with no type or storage class
insn-flags.h:951: error: parse error before '{' token
insn-flags.h:954: error: parse error before "gen_strmovhi_1"
insn-flags.h:954: warning: type defaults to `int' in declaration of `gen_strmovhi_1'
insn-flags.h:954: warning: parameter names (without types) in function declaration
insn-flags.h:954: error: ISO C forbids data definition with no type or storage class
insn-flags.h:955: error: parse error before "gen_strmovhi_rex_1"
insn-flags.h:955: warning: type defaults to `int' in declaration of `gen_strmovhi_rex_1'
insn-flags.h:955: warning: parameter names (without types) in function declaration
insn-flags.h:955: error: ISO C forbids data definition with no type or storage class
insn-flags.h:957: error: parse error before "gen_strmovhi_rex_1"
insn-flags.h:958: error: parse error before "rtx"
insn-flags.h:958: warning: type defaults to `int' in declaration of `a'
insn-flags.h:958: error: ISO C forbids data definition with no type or storage class
insn-flags.h:959: error: parse error before "b"
insn-flags.h:959: warning: type defaults to `int' in declaration of `b'
insn-flags.h:959: error: ISO C forbids data definition with no type or storage class
insn-flags.h:960: error: parse error before "c"
insn-flags.h:960: warning: type defaults to `int' in declaration of `c'
insn-flags.h:960: error: ISO C forbids data definition with no type or storage class
insn-flags.h:961: error: parse error before "d"
insn-flags.h:961: warning: type defaults to `int' in declaration of `d'
insn-flags.h:961: error: ISO C forbids data definition with no type or storage class
insn-flags.h:962: error: parse error before '{' token
insn-flags.h:965: error: parse error before "gen_strmovqi_1"
insn-flags.h:965: warning: type defaults to `int' in declaration of `gen_strmovqi_1'
insn-flags.h:965: warning: parameter names (without types) in function declaration
insn-flags.h:965: error: ISO C forbids data definition with no type or storage class
insn-flags.h:966: error: parse error before "gen_strmovqi_rex_1"
insn-flags.h:966: warning: type defaults to `int' in declaration of `gen_strmovqi_rex_1'
insn-flags.h:966: warning: parameter names (without types) in function declaration
insn-flags.h:966: error: ISO C forbids data definition with no type or storage class
insn-flags.h:968: error: parse error before "gen_strmovqi_rex_1"
insn-flags.h:969: error: parse error before "rtx"
insn-flags.h:969: warning: type defaults to `int' in declaration of `a'
insn-flags.h:969: error: ISO C forbids data definition with no type or storage class
insn-flags.h:970: error: parse error before "b"
insn-flags.h:970: warning: type defaults to `int' in declaration of `b'
insn-flags.h:970: error: ISO C forbids data definition with no type or storage class
insn-flags.h:971: error: parse error before "c"
insn-flags.h:971: warning: type defaults to `int' in declaration of `c'
insn-flags.h:971: error: ISO C forbids data definition with no type or storage class
insn-flags.h:972: error: parse error before "d"
insn-flags.h:972: warning: type defaults to `int' in declaration of `d'
insn-flags.h:972: error: ISO C forbids data definition with no type or storage class
insn-flags.h:973: error: parse error before '{' token
insn-flags.h:976: error: parse error before "gen_rep_movdi_rex64"
insn-flags.h:976: warning: type defaults to `int' in declaration of `gen_rep_movdi_rex64'
insn-flags.h:976: warning: parameter names (without types) in function declaration
insn-flags.h:976: error: ISO C forbids data definition with no type or storage class
insn-flags.h:978: error: parse error before "gen_rep_movdi_rex64"
insn-flags.h:979: error: parse error before "rtx"
insn-flags.h:979: warning: type defaults to `int' in declaration of `a'
insn-flags.h:979: error: ISO C forbids data definition with no type or storage class
insn-flags.h:980: error: parse error before "b"
insn-flags.h:980: warning: type defaults to `int' in declaration of `b'
insn-flags.h:980: error: ISO C forbids data definition with no type or storage class
insn-flags.h:981: error: parse error before "c"
insn-flags.h:981: warning: type defaults to `int' in declaration of `c'
insn-flags.h:981: error: ISO C forbids data definition with no type or storage class
insn-flags.h:982: error: parse error before "d"
insn-flags.h:982: warning: type defaults to `int' in declaration of `d'
insn-flags.h:982: error: ISO C forbids data definition with no type or storage class
insn-flags.h:983: error: parse error before "e"
insn-flags.h:983: warning: type defaults to `int' in declaration of `e'
insn-flags.h:983: error: ISO C forbids data definition with no type or storage class
insn-flags.h:984: error: parse error before "f"
insn-flags.h:984: warning: type defaults to `int' in declaration of `f'
insn-flags.h:984: error: ISO C forbids data definition with no type or storage class
insn-flags.h:985: error: parse error before '{' token
insn-flags.h:988: error: parse error before "gen_rep_movsi"
insn-flags.h:988: warning: type defaults to `int' in declaration of `gen_rep_movsi'
insn-flags.h:988: warning: parameter names (without types) in function declaration
insn-flags.h:988: error: ISO C forbids data definition with no type or storage class
insn-flags.h:989: error: parse error before "gen_rep_movsi_rex64"
insn-flags.h:989: warning: type defaults to `int' in declaration of `gen_rep_movsi_rex64'
insn-flags.h:989: warning: parameter names (without types) in function declaration
insn-flags.h:989: error: ISO C forbids data definition with no type or storage class
insn-flags.h:991: error: parse error before "gen_rep_movsi_rex64"
insn-flags.h:992: error: parse error before "rtx"
insn-flags.h:992: warning: type defaults to `int' in declaration of `a'
insn-flags.h:992: error: ISO C forbids data definition with no type or storage class
insn-flags.h:993: error: parse error before "b"
insn-flags.h:993: warning: type defaults to `int' in declaration of `b'
insn-flags.h:993: error: ISO C forbids data definition with no type or storage class
insn-flags.h:994: error: parse error before "c"
insn-flags.h:994: warning: type defaults to `int' in declaration of `c'
insn-flags.h:994: error: ISO C forbids data definition with no type or storage class
insn-flags.h:995: error: parse error before "d"
insn-flags.h:995: warning: type defaults to `int' in declaration of `d'
insn-flags.h:995: error: ISO C forbids data definition with no type or storage class
insn-flags.h:996: error: parse error before "e"
insn-flags.h:996: warning: type defaults to `int' in declaration of `e'
insn-flags.h:996: error: ISO C forbids data definition with no type or storage class
insn-flags.h:997: error: parse error before "f"
insn-flags.h:997: warning: type defaults to `int' in declaration of `f'
insn-flags.h:997: error: ISO C forbids data definition with no type or storage class
insn-flags.h:998: error: parse error before '{' token
insn-flags.h:1001: error: parse error before "gen_rep_movqi"
insn-flags.h:1001: warning: type defaults to `int' in declaration of `gen_rep_movqi'
insn-flags.h:1001: warning: parameter names (without types) in function declaration
insn-flags.h:1001: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1002: error: parse error before "gen_rep_movqi_rex64"
insn-flags.h:1002: warning: type defaults to `int' in declaration of `gen_rep_movqi_rex64'
insn-flags.h:1002: warning: parameter names (without types) in function declaration
insn-flags.h:1002: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1004: error: parse error before "gen_rep_movqi_rex64"
insn-flags.h:1005: error: parse error before "rtx"
insn-flags.h:1005: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1005: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1006: error: parse error before "b"
insn-flags.h:1006: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1006: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1007: error: parse error before "c"
insn-flags.h:1007: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1007: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1008: error: parse error before "d"
insn-flags.h:1008: warning: type defaults to `int' in declaration of `d'
insn-flags.h:1008: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1009: error: parse error before "e"
insn-flags.h:1009: warning: type defaults to `int' in declaration of `e'
insn-flags.h:1009: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1010: error: parse error before "f"
insn-flags.h:1010: warning: type defaults to `int' in declaration of `f'
insn-flags.h:1010: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1011: error: parse error before '{' token
insn-flags.h:1014: error: parse error before "gen_strsetdi_rex_1"
insn-flags.h:1014: warning: type defaults to `int' in declaration of `gen_strsetdi_rex_1'
insn-flags.h:1014: warning: parameter names (without types) in function declaration
insn-flags.h:1014: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1016: error: parse error before "gen_strsetdi_rex_1"
insn-flags.h:1017: error: parse error before "rtx"
insn-flags.h:1017: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1017: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1018: error: parse error before "b"
insn-flags.h:1018: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1018: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1019: error: parse error before "c"
insn-flags.h:1019: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1019: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1020: error: parse error before '{' token
insn-flags.h:1023: error: parse error before "gen_strsetsi_1"
insn-flags.h:1023: warning: type defaults to `int' in declaration of `gen_strsetsi_1'
insn-flags.h:1023: warning: parameter names (without types) in function declaration
insn-flags.h:1023: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1024: error: parse error before "gen_strsetsi_rex_1"
insn-flags.h:1024: warning: type defaults to `int' in declaration of `gen_strsetsi_rex_1'
insn-flags.h:1024: warning: parameter names (without types) in function declaration
insn-flags.h:1024: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1026: error: parse error before "gen_strsetsi_rex_1"
insn-flags.h:1027: error: parse error before "rtx"
insn-flags.h:1027: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1027: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1028: error: parse error before "b"
insn-flags.h:1028: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1028: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1029: error: parse error before "c"
insn-flags.h:1029: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1029: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1030: error: parse error before '{' token
insn-flags.h:1033: error: parse error before "gen_strsethi_1"
insn-flags.h:1033: warning: type defaults to `int' in declaration of `gen_strsethi_1'
insn-flags.h:1033: warning: parameter names (without types) in function declaration
insn-flags.h:1033: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1034: error: parse error before "gen_strsethi_rex_1"
insn-flags.h:1034: warning: type defaults to `int' in declaration of `gen_strsethi_rex_1'
insn-flags.h:1034: warning: parameter names (without types) in function declaration
insn-flags.h:1034: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1036: error: parse error before "gen_strsethi_rex_1"
insn-flags.h:1037: error: parse error before "rtx"
insn-flags.h:1037: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1037: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1038: error: parse error before "b"
insn-flags.h:1038: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1038: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1039: error: parse error before "c"
insn-flags.h:1039: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1039: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1040: error: parse error before '{' token
insn-flags.h:1043: error: parse error before "gen_strsetqi_1"
insn-flags.h:1043: warning: type defaults to `int' in declaration of `gen_strsetqi_1'
insn-flags.h:1043: warning: parameter names (without types) in function declaration
insn-flags.h:1043: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1044: error: parse error before "gen_strsetqi_rex_1"
insn-flags.h:1044: warning: type defaults to `int' in declaration of `gen_strsetqi_rex_1'
insn-flags.h:1044: warning: parameter names (without types) in function declaration
insn-flags.h:1044: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1046: error: parse error before "gen_strsetqi_rex_1"
insn-flags.h:1047: error: parse error before "rtx"
insn-flags.h:1047: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1047: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1048: error: parse error before "b"
insn-flags.h:1048: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1048: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1049: error: parse error before "c"
insn-flags.h:1049: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1049: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1050: error: parse error before '{' token
insn-flags.h:1053: error: parse error before "gen_rep_stosdi_rex64"
insn-flags.h:1053: warning: type defaults to `int' in declaration of `gen_rep_stosdi_rex64'
insn-flags.h:1053: warning: parameter names (without types) in function declaration
insn-flags.h:1053: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1055: error: parse error before "gen_rep_stosdi_rex64"
insn-flags.h:1056: error: parse error before "rtx"
insn-flags.h:1056: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1056: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1057: error: parse error before "b"
insn-flags.h:1057: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1057: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1058: error: parse error before "c"
insn-flags.h:1058: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1058: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1059: error: parse error before "d"
insn-flags.h:1059: warning: type defaults to `int' in declaration of `d'
insn-flags.h:1059: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1060: error: parse error before "e"
insn-flags.h:1060: warning: type defaults to `int' in declaration of `e'
insn-flags.h:1060: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1061: error: parse error before '{' token
insn-flags.h:1064: error: parse error before "gen_rep_stossi"
insn-flags.h:1064: warning: type defaults to `int' in declaration of `gen_rep_stossi'
insn-flags.h:1064: warning: parameter names (without types) in function declaration
insn-flags.h:1064: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1065: error: parse error before "gen_rep_stossi_rex64"
insn-flags.h:1065: warning: type defaults to `int' in declaration of `gen_rep_stossi_rex64'
insn-flags.h:1065: warning: parameter names (without types) in function declaration
insn-flags.h:1065: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1067: error: parse error before "gen_rep_stossi_rex64"
insn-flags.h:1068: error: parse error before "rtx"
insn-flags.h:1068: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1068: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1069: error: parse error before "b"
insn-flags.h:1069: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1069: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1070: error: parse error before "c"
insn-flags.h:1070: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1070: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1071: error: parse error before "d"
insn-flags.h:1071: warning: type defaults to `int' in declaration of `d'
insn-flags.h:1071: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1072: error: parse error before "e"
insn-flags.h:1072: warning: type defaults to `int' in declaration of `e'
insn-flags.h:1072: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1073: error: parse error before '{' token
insn-flags.h:1076: error: parse error before "gen_rep_stosqi"
insn-flags.h:1076: warning: type defaults to `int' in declaration of `gen_rep_stosqi'
insn-flags.h:1076: warning: parameter names (without types) in function declaration
insn-flags.h:1076: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1077: error: parse error before "gen_rep_stosqi_rex64"
insn-flags.h:1077: warning: type defaults to `int' in declaration of `gen_rep_stosqi_rex64'
insn-flags.h:1077: warning: parameter names (without types) in function declaration
insn-flags.h:1077: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1079: error: parse error before "gen_rep_stosqi_rex64"
insn-flags.h:1080: error: parse error before "rtx"
insn-flags.h:1080: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1080: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1081: error: parse error before "b"
insn-flags.h:1081: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1081: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1082: error: parse error before "c"
insn-flags.h:1082: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1082: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1083: error: parse error before "d"
insn-flags.h:1083: warning: type defaults to `int' in declaration of `d'
insn-flags.h:1083: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1084: error: parse error before "e"
insn-flags.h:1084: warning: type defaults to `int' in declaration of `e'
insn-flags.h:1084: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1085: error: parse error before '{' token
insn-flags.h:1088: error: parse error before "gen_cmpstrqi_nz_1"
insn-flags.h:1088: warning: type defaults to `int' in declaration of `gen_cmpstrqi_nz_1'
insn-flags.h:1088: warning: parameter names (without types) in function declaration
insn-flags.h:1088: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1089: error: parse error before "gen_cmpstrqi_nz_rex_1"
insn-flags.h:1089: warning: type defaults to `int' in declaration of `gen_cmpstrqi_nz_rex_1'
insn-flags.h:1089: warning: parameter names (without types) in function declaration
insn-flags.h:1089: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1091: error: parse error before "gen_cmpstrqi_nz_rex_1"
insn-flags.h:1092: error: parse error before "rtx"
insn-flags.h:1092: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1092: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1093: error: parse error before "b"
insn-flags.h:1093: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1093: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1094: error: parse error before "c"
insn-flags.h:1094: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1094: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1095: error: parse error before "d"
insn-flags.h:1095: warning: type defaults to `int' in declaration of `d'
insn-flags.h:1095: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1096: error: parse error before "e"
insn-flags.h:1096: warning: type defaults to `int' in declaration of `e'
insn-flags.h:1096: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1097: error: parse error before "f"
insn-flags.h:1097: warning: type defaults to `int' in declaration of `f'
insn-flags.h:1097: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1098: error: parse error before "g"
insn-flags.h:1098: warning: type defaults to `int' in declaration of `g'
insn-flags.h:1098: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1099: error: parse error before '{' token
insn-flags.h:1102: error: parse error before "gen_cmpstrqi_1"
insn-flags.h:1102: warning: type defaults to `int' in declaration of `gen_cmpstrqi_1'
insn-flags.h:1102: warning: parameter names (without types) in function declaration
insn-flags.h:1102: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1103: error: parse error before "gen_cmpstrqi_rex_1"
insn-flags.h:1103: warning: type defaults to `int' in declaration of `gen_cmpstrqi_rex_1'
insn-flags.h:1103: warning: parameter names (without types) in function declaration
insn-flags.h:1103: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1105: error: parse error before "gen_cmpstrqi_rex_1"
insn-flags.h:1106: error: parse error before "rtx"
insn-flags.h:1106: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1106: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1107: error: parse error before "b"
insn-flags.h:1107: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1107: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1108: error: parse error before "c"
insn-flags.h:1108: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1108: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1109: error: parse error before "d"
insn-flags.h:1109: warning: type defaults to `int' in declaration of `d'
insn-flags.h:1109: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1110: error: parse error before "e"
insn-flags.h:1110: warning: type defaults to `int' in declaration of `e'
insn-flags.h:1110: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1111: error: parse error before "f"
insn-flags.h:1111: warning: type defaults to `int' in declaration of `f'
insn-flags.h:1111: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1112: error: parse error before "g"
insn-flags.h:1112: warning: type defaults to `int' in declaration of `g'
insn-flags.h:1112: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1113: error: parse error before '{' token
insn-flags.h:1116: error: parse error before "gen_strlenqi_1"
insn-flags.h:1116: warning: type defaults to `int' in declaration of `gen_strlenqi_1'
insn-flags.h:1116: warning: parameter names (without types) in function declaration
insn-flags.h:1116: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1117: error: parse error before "gen_strlenqi_rex_1"
insn-flags.h:1117: warning: type defaults to `int' in declaration of `gen_strlenqi_rex_1'
insn-flags.h:1117: warning: parameter names (without types) in function declaration
insn-flags.h:1117: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1119: error: parse error before "gen_strlenqi_rex_1"
insn-flags.h:1120: error: parse error before "rtx"
insn-flags.h:1120: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1120: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1121: error: parse error before "b"
insn-flags.h:1121: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1121: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1122: error: parse error before "c"
insn-flags.h:1122: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1122: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1123: error: parse error before "d"
insn-flags.h:1123: warning: type defaults to `int' in declaration of `d'
insn-flags.h:1123: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1124: error: parse error before "e"
insn-flags.h:1124: warning: type defaults to `int' in declaration of `e'
insn-flags.h:1124: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1125: error: parse error before "f"
insn-flags.h:1125: warning: type defaults to `int' in declaration of `f'
insn-flags.h:1125: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1126: error: parse error before '{' token
insn-flags.h:1129: error: parse error before "gen_x86_movdicc_0_m1_rex64"
insn-flags.h:1129: warning: type defaults to `int' in declaration of `gen_x86_movdicc_0_m1_rex64'
insn-flags.h:1129: warning: parameter names (without types) in function declaration
insn-flags.h:1129: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1131: error: parse error before "gen_x86_movdicc_0_m1_rex64"
insn-flags.h:1132: error: parse error before "rtx"
insn-flags.h:1132: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1132: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1133: error: parse error before '{' token
insn-flags.h:1136: error: parse error before "gen_x86_movsicc_0_m1"
insn-flags.h:1136: warning: type defaults to `int' in declaration of `gen_x86_movsicc_0_m1'
insn-flags.h:1136: warning: parameter names (without types) in function declaration
insn-flags.h:1136: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1137: error: parse error before "gen_pro_epilogue_adjust_stack_rex64"
insn-flags.h:1137: warning: type defaults to `int' in declaration of `gen_pro_epilogue_adjust_stack_rex64'
insn-flags.h:1137: warning: parameter names (without types) in function declaration
insn-flags.h:1137: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1139: error: parse error before "gen_pro_epilogue_adjust_stack_rex64"
insn-flags.h:1140: error: parse error before "rtx"
insn-flags.h:1140: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1140: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1141: error: parse error before "b"
insn-flags.h:1141: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1141: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1142: error: parse error before "c"
insn-flags.h:1142: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1142: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1143: error: parse error before '{' token
insn-flags.h:1146: error: parse error before "gen_sse_movsfcc"
insn-flags.h:1146: warning: type defaults to `int' in declaration of `gen_sse_movsfcc'
insn-flags.h:1146: warning: parameter names (without types) in function declaration
insn-flags.h:1146: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1147: error: parse error before "gen_sse_movsfcc_eq"
insn-flags.h:1147: warning: type defaults to `int' in declaration of `gen_sse_movsfcc_eq'
insn-flags.h:1147: warning: parameter names (without types) in function declaration
insn-flags.h:1147: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1148: error: parse error before "gen_sse_movdfcc"
insn-flags.h:1148: warning: type defaults to `int' in declaration of `gen_sse_movdfcc'
insn-flags.h:1148: warning: parameter names (without types) in function declaration
insn-flags.h:1148: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1149: error: parse error before "gen_sse_movdfcc_eq"
insn-flags.h:1149: warning: type defaults to `int' in declaration of `gen_sse_movdfcc_eq'
insn-flags.h:1149: warning: parameter names (without types) in function declaration
insn-flags.h:1149: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1150: error: parse error before "gen_allocate_stack_worker_1"
insn-flags.h:1150: warning: type defaults to `int' in declaration of `gen_allocate_stack_worker_1'
insn-flags.h:1150: warning: parameter names (without types) in function declaration
insn-flags.h:1150: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1151: error: parse error before "gen_allocate_stack_worker_rex64"
insn-flags.h:1151: warning: type defaults to `int' in declaration of `gen_allocate_stack_worker_rex64'
insn-flags.h:1151: warning: parameter names (without types) in function declaration
insn-flags.h:1151: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1153: error: parse error before "gen_allocate_stack_worker_rex64"
insn-flags.h:1154: error: parse error before "rtx"
insn-flags.h:1154: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1154: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1155: error: parse error before '{' token
insn-flags.h:1158: error: parse error before "gen_trap"
insn-flags.h:1158: warning: type defaults to `int' in declaration of `gen_trap'
insn-flags.h:1158: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1159: error: parse error before "gen_movv4sf_internal"
insn-flags.h:1159: warning: type defaults to `int' in declaration of `gen_movv4sf_internal'
insn-flags.h:1159: warning: parameter names (without types) in function declaration
insn-flags.h:1159: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1160: error: parse error before "gen_movv4si_internal"
insn-flags.h:1160: warning: type defaults to `int' in declaration of `gen_movv4si_internal'
insn-flags.h:1160: warning: parameter names (without types) in function declaration
insn-flags.h:1160: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1161: error: parse error before "gen_movv8qi_internal"
insn-flags.h:1161: warning: type defaults to `int' in declaration of `gen_movv8qi_internal'
insn-flags.h:1161: warning: parameter names (without types) in function declaration
insn-flags.h:1161: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1162: error: parse error before "gen_movv4hi_internal"
insn-flags.h:1162: warning: type defaults to `int' in declaration of `gen_movv4hi_internal'
insn-flags.h:1162: warning: parameter names (without types) in function declaration
insn-flags.h:1162: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1163: error: parse error before "gen_movv2si_internal"
insn-flags.h:1163: warning: type defaults to `int' in declaration of `gen_movv2si_internal'
insn-flags.h:1163: warning: parameter names (without types) in function declaration
insn-flags.h:1163: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1164: error: parse error before "gen_movv2sf_internal"
insn-flags.h:1164: warning: type defaults to `int' in declaration of `gen_movv2sf_internal'
insn-flags.h:1164: warning: parameter names (without types) in function declaration
insn-flags.h:1164: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1165: error: parse error before "gen_movv2df_internal"
insn-flags.h:1165: warning: type defaults to `int' in declaration of `gen_movv2df_internal'
insn-flags.h:1165: warning: parameter names (without types) in function declaration
insn-flags.h:1165: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1166: error: parse error before "gen_movv8hi_internal"
insn-flags.h:1166: warning: type defaults to `int' in declaration of `gen_movv8hi_internal'
insn-flags.h:1166: warning: parameter names (without types) in function declaration
insn-flags.h:1166: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1167: error: parse error before "gen_movv16qi_internal"
insn-flags.h:1167: warning: type defaults to `int' in declaration of `gen_movv16qi_internal'
insn-flags.h:1167: warning: parameter names (without types) in function declaration
insn-flags.h:1167: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1168: error: parse error before "gen_movti_internal"
insn-flags.h:1168: warning: type defaults to `int' in declaration of `gen_movti_internal'
insn-flags.h:1168: warning: parameter names (without types) in function declaration
insn-flags.h:1168: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1169: error: parse error before "gen_sse_movaps"
insn-flags.h:1169: warning: type defaults to `int' in declaration of `gen_sse_movaps'
insn-flags.h:1169: warning: parameter names (without types) in function declaration
insn-flags.h:1169: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1170: error: parse error before "gen_sse_movups"
insn-flags.h:1170: warning: type defaults to `int' in declaration of `gen_sse_movups'
insn-flags.h:1170: warning: parameter names (without types) in function declaration
insn-flags.h:1170: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1171: error: parse error before "gen_sse_movmskps"
insn-flags.h:1171: warning: type defaults to `int' in declaration of `gen_sse_movmskps'
insn-flags.h:1171: warning: parameter names (without types) in function declaration
insn-flags.h:1171: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1172: error: parse error before "gen_mmx_pmovmskb"
insn-flags.h:1172: warning: type defaults to `int' in declaration of `gen_mmx_pmovmskb'
insn-flags.h:1172: warning: parameter names (without types) in function declaration
insn-flags.h:1172: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1173: error: parse error before "gen_mmx_maskmovq"
insn-flags.h:1173: warning: type defaults to `int' in declaration of `gen_mmx_maskmovq'
insn-flags.h:1173: warning: parameter names (without types) in function declaration
insn-flags.h:1173: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1174: error: parse error before "gen_mmx_maskmovq_rex"
insn-flags.h:1174: warning: type defaults to `int' in declaration of `gen_mmx_maskmovq_rex'
insn-flags.h:1174: warning: parameter names (without types) in function declaration
insn-flags.h:1174: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1176: error: parse error before "gen_mmx_maskmovq_rex"
insn-flags.h:1177: error: parse error before "rtx"
insn-flags.h:1177: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1177: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1178: error: parse error before "b"
insn-flags.h:1178: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1178: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1179: error: parse error before "c"
insn-flags.h:1179: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1179: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1180: error: parse error before '{' token
insn-flags.h:1183: error: parse error before "gen_sse_movntv4sf"
insn-flags.h:1183: warning: type defaults to `int' in declaration of `gen_sse_movntv4sf'
insn-flags.h:1183: warning: parameter names (without types) in function declaration
insn-flags.h:1183: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1184: error: parse error before "gen_sse_movntdi"
insn-flags.h:1184: warning: type defaults to `int' in declaration of `gen_sse_movntdi'
insn-flags.h:1184: warning: parameter names (without types) in function declaration
insn-flags.h:1184: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1185: error: parse error before "gen_sse_movhlps"
insn-flags.h:1185: warning: type defaults to `int' in declaration of `gen_sse_movhlps'
insn-flags.h:1185: warning: parameter names (without types) in function declaration
insn-flags.h:1185: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1186: error: parse error before "gen_sse_movlhps"
insn-flags.h:1186: warning: type defaults to `int' in declaration of `gen_sse_movlhps'
insn-flags.h:1186: warning: parameter names (without types) in function declaration
insn-flags.h:1186: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1187: error: parse error before "gen_sse_movhps"
insn-flags.h:1187: warning: type defaults to `int' in declaration of `gen_sse_movhps'
insn-flags.h:1187: warning: parameter names (without types) in function declaration
insn-flags.h:1187: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1188: error: parse error before "gen_sse_movlps"
insn-flags.h:1188: warning: type defaults to `int' in declaration of `gen_sse_movlps'
insn-flags.h:1188: warning: parameter names (without types) in function declaration
insn-flags.h:1188: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1189: error: parse error before "gen_sse_loadss"
insn-flags.h:1189: warning: type defaults to `int' in declaration of `gen_sse_loadss'
insn-flags.h:1189: warning: parameter names (without types) in function declaration
insn-flags.h:1189: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1190: error: parse error before "gen_sse_movss"
insn-flags.h:1190: warning: type defaults to `int' in declaration of `gen_sse_movss'
insn-flags.h:1190: warning: parameter names (without types) in function declaration
insn-flags.h:1190: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1191: error: parse error before "gen_sse_storess"
insn-flags.h:1191: warning: type defaults to `int' in declaration of `gen_sse_storess'
insn-flags.h:1191: warning: parameter names (without types) in function declaration
insn-flags.h:1191: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1192: error: parse error before "gen_sse_shufps"
insn-flags.h:1192: warning: type defaults to `int' in declaration of `gen_sse_shufps'
insn-flags.h:1192: warning: parameter names (without types) in function declaration
insn-flags.h:1192: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1193: error: parse error before "gen_addv4sf3"
insn-flags.h:1193: warning: type defaults to `int' in declaration of `gen_addv4sf3'
insn-flags.h:1193: warning: parameter names (without types) in function declaration
insn-flags.h:1193: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1194: error: parse error before "gen_vmaddv4sf3"
insn-flags.h:1194: warning: type defaults to `int' in declaration of `gen_vmaddv4sf3'
insn-flags.h:1194: warning: parameter names (without types) in function declaration
insn-flags.h:1194: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1195: error: parse error before "gen_subv4sf3"
insn-flags.h:1195: warning: type defaults to `int' in declaration of `gen_subv4sf3'
insn-flags.h:1195: warning: parameter names (without types) in function declaration
insn-flags.h:1195: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1196: error: parse error before "gen_vmsubv4sf3"
insn-flags.h:1196: warning: type defaults to `int' in declaration of `gen_vmsubv4sf3'
insn-flags.h:1196: warning: parameter names (without types) in function declaration
insn-flags.h:1196: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1197: error: parse error before "gen_mulv4sf3"
insn-flags.h:1197: warning: type defaults to `int' in declaration of `gen_mulv4sf3'
insn-flags.h:1197: warning: parameter names (without types) in function declaration
insn-flags.h:1197: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1198: error: parse error before "gen_vmmulv4sf3"
insn-flags.h:1198: warning: type defaults to `int' in declaration of `gen_vmmulv4sf3'
insn-flags.h:1198: warning: parameter names (without types) in function declaration
insn-flags.h:1198: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1199: error: parse error before "gen_divv4sf3"
insn-flags.h:1199: warning: type defaults to `int' in declaration of `gen_divv4sf3'
insn-flags.h:1199: warning: parameter names (without types) in function declaration
insn-flags.h:1199: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1200: error: parse error before "gen_vmdivv4sf3"
insn-flags.h:1200: warning: type defaults to `int' in declaration of `gen_vmdivv4sf3'
insn-flags.h:1200: warning: parameter names (without types) in function declaration
insn-flags.h:1200: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1201: error: parse error before "gen_rcpv4sf2"
insn-flags.h:1201: warning: type defaults to `int' in declaration of `gen_rcpv4sf2'
insn-flags.h:1201: warning: parameter names (without types) in function declaration
insn-flags.h:1201: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1202: error: parse error before "gen_vmrcpv4sf2"
insn-flags.h:1202: warning: type defaults to `int' in declaration of `gen_vmrcpv4sf2'
insn-flags.h:1202: warning: parameter names (without types) in function declaration
insn-flags.h:1202: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1203: error: parse error before "gen_rsqrtv4sf2"
insn-flags.h:1203: warning: type defaults to `int' in declaration of `gen_rsqrtv4sf2'
insn-flags.h:1203: warning: parameter names (without types) in function declaration
insn-flags.h:1203: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1204: error: parse error before "gen_vmrsqrtv4sf2"
insn-flags.h:1204: warning: type defaults to `int' in declaration of `gen_vmrsqrtv4sf2'
insn-flags.h:1204: warning: parameter names (without types) in function declaration
insn-flags.h:1204: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1205: error: parse error before "gen_sqrtv4sf2"
insn-flags.h:1205: warning: type defaults to `int' in declaration of `gen_sqrtv4sf2'
insn-flags.h:1205: warning: parameter names (without types) in function declaration
insn-flags.h:1205: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1206: error: parse error before "gen_vmsqrtv4sf2"
insn-flags.h:1206: warning: type defaults to `int' in declaration of `gen_vmsqrtv4sf2'
insn-flags.h:1206: warning: parameter names (without types) in function declaration
insn-flags.h:1206: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1207: error: parse error before "gen_sse_andti3"
insn-flags.h:1207: warning: type defaults to `int' in declaration of `gen_sse_andti3'
insn-flags.h:1207: warning: parameter names (without types) in function declaration
insn-flags.h:1207: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1208: error: parse error before "gen_sse2_andti3"
insn-flags.h:1208: warning: type defaults to `int' in declaration of `gen_sse2_andti3'
insn-flags.h:1208: warning: parameter names (without types) in function declaration
insn-flags.h:1208: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1209: error: parse error before "gen_sse2_andv2di3"
insn-flags.h:1209: warning: type defaults to `int' in declaration of `gen_sse2_andv2di3'
insn-flags.h:1209: warning: parameter names (without types) in function declaration
insn-flags.h:1209: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1210: error: parse error before "gen_sse_nandti3"
insn-flags.h:1210: warning: type defaults to `int' in declaration of `gen_sse_nandti3'
insn-flags.h:1210: warning: parameter names (without types) in function declaration
insn-flags.h:1210: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1211: error: parse error before "gen_sse2_nandti3"
insn-flags.h:1211: warning: type defaults to `int' in declaration of `gen_sse2_nandti3'
insn-flags.h:1211: warning: parameter names (without types) in function declaration
insn-flags.h:1211: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1212: error: parse error before "gen_sse2_nandv2di3"
insn-flags.h:1212: warning: type defaults to `int' in declaration of `gen_sse2_nandv2di3'
insn-flags.h:1212: warning: parameter names (without types) in function declaration
insn-flags.h:1212: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1213: error: parse error before "gen_sse_iorti3"
insn-flags.h:1213: warning: type defaults to `int' in declaration of `gen_sse_iorti3'
insn-flags.h:1213: warning: parameter names (without types) in function declaration
insn-flags.h:1213: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1214: error: parse error before "gen_sse2_iorti3"
insn-flags.h:1214: warning: type defaults to `int' in declaration of `gen_sse2_iorti3'
insn-flags.h:1214: warning: parameter names (without types) in function declaration
insn-flags.h:1214: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1215: error: parse error before "gen_sse2_iorv2di3"
insn-flags.h:1215: warning: type defaults to `int' in declaration of `gen_sse2_iorv2di3'
insn-flags.h:1215: warning: parameter names (without types) in function declaration
insn-flags.h:1215: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1216: error: parse error before "gen_sse_xorti3"
insn-flags.h:1216: warning: type defaults to `int' in declaration of `gen_sse_xorti3'
insn-flags.h:1216: warning: parameter names (without types) in function declaration
insn-flags.h:1216: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1217: error: parse error before "gen_sse2_xorti3"
insn-flags.h:1217: warning: type defaults to `int' in declaration of `gen_sse2_xorti3'
insn-flags.h:1217: warning: parameter names (without types) in function declaration
insn-flags.h:1217: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1218: error: parse error before "gen_sse2_xorv2di3"
insn-flags.h:1218: warning: type defaults to `int' in declaration of `gen_sse2_xorv2di3'
insn-flags.h:1218: warning: parameter names (without types) in function declaration
insn-flags.h:1218: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1219: error: parse error before "gen_sse_clrv4sf"
insn-flags.h:1219: warning: type defaults to `int' in declaration of `gen_sse_clrv4sf'
insn-flags.h:1219: warning: parameter names (without types) in function declaration
insn-flags.h:1219: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1220: error: parse error before "gen_maskcmpv4sf3"
insn-flags.h:1220: warning: type defaults to `int' in declaration of `gen_maskcmpv4sf3'
insn-flags.h:1220: warning: parameter names (without types) in function declaration
insn-flags.h:1220: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1221: error: parse error before "gen_maskncmpv4sf3"
insn-flags.h:1221: warning: type defaults to `int' in declaration of `gen_maskncmpv4sf3'
insn-flags.h:1221: warning: parameter names (without types) in function declaration
insn-flags.h:1221: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1222: error: parse error before "gen_vmmaskcmpv4sf3"
insn-flags.h:1222: warning: type defaults to `int' in declaration of `gen_vmmaskcmpv4sf3'
insn-flags.h:1222: warning: parameter names (without types) in function declaration
insn-flags.h:1222: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1223: error: parse error before "gen_vmmaskncmpv4sf3"
insn-flags.h:1223: warning: type defaults to `int' in declaration of `gen_vmmaskncmpv4sf3'
insn-flags.h:1223: warning: parameter names (without types) in function declaration
insn-flags.h:1223: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1224: error: parse error before "gen_sse_comi"
insn-flags.h:1224: warning: type defaults to `int' in declaration of `gen_sse_comi'
insn-flags.h:1224: warning: parameter names (without types) in function declaration
insn-flags.h:1224: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1225: error: parse error before "gen_sse_ucomi"
insn-flags.h:1225: warning: type defaults to `int' in declaration of `gen_sse_ucomi'
insn-flags.h:1225: warning: parameter names (without types) in function declaration
insn-flags.h:1225: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1226: error: parse error before "gen_sse_unpckhps"
insn-flags.h:1226: warning: type defaults to `int' in declaration of `gen_sse_unpckhps'
insn-flags.h:1226: warning: parameter names (without types) in function declaration
insn-flags.h:1226: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1227: error: parse error before "gen_sse_unpcklps"
insn-flags.h:1227: warning: type defaults to `int' in declaration of `gen_sse_unpcklps'
insn-flags.h:1227: warning: parameter names (without types) in function declaration
insn-flags.h:1227: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1228: error: parse error before "gen_smaxv4sf3"
insn-flags.h:1228: warning: type defaults to `int' in declaration of `gen_smaxv4sf3'
insn-flags.h:1228: warning: parameter names (without types) in function declaration
insn-flags.h:1228: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1229: error: parse error before "gen_vmsmaxv4sf3"
insn-flags.h:1229: warning: type defaults to `int' in declaration of `gen_vmsmaxv4sf3'
insn-flags.h:1229: warning: parameter names (without types) in function declaration
insn-flags.h:1229: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1230: error: parse error before "gen_sminv4sf3"
insn-flags.h:1230: warning: type defaults to `int' in declaration of `gen_sminv4sf3'
insn-flags.h:1230: warning: parameter names (without types) in function declaration
insn-flags.h:1230: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1231: error: parse error before "gen_vmsminv4sf3"
insn-flags.h:1231: warning: type defaults to `int' in declaration of `gen_vmsminv4sf3'
insn-flags.h:1231: warning: parameter names (without types) in function declaration
insn-flags.h:1231: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1232: error: parse error before "gen_cvtpi2ps"
insn-flags.h:1232: warning: type defaults to `int' in declaration of `gen_cvtpi2ps'
insn-flags.h:1232: warning: parameter names (without types) in function declaration
insn-flags.h:1232: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1233: error: parse error before "gen_cvtps2pi"
insn-flags.h:1233: warning: type defaults to `int' in declaration of `gen_cvtps2pi'
insn-flags.h:1233: warning: parameter names (without types) in function declaration
insn-flags.h:1233: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1234: error: parse error before "gen_cvttps2pi"
insn-flags.h:1234: warning: type defaults to `int' in declaration of `gen_cvttps2pi'
insn-flags.h:1234: warning: parameter names (without types) in function declaration
insn-flags.h:1234: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1235: error: parse error before "gen_cvtsi2ss"
insn-flags.h:1235: warning: type defaults to `int' in declaration of `gen_cvtsi2ss'
insn-flags.h:1235: warning: parameter names (without types) in function declaration
insn-flags.h:1235: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1236: error: parse error before "gen_cvtss2si"
insn-flags.h:1236: warning: type defaults to `int' in declaration of `gen_cvtss2si'
insn-flags.h:1236: warning: parameter names (without types) in function declaration
insn-flags.h:1236: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1237: error: parse error before "gen_cvttss2si"
insn-flags.h:1237: warning: type defaults to `int' in declaration of `gen_cvttss2si'
insn-flags.h:1237: warning: parameter names (without types) in function declaration
insn-flags.h:1237: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1238: error: parse error before "gen_addv8qi3"
insn-flags.h:1238: warning: type defaults to `int' in declaration of `gen_addv8qi3'
insn-flags.h:1238: warning: parameter names (without types) in function declaration
insn-flags.h:1238: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1239: error: parse error before "gen_addv4hi3"
insn-flags.h:1239: warning: type defaults to `int' in declaration of `gen_addv4hi3'
insn-flags.h:1239: warning: parameter names (without types) in function declaration
insn-flags.h:1239: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1240: error: parse error before "gen_addv2si3"
insn-flags.h:1240: warning: type defaults to `int' in declaration of `gen_addv2si3'
insn-flags.h:1240: warning: parameter names (without types) in function declaration
insn-flags.h:1240: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1241: error: parse error before "gen_ssaddv8qi3"
insn-flags.h:1241: warning: type defaults to `int' in declaration of `gen_ssaddv8qi3'
insn-flags.h:1241: warning: parameter names (without types) in function declaration
insn-flags.h:1241: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1242: error: parse error before "gen_ssaddv4hi3"
insn-flags.h:1242: warning: type defaults to `int' in declaration of `gen_ssaddv4hi3'
insn-flags.h:1242: warning: parameter names (without types) in function declaration
insn-flags.h:1242: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1243: error: parse error before "gen_usaddv8qi3"
insn-flags.h:1243: warning: type defaults to `int' in declaration of `gen_usaddv8qi3'
insn-flags.h:1243: warning: parameter names (without types) in function declaration
insn-flags.h:1243: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1244: error: parse error before "gen_usaddv4hi3"
insn-flags.h:1244: warning: type defaults to `int' in declaration of `gen_usaddv4hi3'
insn-flags.h:1244: warning: parameter names (without types) in function declaration
insn-flags.h:1244: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1245: error: parse error before "gen_subv8qi3"
insn-flags.h:1245: warning: type defaults to `int' in declaration of `gen_subv8qi3'
insn-flags.h:1245: warning: parameter names (without types) in function declaration
insn-flags.h:1245: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1246: error: parse error before "gen_subv4hi3"
insn-flags.h:1246: warning: type defaults to `int' in declaration of `gen_subv4hi3'
insn-flags.h:1246: warning: parameter names (without types) in function declaration
insn-flags.h:1246: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1247: error: parse error before "gen_subv2si3"
insn-flags.h:1247: warning: type defaults to `int' in declaration of `gen_subv2si3'
insn-flags.h:1247: warning: parameter names (without types) in function declaration
insn-flags.h:1247: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1248: error: parse error before "gen_sssubv8qi3"
insn-flags.h:1248: warning: type defaults to `int' in declaration of `gen_sssubv8qi3'
insn-flags.h:1248: warning: parameter names (without types) in function declaration
insn-flags.h:1248: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1249: error: parse error before "gen_sssubv4hi3"
insn-flags.h:1249: warning: type defaults to `int' in declaration of `gen_sssubv4hi3'
insn-flags.h:1249: warning: parameter names (without types) in function declaration
insn-flags.h:1249: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1250: error: parse error before "gen_ussubv8qi3"
insn-flags.h:1250: warning: type defaults to `int' in declaration of `gen_ussubv8qi3'
insn-flags.h:1250: warning: parameter names (without types) in function declaration
insn-flags.h:1250: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1251: error: parse error before "gen_ussubv4hi3"
insn-flags.h:1251: warning: type defaults to `int' in declaration of `gen_ussubv4hi3'
insn-flags.h:1251: warning: parameter names (without types) in function declaration
insn-flags.h:1251: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1252: error: parse error before "gen_mulv4hi3"
insn-flags.h:1252: warning: type defaults to `int' in declaration of `gen_mulv4hi3'
insn-flags.h:1252: warning: parameter names (without types) in function declaration
insn-flags.h:1252: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1253: error: parse error before "gen_smulv4hi3_highpart"
insn-flags.h:1253: warning: type defaults to `int' in declaration of `gen_smulv4hi3_highpart'
insn-flags.h:1253: warning: parameter names (without types) in function declaration
insn-flags.h:1253: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1254: error: parse error before "gen_umulv4hi3_highpart"
insn-flags.h:1254: warning: type defaults to `int' in declaration of `gen_umulv4hi3_highpart'
insn-flags.h:1254: warning: parameter names (without types) in function declaration
insn-flags.h:1254: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1255: error: parse error before "gen_mmx_pmaddwd"
insn-flags.h:1255: warning: type defaults to `int' in declaration of `gen_mmx_pmaddwd'
insn-flags.h:1255: warning: parameter names (without types) in function declaration
insn-flags.h:1255: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1256: error: parse error before "gen_mmx_iordi3"
insn-flags.h:1256: warning: type defaults to `int' in declaration of `gen_mmx_iordi3'
insn-flags.h:1256: warning: parameter names (without types) in function declaration
insn-flags.h:1256: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1257: error: parse error before "gen_mmx_xordi3"
insn-flags.h:1257: warning: type defaults to `int' in declaration of `gen_mmx_xordi3'
insn-flags.h:1257: warning: parameter names (without types) in function declaration
insn-flags.h:1257: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1258: error: parse error before "gen_mmx_clrdi"
insn-flags.h:1258: warning: type defaults to `int' in declaration of `gen_mmx_clrdi'
insn-flags.h:1258: warning: parameter names (without types) in function declaration
insn-flags.h:1258: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1259: error: parse error before "gen_mmx_anddi3"
insn-flags.h:1259: warning: type defaults to `int' in declaration of `gen_mmx_anddi3'
insn-flags.h:1259: warning: parameter names (without types) in function declaration
insn-flags.h:1259: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1260: error: parse error before "gen_mmx_nanddi3"
insn-flags.h:1260: warning: type defaults to `int' in declaration of `gen_mmx_nanddi3'
insn-flags.h:1260: warning: parameter names (without types) in function declaration
insn-flags.h:1260: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1261: error: parse error before "gen_mmx_uavgv8qi3"
insn-flags.h:1261: warning: type defaults to `int' in declaration of `gen_mmx_uavgv8qi3'
insn-flags.h:1261: warning: parameter names (without types) in function declaration
insn-flags.h:1261: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1262: error: parse error before "gen_mmx_uavgv4hi3"
insn-flags.h:1262: warning: type defaults to `int' in declaration of `gen_mmx_uavgv4hi3'
insn-flags.h:1262: warning: parameter names (without types) in function declaration
insn-flags.h:1262: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1263: error: parse error before "gen_mmx_psadbw"
insn-flags.h:1263: warning: type defaults to `int' in declaration of `gen_mmx_psadbw'
insn-flags.h:1263: warning: parameter names (without types) in function declaration
insn-flags.h:1263: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1264: error: parse error before "gen_mmx_pinsrw"
insn-flags.h:1264: warning: type defaults to `int' in declaration of `gen_mmx_pinsrw'
insn-flags.h:1264: warning: parameter names (without types) in function declaration
insn-flags.h:1264: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1265: error: parse error before "gen_mmx_pextrw"
insn-flags.h:1265: warning: type defaults to `int' in declaration of `gen_mmx_pextrw'
insn-flags.h:1265: warning: parameter names (without types) in function declaration
insn-flags.h:1265: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1266: error: parse error before "gen_mmx_pshufw"
insn-flags.h:1266: warning: type defaults to `int' in declaration of `gen_mmx_pshufw'
insn-flags.h:1266: warning: parameter names (without types) in function declaration
insn-flags.h:1266: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1267: error: parse error before "gen_eqv8qi3"
insn-flags.h:1267: warning: type defaults to `int' in declaration of `gen_eqv8qi3'
insn-flags.h:1267: warning: parameter names (without types) in function declaration
insn-flags.h:1267: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1268: error: parse error before "gen_eqv4hi3"
insn-flags.h:1268: warning: type defaults to `int' in declaration of `gen_eqv4hi3'
insn-flags.h:1268: warning: parameter names (without types) in function declaration
insn-flags.h:1268: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1269: error: parse error before "gen_eqv2si3"
insn-flags.h:1269: warning: type defaults to `int' in declaration of `gen_eqv2si3'
insn-flags.h:1269: warning: parameter names (without types) in function declaration
insn-flags.h:1269: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1270: error: parse error before "gen_gtv8qi3"
insn-flags.h:1270: warning: type defaults to `int' in declaration of `gen_gtv8qi3'
insn-flags.h:1270: warning: parameter names (without types) in function declaration
insn-flags.h:1270: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1271: error: parse error before "gen_gtv4hi3"
insn-flags.h:1271: warning: type defaults to `int' in declaration of `gen_gtv4hi3'
insn-flags.h:1271: warning: parameter names (without types) in function declaration
insn-flags.h:1271: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1272: error: parse error before "gen_gtv2si3"
insn-flags.h:1272: warning: type defaults to `int' in declaration of `gen_gtv2si3'
insn-flags.h:1272: warning: parameter names (without types) in function declaration
insn-flags.h:1272: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1273: error: parse error before "gen_umaxv8qi3"
insn-flags.h:1273: warning: type defaults to `int' in declaration of `gen_umaxv8qi3'
insn-flags.h:1273: warning: parameter names (without types) in function declaration
insn-flags.h:1273: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1274: error: parse error before "gen_smaxv4hi3"
insn-flags.h:1274: warning: type defaults to `int' in declaration of `gen_smaxv4hi3'
insn-flags.h:1274: warning: parameter names (without types) in function declaration
insn-flags.h:1274: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1275: error: parse error before "gen_uminv8qi3"
insn-flags.h:1275: warning: type defaults to `int' in declaration of `gen_uminv8qi3'
insn-flags.h:1275: warning: parameter names (without types) in function declaration
insn-flags.h:1275: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1276: error: parse error before "gen_sminv4hi3"
insn-flags.h:1276: warning: type defaults to `int' in declaration of `gen_sminv4hi3'
insn-flags.h:1276: warning: parameter names (without types) in function declaration
insn-flags.h:1276: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1277: error: parse error before "gen_ashrv4hi3"
insn-flags.h:1277: warning: type defaults to `int' in declaration of `gen_ashrv4hi3'
insn-flags.h:1277: warning: parameter names (without types) in function declaration
insn-flags.h:1277: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1278: error: parse error before "gen_ashrv2si3"
insn-flags.h:1278: warning: type defaults to `int' in declaration of `gen_ashrv2si3'
insn-flags.h:1278: warning: parameter names (without types) in function declaration
insn-flags.h:1278: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1279: error: parse error before "gen_lshrv4hi3"
insn-flags.h:1279: warning: type defaults to `int' in declaration of `gen_lshrv4hi3'
insn-flags.h:1279: warning: parameter names (without types) in function declaration
insn-flags.h:1279: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1280: error: parse error before "gen_lshrv2si3"
insn-flags.h:1280: warning: type defaults to `int' in declaration of `gen_lshrv2si3'
insn-flags.h:1280: warning: parameter names (without types) in function declaration
insn-flags.h:1280: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1281: error: parse error before "gen_mmx_lshrdi3"
insn-flags.h:1281: warning: type defaults to `int' in declaration of `gen_mmx_lshrdi3'
insn-flags.h:1281: warning: parameter names (without types) in function declaration
insn-flags.h:1281: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1282: error: parse error before "gen_ashlv4hi3"
insn-flags.h:1282: warning: type defaults to `int' in declaration of `gen_ashlv4hi3'
insn-flags.h:1282: warning: parameter names (without types) in function declaration
insn-flags.h:1282: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1283: error: parse error before "gen_ashlv2si3"
insn-flags.h:1283: warning: type defaults to `int' in declaration of `gen_ashlv2si3'
insn-flags.h:1283: warning: parameter names (without types) in function declaration
insn-flags.h:1283: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1284: error: parse error before "gen_mmx_ashldi3"
insn-flags.h:1284: warning: type defaults to `int' in declaration of `gen_mmx_ashldi3'
insn-flags.h:1284: warning: parameter names (without types) in function declaration
insn-flags.h:1284: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1285: error: parse error before "gen_mmx_packsswb"
insn-flags.h:1285: warning: type defaults to `int' in declaration of `gen_mmx_packsswb'
insn-flags.h:1285: warning: parameter names (without types) in function declaration
insn-flags.h:1285: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1286: error: parse error before "gen_mmx_packssdw"
insn-flags.h:1286: warning: type defaults to `int' in declaration of `gen_mmx_packssdw'
insn-flags.h:1286: warning: parameter names (without types) in function declaration
insn-flags.h:1286: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1287: error: parse error before "gen_mmx_packuswb"
insn-flags.h:1287: warning: type defaults to `int' in declaration of `gen_mmx_packuswb'
insn-flags.h:1287: warning: parameter names (without types) in function declaration
insn-flags.h:1287: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1288: error: parse error before "gen_mmx_punpckhbw"
insn-flags.h:1288: warning: type defaults to `int' in declaration of `gen_mmx_punpckhbw'
insn-flags.h:1288: warning: parameter names (without types) in function declaration
insn-flags.h:1288: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1289: error: parse error before "gen_mmx_punpckhwd"
insn-flags.h:1289: warning: type defaults to `int' in declaration of `gen_mmx_punpckhwd'
insn-flags.h:1289: warning: parameter names (without types) in function declaration
insn-flags.h:1289: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1290: error: parse error before "gen_mmx_punpckhdq"
insn-flags.h:1290: warning: type defaults to `int' in declaration of `gen_mmx_punpckhdq'
insn-flags.h:1290: warning: parameter names (without types) in function declaration
insn-flags.h:1290: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1291: error: parse error before "gen_mmx_punpcklbw"
insn-flags.h:1291: warning: type defaults to `int' in declaration of `gen_mmx_punpcklbw'
insn-flags.h:1291: warning: parameter names (without types) in function declaration
insn-flags.h:1291: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1292: error: parse error before "gen_mmx_punpcklwd"
insn-flags.h:1292: warning: type defaults to `int' in declaration of `gen_mmx_punpcklwd'
insn-flags.h:1292: warning: parameter names (without types) in function declaration
insn-flags.h:1292: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1293: error: parse error before "gen_mmx_punpckldq"
insn-flags.h:1293: warning: type defaults to `int' in declaration of `gen_mmx_punpckldq'
insn-flags.h:1293: warning: parameter names (without types) in function declaration
insn-flags.h:1293: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1294: error: parse error before "gen_emms"
insn-flags.h:1294: warning: type defaults to `int' in declaration of `gen_emms'
insn-flags.h:1294: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1295: error: parse error before "gen_ldmxcsr"
insn-flags.h:1295: warning: type defaults to `int' in declaration of `gen_ldmxcsr'
insn-flags.h:1295: warning: parameter names (without types) in function declaration
insn-flags.h:1295: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1296: error: parse error before "gen_stmxcsr"
insn-flags.h:1296: warning: type defaults to `int' in declaration of `gen_stmxcsr'
insn-flags.h:1296: warning: parameter names (without types) in function declaration
insn-flags.h:1296: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1297: error: parse error before "gen_addv2sf3"
insn-flags.h:1297: warning: type defaults to `int' in declaration of `gen_addv2sf3'
insn-flags.h:1297: warning: parameter names (without types) in function declaration
insn-flags.h:1297: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1298: error: parse error before "gen_subv2sf3"
insn-flags.h:1298: warning: type defaults to `int' in declaration of `gen_subv2sf3'
insn-flags.h:1298: warning: parameter names (without types) in function declaration
insn-flags.h:1298: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1299: error: parse error before "gen_subrv2sf3"
insn-flags.h:1299: warning: type defaults to `int' in declaration of `gen_subrv2sf3'
insn-flags.h:1299: warning: parameter names (without types) in function declaration
insn-flags.h:1299: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1300: error: parse error before "gen_gtv2sf3"
insn-flags.h:1300: warning: type defaults to `int' in declaration of `gen_gtv2sf3'
insn-flags.h:1300: warning: parameter names (without types) in function declaration
insn-flags.h:1300: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1301: error: parse error before "gen_gev2sf3"
insn-flags.h:1301: warning: type defaults to `int' in declaration of `gen_gev2sf3'
insn-flags.h:1301: warning: parameter names (without types) in function declaration
insn-flags.h:1301: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1302: error: parse error before "gen_eqv2sf3"
insn-flags.h:1302: warning: type defaults to `int' in declaration of `gen_eqv2sf3'
insn-flags.h:1302: warning: parameter names (without types) in function declaration
insn-flags.h:1302: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1303: error: parse error before "gen_pfmaxv2sf3"
insn-flags.h:1303: warning: type defaults to `int' in declaration of `gen_pfmaxv2sf3'
insn-flags.h:1303: warning: parameter names (without types) in function declaration
insn-flags.h:1303: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1304: error: parse error before "gen_pfminv2sf3"
insn-flags.h:1304: warning: type defaults to `int' in declaration of `gen_pfminv2sf3'
insn-flags.h:1304: warning: parameter names (without types) in function declaration
insn-flags.h:1304: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1305: error: parse error before "gen_mulv2sf3"
insn-flags.h:1305: warning: type defaults to `int' in declaration of `gen_mulv2sf3'
insn-flags.h:1305: warning: parameter names (without types) in function declaration
insn-flags.h:1305: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1306: error: parse error before "gen_femms"
insn-flags.h:1306: warning: type defaults to `int' in declaration of `gen_femms'
insn-flags.h:1306: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1307: error: parse error before "gen_pf2id"
insn-flags.h:1307: warning: type defaults to `int' in declaration of `gen_pf2id'
insn-flags.h:1307: warning: parameter names (without types) in function declaration
insn-flags.h:1307: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1308: error: parse error before "gen_pf2iw"
insn-flags.h:1308: warning: type defaults to `int' in declaration of `gen_pf2iw'
insn-flags.h:1308: warning: parameter names (without types) in function declaration
insn-flags.h:1308: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1309: error: parse error before "gen_pfacc"
insn-flags.h:1309: warning: type defaults to `int' in declaration of `gen_pfacc'
ins