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'
insn-flags.h:1309: warning: parameter names (without types) in function declaration
insn-flags.h:1309: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1310: error: parse error before "gen_pfnacc"
insn-flags.h:1310: warning: type defaults to `int' in declaration of `gen_pfnacc'
insn-flags.h:1310: warning: parameter names (without types) in function declaration
insn-flags.h:1310: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1311: error: parse error before "gen_pfpnacc"
insn-flags.h:1311: warning: type defaults to `int' in declaration of `gen_pfpnacc'
insn-flags.h:1311: warning: parameter names (without types) in function declaration
insn-flags.h:1311: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1312: error: parse error before "gen_pi2fw"
insn-flags.h:1312: warning: type defaults to `int' in declaration of `gen_pi2fw'
insn-flags.h:1312: warning: parameter names (without types) in function declaration
insn-flags.h:1312: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1313: error: parse error before "gen_floatv2si2"
insn-flags.h:1313: warning: type defaults to `int' in declaration of `gen_floatv2si2'
insn-flags.h:1313: warning: parameter names (without types) in function declaration
insn-flags.h:1313: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1314: error: parse error before "gen_pavgusb"
insn-flags.h:1314: warning: type defaults to `int' in declaration of `gen_pavgusb'
insn-flags.h:1314: warning: parameter names (without types) in function declaration
insn-flags.h:1314: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1315: error: parse error before "gen_pfrcpv2sf2"
insn-flags.h:1315: warning: type defaults to `int' in declaration of `gen_pfrcpv2sf2'
insn-flags.h:1315: warning: parameter names (without types) in function declaration
insn-flags.h:1315: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1316: error: parse error before "gen_pfrcpit1v2sf3"
insn-flags.h:1316: warning: type defaults to `int' in declaration of `gen_pfrcpit1v2sf3'
insn-flags.h:1316: warning: parameter names (without types) in function declaration
insn-flags.h:1316: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1317: error: parse error before "gen_pfrcpit2v2sf3"
insn-flags.h:1317: warning: type defaults to `int' in declaration of `gen_pfrcpit2v2sf3'
insn-flags.h:1317: warning: parameter names (without types) in function declaration
insn-flags.h:1317: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1318: error: parse error before "gen_pfrsqrtv2sf2"
insn-flags.h:1318: warning: type defaults to `int' in declaration of `gen_pfrsqrtv2sf2'
insn-flags.h:1318: warning: parameter names (without types) in function declaration
insn-flags.h:1318: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1319: error: parse error before "gen_pfrsqit1v2sf3"
insn-flags.h:1319: warning: type defaults to `int' in declaration of `gen_pfrsqit1v2sf3'
insn-flags.h:1319: warning: parameter names (without types) in function declaration
insn-flags.h:1319: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1320: error: parse error before "gen_pmulhrwv4hi3"
insn-flags.h:1320: warning: type defaults to `int' in declaration of `gen_pmulhrwv4hi3'
insn-flags.h:1320: warning: parameter names (without types) in function declaration
insn-flags.h:1320: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1321: error: parse error before "gen_pswapdv2si2"
insn-flags.h:1321: warning: type defaults to `int' in declaration of `gen_pswapdv2si2'
insn-flags.h:1321: warning: parameter names (without types) in function declaration
insn-flags.h:1321: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1322: error: parse error before "gen_pswapdv2sf2"
insn-flags.h:1322: warning: type defaults to `int' in declaration of `gen_pswapdv2sf2'
insn-flags.h:1322: warning: parameter names (without types) in function declaration
insn-flags.h:1322: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1323: error: parse error before "gen_addv2df3"
insn-flags.h:1323: warning: type defaults to `int' in declaration of `gen_addv2df3'
insn-flags.h:1323: warning: parameter names (without types) in function declaration
insn-flags.h:1323: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1324: error: parse error before "gen_vmaddv2df3"
insn-flags.h:1324: warning: type defaults to `int' in declaration of `gen_vmaddv2df3'
insn-flags.h:1324: warning: parameter names (without types) in function declaration
insn-flags.h:1324: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1325: error: parse error before "gen_subv2df3"
insn-flags.h:1325: warning: type defaults to `int' in declaration of `gen_subv2df3'
insn-flags.h:1325: warning: parameter names (without types) in function declaration
insn-flags.h:1325: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1326: error: parse error before "gen_vmsubv2df3"
insn-flags.h:1326: warning: type defaults to `int' in declaration of `gen_vmsubv2df3'
insn-flags.h:1326: warning: parameter names (without types) in function declaration
insn-flags.h:1326: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1327: error: parse error before "gen_mulv2df3"
insn-flags.h:1327: warning: type defaults to `int' in declaration of `gen_mulv2df3'
insn-flags.h:1327: warning: parameter names (without types) in function declaration
insn-flags.h:1327: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1328: error: parse error before "gen_vmmulv2df3"
insn-flags.h:1328: warning: type defaults to `int' in declaration of `gen_vmmulv2df3'
insn-flags.h:1328: warning: parameter names (without types) in function declaration
insn-flags.h:1328: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1329: error: parse error before "gen_divv2df3"
insn-flags.h:1329: warning: type defaults to `int' in declaration of `gen_divv2df3'
insn-flags.h:1329: warning: parameter names (without types) in function declaration
insn-flags.h:1329: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1330: error: parse error before "gen_vmdivv2df3"
insn-flags.h:1330: warning: type defaults to `int' in declaration of `gen_vmdivv2df3'
insn-flags.h:1330: warning: parameter names (without types) in function declaration
insn-flags.h:1330: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1331: error: parse error before "gen_smaxv2df3"
insn-flags.h:1331: warning: type defaults to `int' in declaration of `gen_smaxv2df3'
insn-flags.h:1331: warning: parameter names (without types) in function declaration
insn-flags.h:1331: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1332: error: parse error before "gen_vmsmaxv2df3"
insn-flags.h:1332: warning: type defaults to `int' in declaration of `gen_vmsmaxv2df3'
insn-flags.h:1332: warning: parameter names (without types) in function declaration
insn-flags.h:1332: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1333: error: parse error before "gen_sminv2df3"
insn-flags.h:1333: warning: type defaults to `int' in declaration of `gen_sminv2df3'
insn-flags.h:1333: warning: parameter names (without types) in function declaration
insn-flags.h:1333: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1334: error: parse error before "gen_vmsminv2df3"
insn-flags.h:1334: warning: type defaults to `int' in declaration of `gen_vmsminv2df3'
insn-flags.h:1334: warning: parameter names (without types) in function declaration
insn-flags.h:1334: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1335: error: parse error before "gen_sse2_anddf3"
insn-flags.h:1335: warning: type defaults to `int' in declaration of `gen_sse2_anddf3'
insn-flags.h:1335: warning: parameter names (without types) in function declaration
insn-flags.h:1335: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1336: error: parse error before "gen_sse2_nanddf3"
insn-flags.h:1336: warning: type defaults to `int' in declaration of `gen_sse2_nanddf3'
insn-flags.h:1336: warning: parameter names (without types) in function declaration
insn-flags.h:1336: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1337: error: parse error before "gen_sse2_iordf3"
insn-flags.h:1337: warning: type defaults to `int' in declaration of `gen_sse2_iordf3'
insn-flags.h:1337: warning: parameter names (without types) in function declaration
insn-flags.h:1337: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1338: error: parse error before "gen_sse2_xordf3"
insn-flags.h:1338: warning: type defaults to `int' in declaration of `gen_sse2_xordf3'
insn-flags.h:1338: warning: parameter names (without types) in function declaration
insn-flags.h:1338: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1339: error: parse error before "gen_sqrtv2df2"
insn-flags.h:1339: warning: type defaults to `int' in declaration of `gen_sqrtv2df2'
insn-flags.h:1339: warning: parameter names (without types) in function declaration
insn-flags.h:1339: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1340: error: parse error before "gen_vmsqrtv2df2"
insn-flags.h:1340: warning: type defaults to `int' in declaration of `gen_vmsqrtv2df2'
insn-flags.h:1340: warning: parameter names (without types) in function declaration
insn-flags.h:1340: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1341: error: parse error before "gen_maskcmpv2df3"
insn-flags.h:1341: warning: type defaults to `int' in declaration of `gen_maskcmpv2df3'
insn-flags.h:1341: warning: parameter names (without types) in function declaration
insn-flags.h:1341: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1342: error: parse error before "gen_maskncmpv2df3"
insn-flags.h:1342: warning: type defaults to `int' in declaration of `gen_maskncmpv2df3'
insn-flags.h:1342: warning: parameter names (without types) in function declaration
insn-flags.h:1342: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1343: error: parse error before "gen_vmmaskcmpv2df3"
insn-flags.h:1343: warning: type defaults to `int' in declaration of `gen_vmmaskcmpv2df3'
insn-flags.h:1343: warning: parameter names (without types) in function declaration
insn-flags.h:1343: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1344: error: parse error before "gen_vmmaskncmpv2df3"
insn-flags.h:1344: warning: type defaults to `int' in declaration of `gen_vmmaskncmpv2df3'
insn-flags.h:1344: warning: parameter names (without types) in function declaration
insn-flags.h:1344: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1345: error: parse error before "gen_sse2_comi"
insn-flags.h:1345: warning: type defaults to `int' in declaration of `gen_sse2_comi'
insn-flags.h:1345: warning: parameter names (without types) in function declaration
insn-flags.h:1345: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1346: error: parse error before "gen_sse2_ucomi"
insn-flags.h:1346: warning: type defaults to `int' in declaration of `gen_sse2_ucomi'
insn-flags.h:1346: warning: parameter names (without types) in function declaration
insn-flags.h:1346: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1347: error: parse error before "gen_sse2_movmskpd"
insn-flags.h:1347: warning: type defaults to `int' in declaration of `gen_sse2_movmskpd'
insn-flags.h:1347: warning: parameter names (without types) in function declaration
insn-flags.h:1347: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1348: error: parse error before "gen_sse2_pmovmskb"
insn-flags.h:1348: warning: type defaults to `int' in declaration of `gen_sse2_pmovmskb'
insn-flags.h:1348: warning: parameter names (without types) in function declaration
insn-flags.h:1348: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1349: error: parse error before "gen_sse2_maskmovdqu"
insn-flags.h:1349: warning: type defaults to `int' in declaration of `gen_sse2_maskmovdqu'
insn-flags.h:1349: warning: parameter names (without types) in function declaration
insn-flags.h:1349: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1350: error: parse error before "gen_sse2_movntv2df"
insn-flags.h:1350: warning: type defaults to `int' in declaration of `gen_sse2_movntv2df'
insn-flags.h:1350: warning: parameter names (without types) in function declaration
insn-flags.h:1350: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1351: error: parse error before "gen_sse2_movntv2di"
insn-flags.h:1351: warning: type defaults to `int' in declaration of `gen_sse2_movntv2di'
insn-flags.h:1351: warning: parameter names (without types) in function declaration
insn-flags.h:1351: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1352: error: parse error before "gen_sse2_movntsi"
insn-flags.h:1352: warning: type defaults to `int' in declaration of `gen_sse2_movntsi'
insn-flags.h:1352: warning: parameter names (without types) in function declaration
insn-flags.h:1352: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1353: error: parse error before "gen_cvtdq2ps"
insn-flags.h:1353: warning: type defaults to `int' in declaration of `gen_cvtdq2ps'
insn-flags.h:1353: warning: parameter names (without types) in function declaration
insn-flags.h:1353: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1354: error: parse error before "gen_cvtps2dq"
insn-flags.h:1354: warning: type defaults to `int' in declaration of `gen_cvtps2dq'
insn-flags.h:1354: warning: parameter names (without types) in function declaration
insn-flags.h:1354: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1355: error: parse error before "gen_cvttps2dq"
insn-flags.h:1355: warning: type defaults to `int' in declaration of `gen_cvttps2dq'
insn-flags.h:1355: warning: parameter names (without types) in function declaration
insn-flags.h:1355: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1356: error: parse error before "gen_cvtdq2pd"
insn-flags.h:1356: warning: type defaults to `int' in declaration of `gen_cvtdq2pd'
insn-flags.h:1356: warning: parameter names (without types) in function declaration
insn-flags.h:1356: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1357: error: parse error before "gen_cvtpd2dq"
insn-flags.h:1357: warning: type defaults to `int' in declaration of `gen_cvtpd2dq'
insn-flags.h:1357: warning: parameter names (without types) in function declaration
insn-flags.h:1357: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1358: error: parse error before "gen_cvttpd2dq"
insn-flags.h:1358: warning: type defaults to `int' in declaration of `gen_cvttpd2dq'
insn-flags.h:1358: warning: parameter names (without types) in function declaration
insn-flags.h:1358: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1359: error: parse error before "gen_cvtpd2pi"
insn-flags.h:1359: warning: type defaults to `int' in declaration of `gen_cvtpd2pi'
insn-flags.h:1359: warning: parameter names (without types) in function declaration
insn-flags.h:1359: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1360: error: parse error before "gen_cvttpd2pi"
insn-flags.h:1360: warning: type defaults to `int' in declaration of `gen_cvttpd2pi'
insn-flags.h:1360: warning: parameter names (without types) in function declaration
insn-flags.h:1360: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1361: error: parse error before "gen_cvtpi2pd"
insn-flags.h:1361: warning: type defaults to `int' in declaration of `gen_cvtpi2pd'
insn-flags.h:1361: warning: parameter names (without types) in function declaration
insn-flags.h:1361: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1362: error: parse error before "gen_cvtsd2si"
insn-flags.h:1362: warning: type defaults to `int' in declaration of `gen_cvtsd2si'
insn-flags.h:1362: warning: parameter names (without types) in function declaration
insn-flags.h:1362: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1363: error: parse error before "gen_cvttsd2si"
insn-flags.h:1363: warning: type defaults to `int' in declaration of `gen_cvttsd2si'
insn-flags.h:1363: warning: parameter names (without types) in function declaration
insn-flags.h:1363: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1364: error: parse error before "gen_cvtsi2sd"
insn-flags.h:1364: warning: type defaults to `int' in declaration of `gen_cvtsi2sd'
insn-flags.h:1364: warning: parameter names (without types) in function declaration
insn-flags.h:1364: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1365: error: parse error before "gen_cvtsd2ss"
insn-flags.h:1365: warning: type defaults to `int' in declaration of `gen_cvtsd2ss'
insn-flags.h:1365: warning: parameter names (without types) in function declaration
insn-flags.h:1365: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1366: error: parse error before "gen_cvtss2sd"
insn-flags.h:1366: warning: type defaults to `int' in declaration of `gen_cvtss2sd'
insn-flags.h:1366: warning: parameter names (without types) in function declaration
insn-flags.h:1366: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1367: error: parse error before "gen_cvtpd2ps"
insn-flags.h:1367: warning: type defaults to `int' in declaration of `gen_cvtpd2ps'
insn-flags.h:1367: warning: parameter names (without types) in function declaration
insn-flags.h:1367: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1368: error: parse error before "gen_cvtps2pd"
insn-flags.h:1368: warning: type defaults to `int' in declaration of `gen_cvtps2pd'
insn-flags.h:1368: warning: parameter names (without types) in function declaration
insn-flags.h:1368: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1369: error: parse error before "gen_addv16qi3"
insn-flags.h:1369: warning: type defaults to `int' in declaration of `gen_addv16qi3'
insn-flags.h:1369: warning: parameter names (without types) in function declaration
insn-flags.h:1369: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1370: error: parse error before "gen_addv8hi3"
insn-flags.h:1370: warning: type defaults to `int' in declaration of `gen_addv8hi3'
insn-flags.h:1370: warning: parameter names (without types) in function declaration
insn-flags.h:1370: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1371: error: parse error before "gen_addv4si3"
insn-flags.h:1371: warning: type defaults to `int' in declaration of `gen_addv4si3'
insn-flags.h:1371: warning: parameter names (without types) in function declaration
insn-flags.h:1371: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1372: error: parse error before "gen_addv2di3"
insn-flags.h:1372: warning: type defaults to `int' in declaration of `gen_addv2di3'
insn-flags.h:1372: warning: parameter names (without types) in function declaration
insn-flags.h:1372: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1373: error: parse error before "gen_ssaddv16qi3"
insn-flags.h:1373: warning: type defaults to `int' in declaration of `gen_ssaddv16qi3'
insn-flags.h:1373: warning: parameter names (without types) in function declaration
insn-flags.h:1373: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1374: error: parse error before "gen_ssaddv8hi3"
insn-flags.h:1374: warning: type defaults to `int' in declaration of `gen_ssaddv8hi3'
insn-flags.h:1374: warning: parameter names (without types) in function declaration
insn-flags.h:1374: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1375: error: parse error before "gen_usaddv16qi3"
insn-flags.h:1375: warning: type defaults to `int' in declaration of `gen_usaddv16qi3'
insn-flags.h:1375: warning: parameter names (without types) in function declaration
insn-flags.h:1375: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1376: error: parse error before "gen_usaddv8hi3"
insn-flags.h:1376: warning: type defaults to `int' in declaration of `gen_usaddv8hi3'
insn-flags.h:1376: warning: parameter names (without types) in function declaration
insn-flags.h:1376: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1377: error: parse error before "gen_subv16qi3"
insn-flags.h:1377: warning: type defaults to `int' in declaration of `gen_subv16qi3'
insn-flags.h:1377: warning: parameter names (without types) in function declaration
insn-flags.h:1377: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1378: error: parse error before "gen_subv8hi3"
insn-flags.h:1378: warning: type defaults to `int' in declaration of `gen_subv8hi3'
insn-flags.h:1378: warning: parameter names (without types) in function declaration
insn-flags.h:1378: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1379: error: parse error before "gen_subv4si3"
insn-flags.h:1379: warning: type defaults to `int' in declaration of `gen_subv4si3'
insn-flags.h:1379: warning: parameter names (without types) in function declaration
insn-flags.h:1379: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1380: error: parse error before "gen_subv2di3"
insn-flags.h:1380: warning: type defaults to `int' in declaration of `gen_subv2di3'
insn-flags.h:1380: warning: parameter names (without types) in function declaration
insn-flags.h:1380: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1381: error: parse error before "gen_sssubv16qi3"
insn-flags.h:1381: warning: type defaults to `int' in declaration of `gen_sssubv16qi3'
insn-flags.h:1381: warning: parameter names (without types) in function declaration
insn-flags.h:1381: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1382: error: parse error before "gen_sssubv8hi3"
insn-flags.h:1382: warning: type defaults to `int' in declaration of `gen_sssubv8hi3'
insn-flags.h:1382: warning: parameter names (without types) in function declaration
insn-flags.h:1382: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1383: error: parse error before "gen_ussubv16qi3"
insn-flags.h:1383: warning: type defaults to `int' in declaration of `gen_ussubv16qi3'
insn-flags.h:1383: warning: parameter names (without types) in function declaration
insn-flags.h:1383: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1384: error: parse error before "gen_ussubv8hi3"
insn-flags.h:1384: warning: type defaults to `int' in declaration of `gen_ussubv8hi3'
insn-flags.h:1384: warning: parameter names (without types) in function declaration
insn-flags.h:1384: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1385: error: parse error before "gen_mulv8hi3"
insn-flags.h:1385: warning: type defaults to `int' in declaration of `gen_mulv8hi3'
insn-flags.h:1385: warning: parameter names (without types) in function declaration
insn-flags.h:1385: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1386: error: parse error before "gen_smulv8hi3_highpart"
insn-flags.h:1386: warning: type defaults to `int' in declaration of `gen_smulv8hi3_highpart'
insn-flags.h:1386: warning: parameter names (without types) in function declaration
insn-flags.h:1386: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1387: error: parse error before "gen_umulv8hi3_highpart"
insn-flags.h:1387: warning: type defaults to `int' in declaration of `gen_umulv8hi3_highpart'
insn-flags.h:1387: warning: parameter names (without types) in function declaration
insn-flags.h:1387: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1388: error: parse error before "gen_sse2_umulsidi3"
insn-flags.h:1388: warning: type defaults to `int' in declaration of `gen_sse2_umulsidi3'
insn-flags.h:1388: warning: parameter names (without types) in function declaration
insn-flags.h:1388: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1389: error: parse error before "gen_sse2_umulv2siv2di3"
insn-flags.h:1389: warning: type defaults to `int' in declaration of `gen_sse2_umulv2siv2di3'
insn-flags.h:1389: warning: parameter names (without types) in function declaration
insn-flags.h:1389: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1390: error: parse error before "gen_sse2_pmaddwd"
insn-flags.h:1390: warning: type defaults to `int' in declaration of `gen_sse2_pmaddwd'
insn-flags.h:1390: warning: parameter names (without types) in function declaration
insn-flags.h:1390: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1391: error: parse error before "gen_sse2_clrti"
insn-flags.h:1391: warning: type defaults to `int' in declaration of `gen_sse2_clrti'
insn-flags.h:1391: warning: parameter names (without types) in function declaration
insn-flags.h:1391: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1392: error: parse error before "gen_sse2_uavgv16qi3"
insn-flags.h:1392: warning: type defaults to `int' in declaration of `gen_sse2_uavgv16qi3'
insn-flags.h:1392: warning: parameter names (without types) in function declaration
insn-flags.h:1392: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1393: error: parse error before "gen_sse2_uavgv8hi3"
insn-flags.h:1393: warning: type defaults to `int' in declaration of `gen_sse2_uavgv8hi3'
insn-flags.h:1393: warning: parameter names (without types) in function declaration
insn-flags.h:1393: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1394: error: parse error before "gen_sse2_psadbw"
insn-flags.h:1394: warning: type defaults to `int' in declaration of `gen_sse2_psadbw'
insn-flags.h:1394: warning: parameter names (without types) in function declaration
insn-flags.h:1394: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1395: error: parse error before "gen_sse2_pinsrw"
insn-flags.h:1395: warning: type defaults to `int' in declaration of `gen_sse2_pinsrw'
insn-flags.h:1395: warning: parameter names (without types) in function declaration
insn-flags.h:1395: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1396: error: parse error before "gen_sse2_pextrw"
insn-flags.h:1396: warning: type defaults to `int' in declaration of `gen_sse2_pextrw'
insn-flags.h:1396: warning: parameter names (without types) in function declaration
insn-flags.h:1396: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1397: error: parse error before "gen_sse2_pshufd"
insn-flags.h:1397: warning: type defaults to `int' in declaration of `gen_sse2_pshufd'
insn-flags.h:1397: warning: parameter names (without types) in function declaration
insn-flags.h:1397: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1398: error: parse error before "gen_sse2_pshuflw"
insn-flags.h:1398: warning: type defaults to `int' in declaration of `gen_sse2_pshuflw'
insn-flags.h:1398: warning: parameter names (without types) in function declaration
insn-flags.h:1398: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1399: error: parse error before "gen_sse2_pshufhw"
insn-flags.h:1399: warning: type defaults to `int' in declaration of `gen_sse2_pshufhw'
insn-flags.h:1399: warning: parameter names (without types) in function declaration
insn-flags.h:1399: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1400: error: parse error before "gen_eqv16qi3"
insn-flags.h:1400: warning: type defaults to `int' in declaration of `gen_eqv16qi3'
insn-flags.h:1400: warning: parameter names (without types) in function declaration
insn-flags.h:1400: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1401: error: parse error before "gen_eqv8hi3"
insn-flags.h:1401: warning: type defaults to `int' in declaration of `gen_eqv8hi3'
insn-flags.h:1401: warning: parameter names (without types) in function declaration
insn-flags.h:1401: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1402: error: parse error before "gen_eqv4si3"
insn-flags.h:1402: warning: type defaults to `int' in declaration of `gen_eqv4si3'
insn-flags.h:1402: warning: parameter names (without types) in function declaration
insn-flags.h:1402: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1403: error: parse error before "gen_gtv16qi3"
insn-flags.h:1403: warning: type defaults to `int' in declaration of `gen_gtv16qi3'
insn-flags.h:1403: warning: parameter names (without types) in function declaration
insn-flags.h:1403: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1404: error: parse error before "gen_gtv8hi3"
insn-flags.h:1404: warning: type defaults to `int' in declaration of `gen_gtv8hi3'
insn-flags.h:1404: warning: parameter names (without types) in function declaration
insn-flags.h:1404: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1405: error: parse error before "gen_gtv4si3"
insn-flags.h:1405: warning: type defaults to `int' in declaration of `gen_gtv4si3'
insn-flags.h:1405: warning: parameter names (without types) in function declaration
insn-flags.h:1405: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1406: error: parse error before "gen_umaxv16qi3"
insn-flags.h:1406: warning: type defaults to `int' in declaration of `gen_umaxv16qi3'
insn-flags.h:1406: warning: parameter names (without types) in function declaration
insn-flags.h:1406: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1407: error: parse error before "gen_smaxv8hi3"
insn-flags.h:1407: warning: type defaults to `int' in declaration of `gen_smaxv8hi3'
insn-flags.h:1407: warning: parameter names (without types) in function declaration
insn-flags.h:1407: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1408: error: parse error before "gen_uminv16qi3"
insn-flags.h:1408: warning: type defaults to `int' in declaration of `gen_uminv16qi3'
insn-flags.h:1408: warning: parameter names (without types) in function declaration
insn-flags.h:1408: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1409: error: parse error before "gen_sminv8hi3"
insn-flags.h:1409: warning: type defaults to `int' in declaration of `gen_sminv8hi3'
insn-flags.h:1409: warning: parameter names (without types) in function declaration
insn-flags.h:1409: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1410: error: parse error before "gen_ashrv8hi3"
insn-flags.h:1410: warning: type defaults to `int' in declaration of `gen_ashrv8hi3'
insn-flags.h:1410: warning: parameter names (without types) in function declaration
insn-flags.h:1410: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1411: error: parse error before "gen_ashrv4si3"
insn-flags.h:1411: warning: type defaults to `int' in declaration of `gen_ashrv4si3'
insn-flags.h:1411: warning: parameter names (without types) in function declaration
insn-flags.h:1411: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1412: error: parse error before "gen_lshrv8hi3"
insn-flags.h:1412: warning: type defaults to `int' in declaration of `gen_lshrv8hi3'
insn-flags.h:1412: warning: parameter names (without types) in function declaration
insn-flags.h:1412: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1413: error: parse error before "gen_lshrv4si3"
insn-flags.h:1413: warning: type defaults to `int' in declaration of `gen_lshrv4si3'
insn-flags.h:1413: warning: parameter names (without types) in function declaration
insn-flags.h:1413: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1414: error: parse error before "gen_lshrv2di3"
insn-flags.h:1414: warning: type defaults to `int' in declaration of `gen_lshrv2di3'
insn-flags.h:1414: warning: parameter names (without types) in function declaration
insn-flags.h:1414: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1415: error: parse error before "gen_ashlv8hi3"
insn-flags.h:1415: warning: type defaults to `int' in declaration of `gen_ashlv8hi3'
insn-flags.h:1415: warning: parameter names (without types) in function declaration
insn-flags.h:1415: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1416: error: parse error before "gen_ashlv4si3"
insn-flags.h:1416: warning: type defaults to `int' in declaration of `gen_ashlv4si3'
insn-flags.h:1416: warning: parameter names (without types) in function declaration
insn-flags.h:1416: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1417: error: parse error before "gen_ashlv2di3"
insn-flags.h:1417: warning: type defaults to `int' in declaration of `gen_ashlv2di3'
insn-flags.h:1417: warning: parameter names (without types) in function declaration
insn-flags.h:1417: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1418: error: parse error before "gen_ashrv8hi3_ti"
insn-flags.h:1418: warning: type defaults to `int' in declaration of `gen_ashrv8hi3_ti'
insn-flags.h:1418: warning: parameter names (without types) in function declaration
insn-flags.h:1418: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1419: error: parse error before "gen_ashrv4si3_ti"
insn-flags.h:1419: warning: type defaults to `int' in declaration of `gen_ashrv4si3_ti'
insn-flags.h:1419: warning: parameter names (without types) in function declaration
insn-flags.h:1419: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1420: error: parse error before "gen_lshrv8hi3_ti"
insn-flags.h:1420: warning: type defaults to `int' in declaration of `gen_lshrv8hi3_ti'
insn-flags.h:1420: warning: parameter names (without types) in function declaration
insn-flags.h:1420: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1421: error: parse error before "gen_lshrv4si3_ti"
insn-flags.h:1421: warning: type defaults to `int' in declaration of `gen_lshrv4si3_ti'
insn-flags.h:1421: warning: parameter names (without types) in function declaration
insn-flags.h:1421: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1422: error: parse error before "gen_lshrv2di3_ti"
insn-flags.h:1422: warning: type defaults to `int' in declaration of `gen_lshrv2di3_ti'
insn-flags.h:1422: warning: parameter names (without types) in function declaration
insn-flags.h:1422: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1423: error: parse error before "gen_ashlv8hi3_ti"
insn-flags.h:1423: warning: type defaults to `int' in declaration of `gen_ashlv8hi3_ti'
insn-flags.h:1423: warning: parameter names (without types) in function declaration
insn-flags.h:1423: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1424: error: parse error before "gen_ashlv4si3_ti"
insn-flags.h:1424: warning: type defaults to `int' in declaration of `gen_ashlv4si3_ti'
insn-flags.h:1424: warning: parameter names (without types) in function declaration
insn-flags.h:1424: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1425: error: parse error before "gen_ashlv2di3_ti"
insn-flags.h:1425: warning: type defaults to `int' in declaration of `gen_ashlv2di3_ti'
insn-flags.h:1425: warning: parameter names (without types) in function declaration
insn-flags.h:1425: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1426: error: parse error before "gen_sse2_ashlti3"
insn-flags.h:1426: warning: type defaults to `int' in declaration of `gen_sse2_ashlti3'
insn-flags.h:1426: warning: parameter names (without types) in function declaration
insn-flags.h:1426: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1427: error: parse error before "gen_sse2_lshrti3"
insn-flags.h:1427: warning: type defaults to `int' in declaration of `gen_sse2_lshrti3'
insn-flags.h:1427: warning: parameter names (without types) in function declaration
insn-flags.h:1427: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1428: error: parse error before "gen_sse2_unpckhpd"
insn-flags.h:1428: warning: type defaults to `int' in declaration of `gen_sse2_unpckhpd'
insn-flags.h:1428: warning: parameter names (without types) in function declaration
insn-flags.h:1428: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1429: error: parse error before "gen_sse2_unpcklpd"
insn-flags.h:1429: warning: type defaults to `int' in declaration of `gen_sse2_unpcklpd'
insn-flags.h:1429: warning: parameter names (without types) in function declaration
insn-flags.h:1429: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1430: error: parse error before "gen_sse2_packsswb"
insn-flags.h:1430: warning: type defaults to `int' in declaration of `gen_sse2_packsswb'
insn-flags.h:1430: warning: parameter names (without types) in function declaration
insn-flags.h:1430: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1431: error: parse error before "gen_sse2_packssdw"
insn-flags.h:1431: warning: type defaults to `int' in declaration of `gen_sse2_packssdw'
insn-flags.h:1431: warning: parameter names (without types) in function declaration
insn-flags.h:1431: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1432: error: parse error before "gen_sse2_packuswb"
insn-flags.h:1432: warning: type defaults to `int' in declaration of `gen_sse2_packuswb'
insn-flags.h:1432: warning: parameter names (without types) in function declaration
insn-flags.h:1432: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1433: error: parse error before "gen_sse2_punpckhbw"
insn-flags.h:1433: warning: type defaults to `int' in declaration of `gen_sse2_punpckhbw'
insn-flags.h:1433: warning: parameter names (without types) in function declaration
insn-flags.h:1433: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1434: error: parse error before "gen_sse2_punpckhwd"
insn-flags.h:1434: warning: type defaults to `int' in declaration of `gen_sse2_punpckhwd'
insn-flags.h:1434: warning: parameter names (without types) in function declaration
insn-flags.h:1434: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1435: error: parse error before "gen_sse2_punpckhdq"
insn-flags.h:1435: warning: type defaults to `int' in declaration of `gen_sse2_punpckhdq'
insn-flags.h:1435: warning: parameter names (without types) in function declaration
insn-flags.h:1435: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1436: error: parse error before "gen_sse2_punpcklbw"
insn-flags.h:1436: warning: type defaults to `int' in declaration of `gen_sse2_punpcklbw'
insn-flags.h:1436: warning: parameter names (without types) in function declaration
insn-flags.h:1436: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1437: error: parse error before "gen_sse2_punpcklwd"
insn-flags.h:1437: warning: type defaults to `int' in declaration of `gen_sse2_punpcklwd'
insn-flags.h:1437: warning: parameter names (without types) in function declaration
insn-flags.h:1437: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1438: error: parse error before "gen_sse2_punpckldq"
insn-flags.h:1438: warning: type defaults to `int' in declaration of `gen_sse2_punpckldq'
insn-flags.h:1438: warning: parameter names (without types) in function declaration
insn-flags.h:1438: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1439: error: parse error before "gen_sse2_movapd"
insn-flags.h:1439: warning: type defaults to `int' in declaration of `gen_sse2_movapd'
insn-flags.h:1439: warning: parameter names (without types) in function declaration
insn-flags.h:1439: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1440: error: parse error before "gen_sse2_movupd"
insn-flags.h:1440: warning: type defaults to `int' in declaration of `gen_sse2_movupd'
insn-flags.h:1440: warning: parameter names (without types) in function declaration
insn-flags.h:1440: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1441: error: parse error before "gen_sse2_movdqa"
insn-flags.h:1441: warning: type defaults to `int' in declaration of `gen_sse2_movdqa'
insn-flags.h:1441: warning: parameter names (without types) in function declaration
insn-flags.h:1441: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1442: error: parse error before "gen_sse2_movdqu"
insn-flags.h:1442: warning: type defaults to `int' in declaration of `gen_sse2_movdqu'
insn-flags.h:1442: warning: parameter names (without types) in function declaration
insn-flags.h:1442: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1443: error: parse error before "gen_sse2_movdq2q"
insn-flags.h:1443: warning: type defaults to `int' in declaration of `gen_sse2_movdq2q'
insn-flags.h:1443: warning: parameter names (without types) in function declaration
insn-flags.h:1443: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1444: error: parse error before "gen_sse2_movq2dq"
insn-flags.h:1444: warning: type defaults to `int' in declaration of `gen_sse2_movq2dq'
insn-flags.h:1444: warning: parameter names (without types) in function declaration
insn-flags.h:1444: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1445: error: parse error before "gen_sse2_movhpd"
insn-flags.h:1445: warning: type defaults to `int' in declaration of `gen_sse2_movhpd'
insn-flags.h:1445: warning: parameter names (without types) in function declaration
insn-flags.h:1445: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1446: error: parse error before "gen_sse2_movlpd"
insn-flags.h:1446: warning: type defaults to `int' in declaration of `gen_sse2_movlpd'
insn-flags.h:1446: warning: parameter names (without types) in function declaration
insn-flags.h:1446: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1447: error: parse error before "gen_sse2_loadsd"
insn-flags.h:1447: warning: type defaults to `int' in declaration of `gen_sse2_loadsd'
insn-flags.h:1447: warning: parameter names (without types) in function declaration
insn-flags.h:1447: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1448: error: parse error before "gen_sse2_movsd"
insn-flags.h:1448: warning: type defaults to `int' in declaration of `gen_sse2_movsd'
insn-flags.h:1448: warning: parameter names (without types) in function declaration
insn-flags.h:1448: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1449: error: parse error before "gen_sse2_storesd"
insn-flags.h:1449: warning: type defaults to `int' in declaration of `gen_sse2_storesd'
insn-flags.h:1449: warning: parameter names (without types) in function declaration
insn-flags.h:1449: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1450: error: parse error before "gen_sse2_shufpd"
insn-flags.h:1450: warning: type defaults to `int' in declaration of `gen_sse2_shufpd'
insn-flags.h:1450: warning: parameter names (without types) in function declaration
insn-flags.h:1450: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1451: error: parse error before "gen_sse2_clflush"
insn-flags.h:1451: warning: type defaults to `int' in declaration of `gen_sse2_clflush'
insn-flags.h:1451: warning: parameter names (without types) in function declaration
insn-flags.h:1451: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1452: error: parse error before "gen_cmpdi"
insn-flags.h:1452: warning: type defaults to `int' in declaration of `gen_cmpdi'
insn-flags.h:1452: warning: parameter names (without types) in function declaration
insn-flags.h:1452: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1453: error: parse error before "gen_cmpsi"
insn-flags.h:1453: warning: type defaults to `int' in declaration of `gen_cmpsi'
insn-flags.h:1453: warning: parameter names (without types) in function declaration
insn-flags.h:1453: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1454: error: parse error before "gen_cmphi"
insn-flags.h:1454: warning: type defaults to `int' in declaration of `gen_cmphi'
insn-flags.h:1454: warning: parameter names (without types) in function declaration
insn-flags.h:1454: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1455: error: parse error before "gen_cmpqi"
insn-flags.h:1455: warning: type defaults to `int' in declaration of `gen_cmpqi'
insn-flags.h:1455: warning: parameter names (without types) in function declaration
insn-flags.h:1455: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1456: error: parse error before "gen_cmpdi_1_rex64"
insn-flags.h:1456: warning: type defaults to `int' in declaration of `gen_cmpdi_1_rex64'
insn-flags.h:1456: warning: parameter names (without types) in function declaration
insn-flags.h:1456: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1458: error: parse error before "gen_cmpdi_1_rex64"
insn-flags.h:1459: error: parse error before "rtx"
insn-flags.h:1459: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1459: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1460: error: parse error before "b"
insn-flags.h:1460: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1460: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1461: error: parse error before '{' token
insn-flags.h:1464: error: parse error before "gen_cmpsi_1"
insn-flags.h:1464: warning: type defaults to `int' in declaration of `gen_cmpsi_1'
insn-flags.h:1464: warning: parameter names (without types) in function declaration
insn-flags.h:1464: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1465: error: parse error before "gen_cmpqi_ext_3"
insn-flags.h:1465: warning: type defaults to `int' in declaration of `gen_cmpqi_ext_3'
insn-flags.h:1465: warning: parameter names (without types) in function declaration
insn-flags.h:1465: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1466: error: parse error before "gen_cmpxf"
insn-flags.h:1466: warning: type defaults to `int' in declaration of `gen_cmpxf'
insn-flags.h:1466: warning: parameter names (without types) in function declaration
insn-flags.h:1466: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1467: error: parse error before "gen_cmptf"
insn-flags.h:1467: warning: type defaults to `int' in declaration of `gen_cmptf'
insn-flags.h:1467: warning: parameter names (without types) in function declaration
insn-flags.h:1467: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1468: error: parse error before "gen_cmpdf"
insn-flags.h:1468: warning: type defaults to `int' in declaration of `gen_cmpdf'
insn-flags.h:1468: warning: parameter names (without types) in function declaration
insn-flags.h:1468: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1469: error: parse error before "gen_cmpsf"
insn-flags.h:1469: warning: type defaults to `int' in declaration of `gen_cmpsf'
insn-flags.h:1469: warning: parameter names (without types) in function declaration
insn-flags.h:1469: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1470: error: parse error before "gen_movsi"
insn-flags.h:1470: warning: type defaults to `int' in declaration of `gen_movsi'
insn-flags.h:1470: warning: parameter names (without types) in function declaration
insn-flags.h:1470: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1471: error: parse error before "gen_movhi"
insn-flags.h:1471: warning: type defaults to `int' in declaration of `gen_movhi'
insn-flags.h:1471: warning: parameter names (without types) in function declaration
insn-flags.h:1471: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1472: error: parse error before "gen_movstricthi"
insn-flags.h:1472: warning: type defaults to `int' in declaration of `gen_movstricthi'
insn-flags.h:1472: warning: parameter names (without types) in function declaration
insn-flags.h:1472: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1473: error: parse error before "gen_movqi"
insn-flags.h:1473: warning: type defaults to `int' in declaration of `gen_movqi'
insn-flags.h:1473: warning: parameter names (without types) in function declaration
insn-flags.h:1473: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1474: error: parse error before "gen_reload_outqi"
insn-flags.h:1474: warning: type defaults to `int' in declaration of `gen_reload_outqi'
insn-flags.h:1474: warning: parameter names (without types) in function declaration
insn-flags.h:1474: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1475: error: parse error before "gen_movstrictqi"
insn-flags.h:1475: warning: type defaults to `int' in declaration of `gen_movstrictqi'
insn-flags.h:1475: warning: parameter names (without types) in function declaration
insn-flags.h:1475: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1476: error: parse error before "gen_movdi"
insn-flags.h:1476: warning: type defaults to `int' in declaration of `gen_movdi'
insn-flags.h:1476: warning: parameter names (without types) in function declaration
insn-flags.h:1476: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1477: error: parse error before "gen_movsf"
insn-flags.h:1477: warning: type defaults to `int' in declaration of `gen_movsf'
insn-flags.h:1477: warning: parameter names (without types) in function declaration
insn-flags.h:1477: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1478: error: parse error before "gen_movdf"
insn-flags.h:1478: warning: type defaults to `int' in declaration of `gen_movdf'
insn-flags.h:1478: warning: parameter names (without types) in function declaration
insn-flags.h:1478: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1479: error: parse error before "gen_movxf"
insn-flags.h:1479: warning: type defaults to `int' in declaration of `gen_movxf'
insn-flags.h:1479: warning: parameter names (without types) in function declaration
insn-flags.h:1479: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1480: error: parse error before "gen_movtf"
insn-flags.h:1480: warning: type defaults to `int' in declaration of `gen_movtf'
insn-flags.h:1480: warning: parameter names (without types) in function declaration
insn-flags.h:1480: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1481: error: parse error before "gen_zero_extendhisi2"
insn-flags.h:1481: warning: type defaults to `int' in declaration of `gen_zero_extendhisi2'
insn-flags.h:1481: warning: parameter names (without types) in function declaration
insn-flags.h:1481: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1482: error: parse error before "gen_zero_extendqihi2"
insn-flags.h:1482: warning: type defaults to `int' in declaration of `gen_zero_extendqihi2'
insn-flags.h:1482: warning: parameter names (without types) in function declaration
insn-flags.h:1482: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1483: error: parse error before "gen_zero_extendqisi2"
insn-flags.h:1483: warning: type defaults to `int' in declaration of `gen_zero_extendqisi2'
insn-flags.h:1483: warning: parameter names (without types) in function declaration
insn-flags.h:1483: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1484: error: parse error before "gen_zero_extendsidi2"
insn-flags.h:1484: warning: type defaults to `int' in declaration of `gen_zero_extendsidi2'
insn-flags.h:1484: warning: parameter names (without types) in function declaration
insn-flags.h:1484: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1485: error: parse error before "gen_extendsidi2"
insn-flags.h:1485: warning: type defaults to `int' in declaration of `gen_extendsidi2'
insn-flags.h:1485: warning: parameter names (without types) in function declaration
insn-flags.h:1485: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1486: error: parse error before "gen_extendsfdf2"
insn-flags.h:1486: warning: type defaults to `int' in declaration of `gen_extendsfdf2'
insn-flags.h:1486: warning: parameter names (without types) in function declaration
insn-flags.h:1486: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1487: error: parse error before "gen_extendsfxf2"
insn-flags.h:1487: warning: type defaults to `int' in declaration of `gen_extendsfxf2'
insn-flags.h:1487: warning: parameter names (without types) in function declaration
insn-flags.h:1487: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1488: error: parse error before "gen_extendsftf2"
insn-flags.h:1488: warning: type defaults to `int' in declaration of `gen_extendsftf2'
insn-flags.h:1488: warning: parameter names (without types) in function declaration
insn-flags.h:1488: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1489: error: parse error before "gen_extenddfxf2"
insn-flags.h:1489: warning: type defaults to `int' in declaration of `gen_extenddfxf2'
insn-flags.h:1489: warning: parameter names (without types) in function declaration
insn-flags.h:1489: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1490: error: parse error before "gen_extenddftf2"
insn-flags.h:1490: warning: type defaults to `int' in declaration of `gen_extenddftf2'
insn-flags.h:1490: warning: parameter names (without types) in function declaration
insn-flags.h:1490: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1491: error: parse error before "gen_truncdfsf2"
insn-flags.h:1491: warning: type defaults to `int' in declaration of `gen_truncdfsf2'
insn-flags.h:1491: warning: parameter names (without types) in function declaration
insn-flags.h:1491: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1492: error: parse error before "gen_truncxfsf2"
insn-flags.h:1492: warning: type defaults to `int' in declaration of `gen_truncxfsf2'
insn-flags.h:1492: warning: parameter names (without types) in function declaration
insn-flags.h:1492: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1493: error: parse error before "gen_trunctfsf2"
insn-flags.h:1493: warning: type defaults to `int' in declaration of `gen_trunctfsf2'
insn-flags.h:1493: warning: parameter names (without types) in function declaration
insn-flags.h:1493: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1494: error: parse error before "gen_truncxfdf2"
insn-flags.h:1494: warning: type defaults to `int' in declaration of `gen_truncxfdf2'
insn-flags.h:1494: warning: parameter names (without types) in function declaration
insn-flags.h:1494: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1495: error: parse error before "gen_trunctfdf2"
insn-flags.h:1495: warning: type defaults to `int' in declaration of `gen_trunctfdf2'
insn-flags.h:1495: warning: parameter names (without types) in function declaration
insn-flags.h:1495: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1496: error: parse error before "gen_fix_truncxfdi2"
insn-flags.h:1496: warning: type defaults to `int' in declaration of `gen_fix_truncxfdi2'
insn-flags.h:1496: warning: parameter names (without types) in function declaration
insn-flags.h:1496: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1497: error: parse error before "gen_fix_trunctfdi2"
insn-flags.h:1497: warning: type defaults to `int' in declaration of `gen_fix_trunctfdi2'
insn-flags.h:1497: warning: parameter names (without types) in function declaration
insn-flags.h:1497: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1498: error: parse error before "gen_fix_truncdfdi2"
insn-flags.h:1498: warning: type defaults to `int' in declaration of `gen_fix_truncdfdi2'
insn-flags.h:1498: warning: parameter names (without types) in function declaration
insn-flags.h:1498: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1499: error: parse error before "gen_fix_truncsfdi2"
insn-flags.h:1499: warning: type defaults to `int' in declaration of `gen_fix_truncsfdi2'
insn-flags.h:1499: warning: parameter names (without types) in function declaration
insn-flags.h:1499: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1500: error: parse error before "gen_fix_truncxfsi2"
insn-flags.h:1500: warning: type defaults to `int' in declaration of `gen_fix_truncxfsi2'
insn-flags.h:1500: warning: parameter names (without types) in function declaration
insn-flags.h:1500: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1501: error: parse error before "gen_fix_trunctfsi2"
insn-flags.h:1501: warning: type defaults to `int' in declaration of `gen_fix_trunctfsi2'
insn-flags.h:1501: warning: parameter names (without types) in function declaration
insn-flags.h:1501: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1502: error: parse error before "gen_fix_truncdfsi2"
insn-flags.h:1502: warning: type defaults to `int' in declaration of `gen_fix_truncdfsi2'
insn-flags.h:1502: warning: parameter names (without types) in function declaration
insn-flags.h:1502: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1503: error: parse error before "gen_fix_truncsfsi2"
insn-flags.h:1503: warning: type defaults to `int' in declaration of `gen_fix_truncsfsi2'
insn-flags.h:1503: warning: parameter names (without types) in function declaration
insn-flags.h:1503: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1504: error: parse error before "gen_fix_truncxfhi2"
insn-flags.h:1504: warning: type defaults to `int' in declaration of `gen_fix_truncxfhi2'
insn-flags.h:1504: warning: parameter names (without types) in function declaration
insn-flags.h:1504: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1505: error: parse error before "gen_fix_trunctfhi2"
insn-flags.h:1505: warning: type defaults to `int' in declaration of `gen_fix_trunctfhi2'
insn-flags.h:1505: warning: parameter names (without types) in function declaration
insn-flags.h:1505: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1506: error: parse error before "gen_fix_truncdfhi2"
insn-flags.h:1506: warning: type defaults to `int' in declaration of `gen_fix_truncdfhi2'
insn-flags.h:1506: warning: parameter names (without types) in function declaration
insn-flags.h:1506: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1507: error: parse error before "gen_fix_truncsfhi2"
insn-flags.h:1507: warning: type defaults to `int' in declaration of `gen_fix_truncsfhi2'
insn-flags.h:1507: warning: parameter names (without types) in function declaration
insn-flags.h:1507: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1508: error: parse error before "gen_floatsisf2"
insn-flags.h:1508: warning: type defaults to `int' in declaration of `gen_floatsisf2'
insn-flags.h:1508: warning: parameter names (without types) in function declaration
insn-flags.h:1508: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1509: error: parse error before "gen_floatdisf2"
insn-flags.h:1509: warning: type defaults to `int' in declaration of `gen_floatdisf2'
insn-flags.h:1509: warning: parameter names (without types) in function declaration
insn-flags.h:1509: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1510: error: parse error before "gen_floatsidf2"
insn-flags.h:1510: warning: type defaults to `int' in declaration of `gen_floatsidf2'
insn-flags.h:1510: warning: parameter names (without types) in function declaration
insn-flags.h:1510: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1511: error: parse error before "gen_floatdidf2"
insn-flags.h:1511: warning: type defaults to `int' in declaration of `gen_floatdidf2'
insn-flags.h:1511: warning: parameter names (without types) in function declaration
insn-flags.h:1511: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1512: error: parse error before "gen_adddi3"
insn-flags.h:1512: warning: type defaults to `int' in declaration of `gen_adddi3'
insn-flags.h:1512: warning: parameter names (without types) in function declaration
insn-flags.h:1512: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1513: error: parse error before "gen_addsi3"
insn-flags.h:1513: warning: type defaults to `int' in declaration of `gen_addsi3'
insn-flags.h:1513: warning: parameter names (without types) in function declaration
insn-flags.h:1513: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1514: error: parse error before "gen_addhi3"
insn-flags.h:1514: warning: type defaults to `int' in declaration of `gen_addhi3'
insn-flags.h:1514: warning: parameter names (without types) in function declaration
insn-flags.h:1514: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1515: error: parse error before "gen_addqi3"
insn-flags.h:1515: warning: type defaults to `int' in declaration of `gen_addqi3'
insn-flags.h:1515: warning: parameter names (without types) in function declaration
insn-flags.h:1515: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1516: error: parse error before "gen_addxf3"
insn-flags.h:1516: warning: type defaults to `int' in declaration of `gen_addxf3'
insn-flags.h:1516: warning: parameter names (without types) in function declaration
insn-flags.h:1516: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1517: error: parse error before "gen_addtf3"
insn-flags.h:1517: warning: type defaults to `int' in declaration of `gen_addtf3'
insn-flags.h:1517: warning: parameter names (without types) in function declaration
insn-flags.h:1517: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1518: error: parse error before "gen_adddf3"
insn-flags.h:1518: warning: type defaults to `int' in declaration of `gen_adddf3'
insn-flags.h:1518: warning: parameter names (without types) in function declaration
insn-flags.h:1518: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1519: error: parse error before "gen_addsf3"
insn-flags.h:1519: warning: type defaults to `int' in declaration of `gen_addsf3'
insn-flags.h:1519: warning: parameter names (without types) in function declaration
insn-flags.h:1519: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1520: error: parse error before "gen_subdi3"
insn-flags.h:1520: warning: type defaults to `int' in declaration of `gen_subdi3'
insn-flags.h:1520: warning: parameter names (without types) in function declaration
insn-flags.h:1520: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1521: error: parse error before "gen_subsi3"
insn-flags.h:1521: warning: type defaults to `int' in declaration of `gen_subsi3'
insn-flags.h:1521: warning: parameter names (without types) in function declaration
insn-flags.h:1521: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1522: error: parse error before "gen_subhi3"
insn-flags.h:1522: warning: type defaults to `int' in declaration of `gen_subhi3'
insn-flags.h:1522: warning: parameter names (without types) in function declaration
insn-flags.h:1522: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1523: error: parse error before "gen_subqi3"
insn-flags.h:1523: warning: type defaults to `int' in declaration of `gen_subqi3'
insn-flags.h:1523: warning: parameter names (without types) in function declaration
insn-flags.h:1523: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1524: error: parse error before "gen_subxf3"
insn-flags.h:1524: warning: type defaults to `int' in declaration of `gen_subxf3'
insn-flags.h:1524: warning: parameter names (without types) in function declaration
insn-flags.h:1524: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1525: error: parse error before "gen_subtf3"
insn-flags.h:1525: warning: type defaults to `int' in declaration of `gen_subtf3'
insn-flags.h:1525: warning: parameter names (without types) in function declaration
insn-flags.h:1525: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1526: error: parse error before "gen_subdf3"
insn-flags.h:1526: warning: type defaults to `int' in declaration of `gen_subdf3'
insn-flags.h:1526: warning: parameter names (without types) in function declaration
insn-flags.h:1526: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1527: error: parse error before "gen_subsf3"
insn-flags.h:1527: warning: type defaults to `int' in declaration of `gen_subsf3'
insn-flags.h:1527: warning: parameter names (without types) in function declaration
insn-flags.h:1527: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1528: error: parse error before "gen_muldi3"
insn-flags.h:1528: warning: type defaults to `int' in declaration of `gen_muldi3'
insn-flags.h:1528: warning: parameter names (without types) in function declaration
insn-flags.h:1528: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1530: error: parse error before "gen_muldi3"
insn-flags.h:1531: error: parse error before "rtx"
insn-flags.h:1531: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1531: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1532: error: parse error before "b"
insn-flags.h:1532: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1532: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1533: error: parse error before "c"
insn-flags.h:1533: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1533: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1534: error: parse error before '{' token
insn-flags.h:1537: error: parse error before "gen_mulsi3"
insn-flags.h:1537: warning: type defaults to `int' in declaration of `gen_mulsi3'
insn-flags.h:1537: warning: parameter names (without types) in function declaration
insn-flags.h:1537: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1538: error: parse error before "gen_mulhi3"
insn-flags.h:1538: warning: type defaults to `int' in declaration of `gen_mulhi3'
insn-flags.h:1538: warning: parameter names (without types) in function declaration
insn-flags.h:1538: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1539: error: parse error before "gen_mulqi3"
insn-flags.h:1539: warning: type defaults to `int' in declaration of `gen_mulqi3'
insn-flags.h:1539: warning: parameter names (without types) in function declaration
insn-flags.h:1539: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1540: error: parse error before "gen_umulqihi3"
insn-flags.h:1540: warning: type defaults to `int' in declaration of `gen_umulqihi3'
insn-flags.h:1540: warning: parameter names (without types) in function declaration
insn-flags.h:1540: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1541: error: parse error before "gen_mulqihi3"
insn-flags.h:1541: warning: type defaults to `int' in declaration of `gen_mulqihi3'
insn-flags.h:1541: warning: parameter names (without types) in function declaration
insn-flags.h:1541: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1542: error: parse error before "gen_umulditi3"
insn-flags.h:1542: warning: type defaults to `int' in declaration of `gen_umulditi3'
insn-flags.h:1542: warning: parameter names (without types) in function declaration
insn-flags.h:1542: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1544: error: parse error before "gen_umulditi3"
insn-flags.h:1545: error: parse error before "rtx"
insn-flags.h:1545: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1545: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1546: error: parse error before "b"
insn-flags.h:1546: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1546: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1547: error: parse error before "c"
insn-flags.h:1547: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1547: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1548: error: parse error before '{' token
insn-flags.h:1551: error: parse error before "gen_umulsidi3"
insn-flags.h:1551: warning: type defaults to `int' in declaration of `gen_umulsidi3'
insn-flags.h:1551: warning: parameter names (without types) in function declaration
insn-flags.h:1551: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1552: error: parse error before "gen_mulditi3"
insn-flags.h:1552: warning: type defaults to `int' in declaration of `gen_mulditi3'
insn-flags.h:1552: warning: parameter names (without types) in function declaration
insn-flags.h:1552: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1554: error: parse error before "gen_mulditi3"
insn-flags.h:1555: error: parse error before "rtx"
insn-flags.h:1555: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1555: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1556: error: parse error before "b"
insn-flags.h:1556: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1556: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1557: error: parse error before "c"
insn-flags.h:1557: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1557: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1558: error: parse error before '{' token
insn-flags.h:1561: error: parse error before "gen_mulsidi3"
insn-flags.h:1561: warning: type defaults to `int' in declaration of `gen_mulsidi3'
insn-flags.h:1561: warning: parameter names (without types) in function declaration
insn-flags.h:1561: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1562: error: parse error before "gen_umuldi3_highpart"
insn-flags.h:1562: warning: type defaults to `int' in declaration of `gen_umuldi3_highpart'
insn-flags.h:1562: warning: parameter names (without types) in function declaration
insn-flags.h:1562: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1564: error: parse error before "gen_umuldi3_highpart"
insn-flags.h:1565: error: parse error before "rtx"
insn-flags.h:1565: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1565: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1566: error: parse error before "b"
insn-flags.h:1566: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1566: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1567: error: parse error before "c"
insn-flags.h:1567: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1567: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1568: error: parse error before '{' token
insn-flags.h:1571: error: parse error before "gen_umulsi3_highpart"
insn-flags.h:1571: warning: type defaults to `int' in declaration of `gen_umulsi3_highpart'
insn-flags.h:1571: warning: parameter names (without types) in function declaration
insn-flags.h:1571: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1572: error: parse error before "gen_smuldi3_highpart"
insn-flags.h:1572: warning: type defaults to `int' in declaration of `gen_smuldi3_highpart'
insn-flags.h:1572: warning: parameter names (without types) in function declaration
insn-flags.h:1572: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1574: error: parse error before "gen_smuldi3_highpart"
insn-flags.h:1575: error: parse error before "rtx"
insn-flags.h:1575: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1575: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1576: error: parse error before "b"
insn-flags.h:1576: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1576: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1577: error: parse error before "c"
insn-flags.h:1577: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1577: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1578: error: parse error before '{' token
insn-flags.h:1581: error: parse error before "gen_smulsi3_highpart"
insn-flags.h:1581: warning: type defaults to `int' in declaration of `gen_smulsi3_highpart'
insn-flags.h:1581: warning: parameter names (without types) in function declaration
insn-flags.h:1581: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1582: error: parse error before "gen_mulxf3"
insn-flags.h:1582: warning: type defaults to `int' in declaration of `gen_mulxf3'
insn-flags.h:1582: warning: parameter names (without types) in function declaration
insn-flags.h:1582: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1583: error: parse error before "gen_multf3"
insn-flags.h:1583: warning: type defaults to `int' in declaration of `gen_multf3'
insn-flags.h:1583: warning: parameter names (without types) in function declaration
insn-flags.h:1583: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1584: error: parse error before "gen_muldf3"
insn-flags.h:1584: warning: type defaults to `int' in declaration of `gen_muldf3'
insn-flags.h:1584: warning: parameter names (without types) in function declaration
insn-flags.h:1584: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1585: error: parse error before "gen_mulsf3"
insn-flags.h:1585: warning: type defaults to `int' in declaration of `gen_mulsf3'
insn-flags.h:1585: warning: parameter names (without types) in function declaration
insn-flags.h:1585: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1586: error: parse error before "gen_divxf3"
insn-flags.h:1586: warning: type defaults to `int' in declaration of `gen_divxf3'
insn-flags.h:1586: warning: parameter names (without types) in function declaration
insn-flags.h:1586: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1587: error: parse error before "gen_divtf3"
insn-flags.h:1587: warning: type defaults to `int' in declaration of `gen_divtf3'
insn-flags.h:1587: warning: parameter names (without types) in function declaration
insn-flags.h:1587: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1588: error: parse error before "gen_divdf3"
insn-flags.h:1588: warning: type defaults to `int' in declaration of `gen_divdf3'
insn-flags.h:1588: warning: parameter names (without types) in function declaration
insn-flags.h:1588: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1589: error: parse error before "gen_divsf3"
insn-flags.h:1589: warning: type defaults to `int' in declaration of `gen_divsf3'
insn-flags.h:1589: warning: parameter names (without types) in function declaration
insn-flags.h:1589: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1590: error: parse error before "gen_divmoddi4"
insn-flags.h:1590: warning: type defaults to `int' in declaration of `gen_divmoddi4'
insn-flags.h:1590: warning: parameter names (without types) in function declaration
insn-flags.h:1590: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1592: error: parse error before "gen_divmoddi4"
insn-flags.h:1593: error: parse error before "rtx"
insn-flags.h:1593: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1593: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1594: error: parse error before "b"
insn-flags.h:1594: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1594: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1595: error: parse error before "c"
insn-flags.h:1595: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1595: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1596: error: parse error before "d"
insn-flags.h:1596: warning: type defaults to `int' in declaration of `d'
insn-flags.h:1596: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1597: error: parse error before '{' token
insn-flags.h:1600: error: parse error before "gen_divmodsi4"
insn-flags.h:1600: warning: type defaults to `int' in declaration of `gen_divmodsi4'
insn-flags.h:1600: warning: parameter names (without types) in function declaration
insn-flags.h:1600: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1601: error: parse error before "gen_udivmodhi4"
insn-flags.h:1601: warning: type defaults to `int' in declaration of `gen_udivmodhi4'
insn-flags.h:1601: warning: parameter names (without types) in function declaration
insn-flags.h:1601: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1602: error: parse error before "gen_testsi_ccno_1"
insn-flags.h:1602: warning: type defaults to `int' in declaration of `gen_testsi_ccno_1'
insn-flags.h:1602: warning: parameter names (without types) in function declaration
insn-flags.h:1602: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1603: error: parse error before "gen_testqi_ccz_1"
insn-flags.h:1603: warning: type defaults to `int' in declaration of `gen_testqi_ccz_1'
insn-flags.h:1603: warning: parameter names (without types) in function declaration
insn-flags.h:1603: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1604: error: parse error before "gen_testqi_ext_ccno_0"
insn-flags.h:1604: warning: type defaults to `int' in declaration of `gen_testqi_ext_ccno_0'
insn-flags.h:1604: warning: parameter names (without types) in function declaration
insn-flags.h:1604: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1605: error: parse error before "gen_anddi3"
insn-flags.h:1605: warning: type defaults to `int' in declaration of `gen_anddi3'
insn-flags.h:1605: warning: parameter names (without types) in function declaration
insn-flags.h:1605: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1607: error: parse error before "gen_anddi3"
insn-flags.h:1608: error: parse error before "rtx"
insn-flags.h:1608: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1608: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1609: error: parse error before "b"
insn-flags.h:1609: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1609: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1610: error: parse error before "c"
insn-flags.h:1610: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1610: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1611: error: parse error before '{' token
insn-flags.h:1614: error: parse error before "gen_andsi3"
insn-flags.h:1614: warning: type defaults to `int' in declaration of `gen_andsi3'
insn-flags.h:1614: warning: parameter names (without types) in function declaration
insn-flags.h:1614: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1615: error: parse error before "gen_andhi3"
insn-flags.h:1615: warning: type defaults to `int' in declaration of `gen_andhi3'
insn-flags.h:1615: warning: parameter names (without types) in function declaration
insn-flags.h:1615: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1616: error: parse error before "gen_andqi3"
insn-flags.h:1616: warning: type defaults to `int' in declaration of `gen_andqi3'
insn-flags.h:1616: warning: parameter names (without types) in function declaration
insn-flags.h:1616: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1617: error: parse error before "gen_iordi3"
insn-flags.h:1617: warning: type defaults to `int' in declaration of `gen_iordi3'
insn-flags.h:1617: warning: parameter names (without types) in function declaration
insn-flags.h:1617: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1619: error: parse error before "gen_iordi3"
insn-flags.h:1620: error: parse error before "rtx"
insn-flags.h:1620: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1620: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1621: error: parse error before "b"
insn-flags.h:1621: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1621: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1622: error: parse error before "c"
insn-flags.h:1622: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1622: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1623: error: parse error before '{' token
insn-flags.h:1626: error: parse error before "gen_iorsi3"
insn-flags.h:1626: warning: type defaults to `int' in declaration of `gen_iorsi3'
insn-flags.h:1626: warning: parameter names (without types) in function declaration
insn-flags.h:1626: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1627: error: parse error before "gen_iorhi3"
insn-flags.h:1627: warning: type defaults to `int' in declaration of `gen_iorhi3'
insn-flags.h:1627: warning: parameter names (without types) in function declaration
insn-flags.h:1627: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1628: error: parse error before "gen_iorqi3"
insn-flags.h:1628: warning: type defaults to `int' in declaration of `gen_iorqi3'
insn-flags.h:1628: warning: parameter names (without types) in function declaration
insn-flags.h:1628: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1629: error: parse error before "gen_xordi3"
insn-flags.h:1629: warning: type defaults to `int' in declaration of `gen_xordi3'
insn-flags.h:1629: warning: parameter names (without types) in function declaration
insn-flags.h:1629: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1631: error: parse error before "gen_xordi3"
insn-flags.h:1632: error: parse error before "rtx"
insn-flags.h:1632: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1632: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1633: error: parse error before "b"
insn-flags.h:1633: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1633: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1634: error: parse error before "c"
insn-flags.h:1634: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1634: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1635: error: parse error before '{' token
insn-flags.h:1638: error: parse error before "gen_xorsi3"
insn-flags.h:1638: warning: type defaults to `int' in declaration of `gen_xorsi3'
insn-flags.h:1638: warning: parameter names (without types) in function declaration
insn-flags.h:1638: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1639: error: parse error before "gen_xorhi3"
insn-flags.h:1639: warning: type defaults to `int' in declaration of `gen_xorhi3'
insn-flags.h:1639: warning: parameter names (without types) in function declaration
insn-flags.h:1639: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1640: error: parse error before "gen_xorqi3"
insn-flags.h:1640: warning: type defaults to `int' in declaration of `gen_xorqi3'
insn-flags.h:1640: warning: parameter names (without types) in function declaration
insn-flags.h:1640: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1641: error: parse error before "gen_xorqi_cc_ext_1"
insn-flags.h:1641: warning: type defaults to `int' in declaration of `gen_xorqi_cc_ext_1'
insn-flags.h:1641: warning: parameter names (without types) in function declaration
insn-flags.h:1641: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1642: error: parse error before "gen_negdi2"
insn-flags.h:1642: warning: type defaults to `int' in declaration of `gen_negdi2'
insn-flags.h:1642: warning: parameter names (without types) in function declaration
insn-flags.h:1642: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1643: error: parse error before "gen_negsi2"
insn-flags.h:1643: warning: type defaults to `int' in declaration of `gen_negsi2'
insn-flags.h:1643: warning: parameter names (without types) in function declaration
insn-flags.h:1643: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1644: error: parse error before "gen_neghi2"
insn-flags.h:1644: warning: type defaults to `int' in declaration of `gen_neghi2'
insn-flags.h:1644: warning: parameter names (without types) in function declaration
insn-flags.h:1644: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1645: error: parse error before "gen_negqi2"
insn-flags.h:1645: warning: type defaults to `int' in declaration of `gen_negqi2'
insn-flags.h:1645: warning: parameter names (without types) in function declaration
insn-flags.h:1645: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1646: error: parse error before "gen_negsf2"
insn-flags.h:1646: warning: type defaults to `int' in declaration of `gen_negsf2'
insn-flags.h:1646: warning: parameter names (without types) in function declaration
insn-flags.h:1646: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1647: error: parse error before "gen_negdf2"
insn-flags.h:1647: warning: type defaults to `int' in declaration of `gen_negdf2'
insn-flags.h:1647: warning: parameter names (without types) in function declaration
insn-flags.h:1647: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1648: error: parse error before "gen_negxf2"
insn-flags.h:1648: warning: type defaults to `int' in declaration of `gen_negxf2'
insn-flags.h:1648: warning: parameter names (without types) in function declaration
insn-flags.h:1648: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1649: error: parse error before "gen_negtf2"
insn-flags.h:1649: warning: type defaults to `int' in declaration of `gen_negtf2'
insn-flags.h:1649: warning: parameter names (without types) in function declaration
insn-flags.h:1649: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1650: error: parse error before "gen_abssf2"
insn-flags.h:1650: warning: type defaults to `int' in declaration of `gen_abssf2'
insn-flags.h:1650: warning: parameter names (without types) in function declaration
insn-flags.h:1650: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1651: error: parse error before "gen_absdf2"
insn-flags.h:1651: warning: type defaults to `int' in declaration of `gen_absdf2'
insn-flags.h:1651: warning: parameter names (without types) in function declaration
insn-flags.h:1651: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1652: error: parse error before "gen_absxf2"
insn-flags.h:1652: warning: type defaults to `int' in declaration of `gen_absxf2'
insn-flags.h:1652: warning: parameter names (without types) in function declaration
insn-flags.h:1652: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1653: error: parse error before "gen_abstf2"
insn-flags.h:1653: warning: type defaults to `int' in declaration of `gen_abstf2'
insn-flags.h:1653: warning: parameter names (without types) in function declaration
insn-flags.h:1653: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1654: error: parse error before "gen_one_cmpldi2"
insn-flags.h:1654: warning: type defaults to `int' in declaration of `gen_one_cmpldi2'
insn-flags.h:1654: warning: parameter names (without types) in function declaration
insn-flags.h:1654: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1656: error: parse error before "gen_one_cmpldi2"
insn-flags.h:1657: error: parse error before "rtx"
insn-flags.h:1657: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1657: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1658: error: parse error before "b"
insn-flags.h:1658: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1658: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1659: error: parse error before '{' token
insn-flags.h:1662: error: parse error before "gen_one_cmplsi2"
insn-flags.h:1662: warning: type defaults to `int' in declaration of `gen_one_cmplsi2'
insn-flags.h:1662: warning: parameter names (without types) in function declaration
insn-flags.h:1662: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1663: error: parse error before "gen_one_cmplhi2"
insn-flags.h:1663: warning: type defaults to `int' in declaration of `gen_one_cmplhi2'
insn-flags.h:1663: warning: parameter names (without types) in function declaration
insn-flags.h:1663: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1664: error: parse error before "gen_one_cmplqi2"
insn-flags.h:1664: warning: type defaults to `int' in declaration of `gen_one_cmplqi2'
insn-flags.h:1664: warning: parameter names (without types) in function declaration
insn-flags.h:1664: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1665: error: parse error before "gen_ashldi3"
insn-flags.h:1665: warning: type defaults to `int' in declaration of `gen_ashldi3'
insn-flags.h:1665: warning: parameter names (without types) in function declaration
insn-flags.h:1665: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1666: error: parse error before "gen_x86_shift_adj_1"
insn-flags.h:1666: warning: type defaults to `int' in declaration of `gen_x86_shift_adj_1'
insn-flags.h:1666: warning: parameter names (without types) in function declaration
insn-flags.h:1666: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1667: error: parse error before "gen_x86_shift_adj_2"
insn-flags.h:1667: warning: type defaults to `int' in declaration of `gen_x86_shift_adj_2'
insn-flags.h:1667: warning: parameter names (without types) in function declaration
insn-flags.h:1667: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1668: error: parse error before "gen_ashlsi3"
insn-flags.h:1668: warning: type defaults to `int' in declaration of `gen_ashlsi3'
insn-flags.h:1668: warning: parameter names (without types) in function declaration
insn-flags.h:1668: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1669: error: parse error before "gen_ashlhi3"
insn-flags.h:1669: warning: type defaults to `int' in declaration of `gen_ashlhi3'
insn-flags.h:1669: warning: parameter names (without types) in function declaration
insn-flags.h:1669: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1670: error: parse error before "gen_ashlqi3"
insn-flags.h:1670: warning: type defaults to `int' in declaration of `gen_ashlqi3'
insn-flags.h:1670: warning: parameter names (without types) in function declaration
insn-flags.h:1670: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1671: error: parse error before "gen_ashrdi3"
insn-flags.h:1671: warning: type defaults to `int' in declaration of `gen_ashrdi3'
insn-flags.h:1671: warning: parameter names (without types) in function declaration
insn-flags.h:1671: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1672: error: parse error before "gen_x86_shift_adj_3"
insn-flags.h:1672: warning: type defaults to `int' in declaration of `gen_x86_shift_adj_3'
insn-flags.h:1672: warning: parameter names (without types) in function declaration
insn-flags.h:1672: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1673: error: parse error before "gen_ashrsi3"
insn-flags.h:1673: warning: type defaults to `int' in declaration of `gen_ashrsi3'
insn-flags.h:1673: warning: parameter names (without types) in function declaration
insn-flags.h:1673: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1674: error: parse error before "gen_ashrhi3"
insn-flags.h:1674: warning: type defaults to `int' in declaration of `gen_ashrhi3'
insn-flags.h:1674: warning: parameter names (without types) in function declaration
insn-flags.h:1674: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1675: error: parse error before "gen_ashrqi3"
insn-flags.h:1675: warning: type defaults to `int' in declaration of `gen_ashrqi3'
insn-flags.h:1675: warning: parameter names (without types) in function declaration
insn-flags.h:1675: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1676: error: parse error before "gen_lshrdi3"
insn-flags.h:1676: warning: type defaults to `int' in declaration of `gen_lshrdi3'
insn-flags.h:1676: warning: parameter names (without types) in function declaration
insn-flags.h:1676: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1677: error: parse error before "gen_lshrsi3"
insn-flags.h:1677: warning: type defaults to `int' in declaration of `gen_lshrsi3'
insn-flags.h:1677: warning: parameter names (without types) in function declaration
insn-flags.h:1677: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1678: error: parse error before "gen_lshrhi3"
insn-flags.h:1678: warning: type defaults to `int' in declaration of `gen_lshrhi3'
insn-flags.h:1678: warning: parameter names (without types) in function declaration
insn-flags.h:1678: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1679: error: parse error before "gen_lshrqi3"
insn-flags.h:1679: warning: type defaults to `int' in declaration of `gen_lshrqi3'
insn-flags.h:1679: warning: parameter names (without types) in function declaration
insn-flags.h:1679: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1680: error: parse error before "gen_rotldi3"
insn-flags.h:1680: warning: type defaults to `int' in declaration of `gen_rotldi3'
insn-flags.h:1680: warning: parameter names (without types) in function declaration
insn-flags.h:1680: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1682: error: parse error before "gen_rotldi3"
insn-flags.h:1683: error: parse error before "rtx"
insn-flags.h:1683: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1683: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1684: error: parse error before "b"
insn-flags.h:1684: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1684: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1685: error: parse error before "c"
insn-flags.h:1685: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1685: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1686: error: parse error before '{' token
insn-flags.h:1689: error: parse error before "gen_rotlsi3"
insn-flags.h:1689: warning: type defaults to `int' in declaration of `gen_rotlsi3'
insn-flags.h:1689: warning: parameter names (without types) in function declaration
insn-flags.h:1689: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1690: error: parse error before "gen_rotlhi3"
insn-flags.h:1690: warning: type defaults to `int' in declaration of `gen_rotlhi3'
insn-flags.h:1690: warning: parameter names (without types) in function declaration
insn-flags.h:1690: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1691: error: parse error before "gen_rotlqi3"
insn-flags.h:1691: warning: type defaults to `int' in declaration of `gen_rotlqi3'
insn-flags.h:1691: warning: parameter names (without types) in function declaration
insn-flags.h:1691: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1692: error: parse error before "gen_rotrdi3"
insn-flags.h:1692: warning: type defaults to `int' in declaration of `gen_rotrdi3'
insn-flags.h:1692: warning: parameter names (without types) in function declaration
insn-flags.h:1692: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1694: error: parse error before "gen_rotrdi3"
insn-flags.h:1695: error: parse error before "rtx"
insn-flags.h:1695: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1695: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1696: error: parse error before "b"
insn-flags.h:1696: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1696: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1697: error: parse error before "c"
insn-flags.h:1697: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1697: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1698: error: parse error before '{' token
insn-flags.h:1701: error: parse error before "gen_rotrsi3"
insn-flags.h:1701: warning: type defaults to `int' in declaration of `gen_rotrsi3'
insn-flags.h:1701: warning: parameter names (without types) in function declaration
insn-flags.h:1701: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1702: error: parse error before "gen_rotrhi3"
insn-flags.h:1702: warning: type defaults to `int' in declaration of `gen_rotrhi3'
insn-flags.h:1702: warning: parameter names (without types) in function declaration
insn-flags.h:1702: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1703: error: parse error before "gen_rotrqi3"
insn-flags.h:1703: warning: type defaults to `int' in declaration of `gen_rotrqi3'
insn-flags.h:1703: warning: parameter names (without types) in function declaration
insn-flags.h:1703: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1704: error: parse error before "gen_extv"
insn-flags.h:1704: warning: type defaults to `int' in declaration of `gen_extv'
insn-flags.h:1704: warning: parameter names (without types) in function declaration
insn-flags.h:1704: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1705: error: parse error before "gen_extzv"
insn-flags.h:1705: warning: type defaults to `int' in declaration of `gen_extzv'
insn-flags.h:1705: warning: parameter names (without types) in function declaration
insn-flags.h:1705: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1706: error: parse error before "gen_insv"
insn-flags.h:1706: warning: type defaults to `int' in declaration of `gen_insv'
insn-flags.h:1706: warning: parameter names (without types) in function declaration
insn-flags.h:1706: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1707: error: parse error before "gen_seq"
insn-flags.h:1707: warning: type defaults to `int' in declaration of `gen_seq'
insn-flags.h:1707: warning: parameter names (without types) in function declaration
insn-flags.h:1707: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1708: error: parse error before "gen_sne"
insn-flags.h:1708: warning: type defaults to `int' in declaration of `gen_sne'
insn-flags.h:1708: warning: parameter names (without types) in function declaration
insn-flags.h:1708: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1709: error: parse error before "gen_sgt"
insn-flags.h:1709: warning: type defaults to `int' in declaration of `gen_sgt'
insn-flags.h:1709: warning: parameter names (without types) in function declaration
insn-flags.h:1709: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1710: error: parse error before "gen_sgtu"
insn-flags.h:1710: warning: type defaults to `int' in declaration of `gen_sgtu'
insn-flags.h:1710: warning: parameter names (without types) in function declaration
insn-flags.h:1710: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1711: error: parse error before "gen_slt"
insn-flags.h:1711: warning: type defaults to `int' in declaration of `gen_slt'
insn-flags.h:1711: warning: parameter names (without types) in function declaration
insn-flags.h:1711: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1712: error: parse error before "gen_sltu"
insn-flags.h:1712: warning: type defaults to `int' in declaration of `gen_sltu'
insn-flags.h:1712: warning: parameter names (without types) in function declaration
insn-flags.h:1712: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1713: error: parse error before "gen_sge"
insn-flags.h:1713: warning: type defaults to `int' in declaration of `gen_sge'
insn-flags.h:1713: warning: parameter names (without types) in function declaration
insn-flags.h:1713: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1714: error: parse error before "gen_sgeu"
insn-flags.h:1714: warning: type defaults to `int' in declaration of `gen_sgeu'
insn-flags.h:1714: warning: parameter names (without types) in function declaration
insn-flags.h:1714: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1715: error: parse error before "gen_sle"
insn-flags.h:1715: warning: type defaults to `int' in declaration of `gen_sle'
insn-flags.h:1715: warning: parameter names (without types) in function declaration
insn-flags.h:1715: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1716: error: parse error before "gen_sleu"
insn-flags.h:1716: warning: type defaults to `int' in declaration of `gen_sleu'
insn-flags.h:1716: warning: parameter names (without types) in function declaration
insn-flags.h:1716: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1717: error: parse error before "gen_sunordered"
insn-flags.h:1717: warning: type defaults to `int' in declaration of `gen_sunordered'
insn-flags.h:1717: warning: parameter names (without types) in function declaration
insn-flags.h:1717: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1718: error: parse error before "gen_sordered"
insn-flags.h:1718: warning: type defaults to `int' in declaration of `gen_sordered'
insn-flags.h:1718: warning: parameter names (without types) in function declaration
insn-flags.h:1718: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1719: error: parse error before "gen_suneq"
insn-flags.h:1719: warning: type defaults to `int' in declaration of `gen_suneq'
insn-flags.h:1719: warning: parameter names (without types) in function declaration
insn-flags.h:1719: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1720: error: parse error before "gen_sunge"
insn-flags.h:1720: warning: type defaults to `int' in declaration of `gen_sunge'
insn-flags.h:1720: warning: parameter names (without types) in function declaration
insn-flags.h:1720: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1721: error: parse error before "gen_sungt"
insn-flags.h:1721: warning: type defaults to `int' in declaration of `gen_sungt'
insn-flags.h:1721: warning: parameter names (without types) in function declaration
insn-flags.h:1721: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1722: error: parse error before "gen_sunle"
insn-flags.h:1722: warning: type defaults to `int' in declaration of `gen_sunle'
insn-flags.h:1722: warning: parameter names (without types) in function declaration
insn-flags.h:1722: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1723: error: parse error before "gen_sunlt"
insn-flags.h:1723: warning: type defaults to `int' in declaration of `gen_sunlt'
insn-flags.h:1723: warning: parameter names (without types) in function declaration
insn-flags.h:1723: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1724: error: parse error before "gen_sltgt"
insn-flags.h:1724: warning: type defaults to `int' in declaration of `gen_sltgt'
insn-flags.h:1724: warning: parameter names (without types) in function declaration
insn-flags.h:1724: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1725: error: parse error before "gen_beq"
insn-flags.h:1725: warning: type defaults to `int' in declaration of `gen_beq'
insn-flags.h:1725: warning: parameter names (without types) in function declaration
insn-flags.h:1725: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1726: error: parse error before "gen_bne"
insn-flags.h:1726: warning: type defaults to `int' in declaration of `gen_bne'
insn-flags.h:1726: warning: parameter names (without types) in function declaration
insn-flags.h:1726: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1727: error: parse error before "gen_bgt"
insn-flags.h:1727: warning: type defaults to `int' in declaration of `gen_bgt'
insn-flags.h:1727: warning: parameter names (without types) in function declaration
insn-flags.h:1727: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1728: error: parse error before "gen_bgtu"
insn-flags.h:1728: warning: type defaults to `int' in declaration of `gen_bgtu'
insn-flags.h:1728: warning: parameter names (without types) in function declaration
insn-flags.h:1728: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1729: error: parse error before "gen_blt"
insn-flags.h:1729: warning: type defaults to `int' in declaration of `gen_blt'
insn-flags.h:1729: warning: parameter names (without types) in function declaration
insn-flags.h:1729: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1730: error: parse error before "gen_bltu"
insn-flags.h:1730: warning: type defaults to `int' in declaration of `gen_bltu'
insn-flags.h:1730: warning: parameter names (without types) in function declaration
insn-flags.h:1730: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1731: error: parse error before "gen_bge"
insn-flags.h:1731: warning: type defaults to `int' in declaration of `gen_bge'
insn-flags.h:1731: warning: parameter names (without types) in function declaration
insn-flags.h:1731: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1732: error: parse error before "gen_bgeu"
insn-flags.h:1732: warning: type defaults to `int' in declaration of `gen_bgeu'
insn-flags.h:1732: warning: parameter names (without types) in function declaration
insn-flags.h:1732: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1733: error: parse error before "gen_ble"
insn-flags.h:1733: warning: type defaults to `int' in declaration of `gen_ble'
insn-flags.h:1733: warning: parameter names (without types) in function declaration
insn-flags.h:1733: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1734: error: parse error before "gen_bleu"
insn-flags.h:1734: warning: type defaults to `int' in declaration of `gen_bleu'
insn-flags.h:1734: warning: parameter names (without types) in function declaration
insn-flags.h:1734: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1735: error: parse error before "gen_bunordered"
insn-flags.h:1735: warning: type defaults to `int' in declaration of `gen_bunordered'
insn-flags.h:1735: warning: parameter names (without types) in function declaration
insn-flags.h:1735: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1736: error: parse error before "gen_bordered"
insn-flags.h:1736: warning: type defaults to `int' in declaration of `gen_bordered'
insn-flags.h:1736: warning: parameter names (without types) in function declaration
insn-flags.h:1736: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1737: error: parse error before "gen_buneq"
insn-flags.h:1737: warning: type defaults to `int' in declaration of `gen_buneq'
insn-flags.h:1737: warning: parameter names (without types) in function declaration
insn-flags.h:1737: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1738: error: parse error before "gen_bunge"
insn-flags.h:1738: warning: type defaults to `int' in declaration of `gen_bunge'
insn-flags.h:1738: warning: parameter names (without types) in function declaration
insn-flags.h:1738: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1739: error: parse error before "gen_bungt"
insn-flags.h:1739: warning: type defaults to `int' in declaration of `gen_bungt'
insn-flags.h:1739: warning: parameter names (without types) in function declaration
insn-flags.h:1739: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1740: error: parse error before "gen_bunle"
insn-flags.h:1740: warning: type defaults to `int' in declaration of `gen_bunle'
insn-flags.h:1740: warning: parameter names (without types) in function declaration
insn-flags.h:1740: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1741: error: parse error before "gen_bunlt"
insn-flags.h:1741: warning: type defaults to `int' in declaration of `gen_bunlt'
insn-flags.h:1741: warning: parameter names (without types) in function declaration
insn-flags.h:1741: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1742: error: parse error before "gen_bltgt"
insn-flags.h:1742: warning: type defaults to `int' in declaration of `gen_bltgt'
insn-flags.h:1742: warning: parameter names (without types) in function declaration
insn-flags.h:1742: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1743: error: parse error before "gen_indirect_jump"
insn-flags.h:1743: warning: type defaults to `int' in declaration of `gen_indirect_jump'
insn-flags.h:1743: warning: parameter names (without types) in function declaration
insn-flags.h:1743: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1744: error: parse error before "gen_tablejump"
insn-flags.h:1744: warning: type defaults to `int' in declaration of `gen_tablejump'
insn-flags.h:1744: warning: parameter names (without types) in function declaration
insn-flags.h:1744: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1745: error: parse error before "gen_doloop_end"
insn-flags.h:1745: warning: type defaults to `int' in declaration of `gen_doloop_end'
insn-flags.h:1745: warning: parameter names (without types) in function declaration
insn-flags.h:1745: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1747: error: parse error before "gen_call_pop"
insn-flags.h:1747: warning: type defaults to `int' in declaration of `gen_call_pop'
insn-flags.h:1747: warning: parameter names (without types) in function declaration
insn-flags.h:1747: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1749: error: parse error before "gen_call"
insn-flags.h:1749: warning: type defaults to `int' in declaration of `gen_call'
insn-flags.h:1749: warning: parameter names (without types) in function declaration
insn-flags.h:1749: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1751: error: parse error before "gen_call_value_pop"
insn-flags.h:1751: warning: type defaults to `int' in declaration of `gen_call_value_pop'
insn-flags.h:1751: warning: parameter names (without types) in function declaration
insn-flags.h:1751: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1753: error: parse error before "gen_call_value"
insn-flags.h:1753: warning: type defaults to `int' in declaration of `gen_call_value'
insn-flags.h:1753: warning: parameter names (without types) in function declaration
insn-flags.h:1753: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1754: error: parse error before "gen_untyped_call"
insn-flags.h:1754: warning: type defaults to `int' in declaration of `gen_untyped_call'
insn-flags.h:1754: warning: parameter names (without types) in function declaration
insn-flags.h:1754: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1755: error: parse error before "gen_return"
insn-flags.h:1755: warning: type defaults to `int' in declaration of `gen_return'
insn-flags.h:1755: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1756: error: parse error before "gen_prologue"
insn-flags.h:1756: warning: type defaults to `int' in declaration of `gen_prologue'
insn-flags.h:1756: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1757: error: parse error before "gen_epilogue"
insn-flags.h:1757: warning: type defaults to `int' in declaration of `gen_epilogue'
insn-flags.h:1757: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1758: error: parse error before "gen_sibcall_epilogue"
insn-flags.h:1758: warning: type defaults to `int' in declaration of `gen_sibcall_epilogue'
insn-flags.h:1758: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1759: error: parse error before "gen_eh_return"
insn-flags.h:1759: warning: type defaults to `int' in declaration of `gen_eh_return'
insn-flags.h:1759: warning: parameter names (without types) in function declaration
insn-flags.h:1759: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1760: error: parse error before "gen_ffssi2"
insn-flags.h:1760: warning: type defaults to `int' in declaration of `gen_ffssi2'
insn-flags.h:1760: warning: parameter names (without types) in function declaration
insn-flags.h:1760: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1761: error: parse error before "gen_tls_global_dynamic"
insn-flags.h:1761: warning: type defaults to `int' in declaration of `gen_tls_global_dynamic'
insn-flags.h:1761: warning: parameter names (without types) in function declaration
insn-flags.h:1761: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1762: error: parse error before "gen_tls_local_dynamic_base"
insn-flags.h:1762: warning: type defaults to `int' in declaration of `gen_tls_local_dynamic_base'
insn-flags.h:1762: warning: parameter names (without types) in function declaration
insn-flags.h:1762: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1763: error: parse error before "gen_sqrtsf2"
insn-flags.h:1763: warning: type defaults to `int' in declaration of `gen_sqrtsf2'
insn-flags.h:1763: warning: parameter names (without types) in function declaration
insn-flags.h:1763: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1764: error: parse error before "gen_sqrtdf2"
insn-flags.h:1764: warning: type defaults to `int' in declaration of `gen_sqrtdf2'
insn-flags.h:1764: warning: parameter names (without types) in function declaration
insn-flags.h:1764: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1765: error: parse error before "gen_movstrsi"
insn-flags.h:1765: warning: type defaults to `int' in declaration of `gen_movstrsi'
insn-flags.h:1765: warning: parameter names (without types) in function declaration
insn-flags.h:1765: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1766: error: parse error before "gen_movstrdi"
insn-flags.h:1766: warning: type defaults to `int' in declaration of `gen_movstrdi'
insn-flags.h:1766: warning: parameter names (without types) in function declaration
insn-flags.h:1766: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1768: error: parse error before "gen_movstrdi"
insn-flags.h:1769: error: parse error before "rtx"
insn-flags.h:1769: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1769: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1770: error: parse error before "b"
insn-flags.h:1770: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1770: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1771: error: parse error before "c"
insn-flags.h:1771: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1771: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1772: error: parse error before "d"
insn-flags.h:1772: warning: type defaults to `int' in declaration of `d'
insn-flags.h:1772: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1773: error: parse error before '{' token
insn-flags.h:1776: error: parse error before "gen_strmovdi_rex64"
insn-flags.h:1776: warning: type defaults to `int' in declaration of `gen_strmovdi_rex64'
insn-flags.h:1776: warning: parameter names (without types) in function declaration
insn-flags.h:1776: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1778: error: parse error before "gen_strmovdi_rex64"
insn-flags.h:1779: error: parse error before "rtx"
insn-flags.h:1779: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1779: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1780: error: parse error before "b"
insn-flags.h:1780: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1780: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1781: error: parse error before '{' token
insn-flags.h:1784: error: parse error before "gen_strmovsi"
insn-flags.h:1784: warning: type defaults to `int' in declaration of `gen_strmovsi'
insn-flags.h:1784: warning: parameter names (without types) in function declaration
insn-flags.h:1784: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1785: error: parse error before "gen_strmovsi_rex64"
insn-flags.h:1785: warning: type defaults to `int' in declaration of `gen_strmovsi_rex64'
insn-flags.h:1785: warning: parameter names (without types) in function declaration
insn-flags.h:1785: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1787: error: parse error before "gen_strmovsi_rex64"
insn-flags.h:1788: error: parse error before "rtx"
insn-flags.h:1788: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1788: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1789: error: parse error before "b"
insn-flags.h:1789: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1789: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1790: error: parse error before '{' token
insn-flags.h:1793: error: parse error before "gen_strmovhi"
insn-flags.h:1793: warning: type defaults to `int' in declaration of `gen_strmovhi'
insn-flags.h:1793: warning: parameter names (without types) in function declaration
insn-flags.h:1793: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1794: error: parse error before "gen_strmovhi_rex64"
insn-flags.h:1794: warning: type defaults to `int' in declaration of `gen_strmovhi_rex64'
insn-flags.h:1794: warning: parameter names (without types) in function declaration
insn-flags.h:1794: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1796: error: parse error before "gen_strmovhi_rex64"
insn-flags.h:1797: error: parse error before "rtx"
insn-flags.h:1797: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1797: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1798: error: parse error before "b"
insn-flags.h:1798: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1798: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1799: error: parse error before '{' token
insn-flags.h:1802: error: parse error before "gen_strmovqi"
insn-flags.h:1802: warning: type defaults to `int' in declaration of `gen_strmovqi'
insn-flags.h:1802: warning: parameter names (without types) in function declaration
insn-flags.h:1802: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1803: error: parse error before "gen_strmovqi_rex64"
insn-flags.h:1803: warning: type defaults to `int' in declaration of `gen_strmovqi_rex64'
insn-flags.h:1803: warning: parameter names (without types) in function declaration
insn-flags.h:1803: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1805: error: parse error before "gen_strmovqi_rex64"
insn-flags.h:1806: error: parse error before "rtx"
insn-flags.h:1806: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1806: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1807: error: parse error before "b"
insn-flags.h:1807: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1807: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1808: error: parse error before '{' token
insn-flags.h:1811: error: parse error before "gen_clrstrsi"
insn-flags.h:1811: warning: type defaults to `int' in declaration of `gen_clrstrsi'
insn-flags.h:1811: warning: parameter names (without types) in function declaration
insn-flags.h:1811: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1812: error: parse error before "gen_clrstrdi"
insn-flags.h:1812: warning: type defaults to `int' in declaration of `gen_clrstrdi'
insn-flags.h:1812: warning: parameter names (without types) in function declaration
insn-flags.h:1812: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1814: error: parse error before "gen_clrstrdi"
insn-flags.h:1815: error: parse error before "rtx"
insn-flags.h:1815: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1815: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1816: error: parse error before "b"
insn-flags.h:1816: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1816: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1817: error: parse error before "c"
insn-flags.h:1817: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1817: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1818: error: parse error before '{' token
insn-flags.h:1821: error: parse error before "gen_strsetdi_rex64"
insn-flags.h:1821: warning: type defaults to `int' in declaration of `gen_strsetdi_rex64'
insn-flags.h:1821: warning: parameter names (without types) in function declaration
insn-flags.h:1821: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1823: error: parse error before "gen_strsetdi_rex64"
insn-flags.h:1824: error: parse error before "rtx"
insn-flags.h:1824: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1824: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1825: error: parse error before "b"
insn-flags.h:1825: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1825: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1826: error: parse error before '{' token
insn-flags.h:1829: error: parse error before "gen_strsetsi"
insn-flags.h:1829: warning: type defaults to `int' in declaration of `gen_strsetsi'
insn-flags.h:1829: warning: parameter names (without types) in function declaration
insn-flags.h:1829: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1830: error: parse error before "gen_strsetsi_rex64"
insn-flags.h:1830: warning: type defaults to `int' in declaration of `gen_strsetsi_rex64'
insn-flags.h:1830: warning: parameter names (without types) in function declaration
insn-flags.h:1830: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1832: error: parse error before "gen_strsetsi_rex64"
insn-flags.h:1833: error: parse error before "rtx"
insn-flags.h:1833: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1833: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1834: error: parse error before "b"
insn-flags.h:1834: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1834: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1835: error: parse error before '{' token
insn-flags.h:1838: error: parse error before "gen_strsethi"
insn-flags.h:1838: warning: type defaults to `int' in declaration of `gen_strsethi'
insn-flags.h:1838: warning: parameter names (without types) in function declaration
insn-flags.h:1838: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1839: error: parse error before "gen_strsethi_rex64"
insn-flags.h:1839: warning: type defaults to `int' in declaration of `gen_strsethi_rex64'
insn-flags.h:1839: warning: parameter names (without types) in function declaration
insn-flags.h:1839: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1841: error: parse error before "gen_strsethi_rex64"
insn-flags.h:1842: error: parse error before "rtx"
insn-flags.h:1842: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1842: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1843: error: parse error before "b"
insn-flags.h:1843: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1843: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1844: error: parse error before '{' token
insn-flags.h:1847: error: parse error before "gen_strsetqi"
insn-flags.h:1847: warning: type defaults to `int' in declaration of `gen_strsetqi'
insn-flags.h:1847: warning: parameter names (without types) in function declaration
insn-flags.h:1847: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1848: error: parse error before "gen_strsetqi_rex64"
insn-flags.h:1848: warning: type defaults to `int' in declaration of `gen_strsetqi_rex64'
insn-flags.h:1848: warning: parameter names (without types) in function declaration
insn-flags.h:1848: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1850: error: parse error before "gen_strsetqi_rex64"
insn-flags.h:1851: error: parse error before "rtx"
insn-flags.h:1851: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1851: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1852: error: parse error before "b"
insn-flags.h:1852: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1852: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1853: error: parse error before '{' token
insn-flags.h:1856: error: parse error before "gen_cmpstrsi"
insn-flags.h:1856: warning: type defaults to `int' in declaration of `gen_cmpstrsi'
insn-flags.h:1856: warning: parameter names (without types) in function declaration
insn-flags.h:1856: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1857: error: parse error before "gen_cmpintqi"
insn-flags.h:1857: warning: type defaults to `int' in declaration of `gen_cmpintqi'
insn-flags.h:1857: warning: parameter names (without types) in function declaration
insn-flags.h:1857: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1858: error: parse error before "gen_strlensi"
insn-flags.h:1858: warning: type defaults to `int' in declaration of `gen_strlensi'
insn-flags.h:1858: warning: parameter names (without types) in function declaration
insn-flags.h:1858: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1859: error: parse error before "gen_strlendi"
insn-flags.h:1859: warning: type defaults to `int' in declaration of `gen_strlendi'
insn-flags.h:1859: warning: parameter names (without types) in function declaration
insn-flags.h:1859: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1860: error: parse error before "gen_movdicc"
insn-flags.h:1860: warning: type defaults to `int' in declaration of `gen_movdicc'
insn-flags.h:1860: warning: parameter names (without types) in function declaration
insn-flags.h:1860: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1862: error: parse error before "gen_movdicc"
insn-flags.h:1863: error: parse error before "rtx"
insn-flags.h:1863: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1863: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1864: error: parse error before "b"
insn-flags.h:1864: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1864: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1865: error: parse error before "c"
insn-flags.h:1865: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1865: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1866: error: parse error before "d"
insn-flags.h:1866: warning: type defaults to `int' in declaration of `d'
insn-flags.h:1866: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1867: error: parse error before '{' token
insn-flags.h:1870: error: parse error before "gen_movsicc"
insn-flags.h:1870: warning: type defaults to `int' in declaration of `gen_movsicc'
insn-flags.h:1870: warning: parameter names (without types) in function declaration
insn-flags.h:1870: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1871: error: parse error before "gen_movhicc"
insn-flags.h:1871: warning: type defaults to `int' in declaration of `gen_movhicc'
insn-flags.h:1871: warning: parameter names (without types) in function declaration
insn-flags.h:1871: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1872: error: parse error before "gen_movsfcc"
insn-flags.h:1872: warning: type defaults to `int' in declaration of `gen_movsfcc'
insn-flags.h:1872: warning: parameter names (without types) in function declaration
insn-flags.h:1872: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1873: error: parse error before "gen_movdfcc"
insn-flags.h:1873: warning: type defaults to `int' in declaration of `gen_movdfcc'
insn-flags.h:1873: warning: parameter names (without types) in function declaration
insn-flags.h:1873: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1874: error: parse error before "gen_movxfcc"
insn-flags.h:1874: warning: type defaults to `int' in declaration of `gen_movxfcc'
insn-flags.h:1874: warning: parameter names (without types) in function declaration
insn-flags.h:1874: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1875: error: parse error before "gen_movtfcc"
insn-flags.h:1875: warning: type defaults to `int' in declaration of `gen_movtfcc'
insn-flags.h:1875: warning: parameter names (without types) in function declaration
insn-flags.h:1875: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1876: error: parse error before "gen_minsf3"
insn-flags.h:1876: warning: type defaults to `int' in declaration of `gen_minsf3'
insn-flags.h:1876: warning: parameter names (without types) in function declaration
insn-flags.h:1876: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1877: error: parse error before "gen_mindf3"
insn-flags.h:1877: warning: type defaults to `int' in declaration of `gen_mindf3'
insn-flags.h:1877: warning: parameter names (without types) in function declaration
insn-flags.h:1877: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1878: error: parse error before "gen_maxsf3"
insn-flags.h:1878: warning: type defaults to `int' in declaration of `gen_maxsf3'
insn-flags.h:1878: warning: parameter names (without types) in function declaration
insn-flags.h:1878: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1879: error: parse error before "gen_maxdf3"
insn-flags.h:1879: warning: type defaults to `int' in declaration of `gen_maxdf3'
insn-flags.h:1879: warning: parameter names (without types) in function declaration
insn-flags.h:1879: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1880: error: parse error before "gen_pro_epilogue_adjust_stack"
insn-flags.h:1880: warning: type defaults to `int' in declaration of `gen_pro_epilogue_adjust_stack'
insn-flags.h:1880: warning: parameter names (without types) in function declaration
insn-flags.h:1880: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1881: error: parse error before "gen_allocate_stack_worker"
insn-flags.h:1881: warning: type defaults to `int' in declaration of `gen_allocate_stack_worker'
insn-flags.h:1881: warning: parameter names (without types) in function declaration
insn-flags.h:1881: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1882: error: parse error before "gen_allocate_stack"
insn-flags.h:1882: warning: type defaults to `int' in declaration of `gen_allocate_stack'
insn-flags.h:1882: warning: parameter names (without types) in function declaration
insn-flags.h:1882: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1883: error: parse error before "gen_builtin_setjmp_receiver"
insn-flags.h:1883: warning: type defaults to `int' in declaration of `gen_builtin_setjmp_receiver'
insn-flags.h:1883: warning: parameter names (without types) in function declaration
insn-flags.h:1883: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1884: error: parse error before "gen_conditional_trap"
insn-flags.h:1884: warning: type defaults to `int' in declaration of `gen_conditional_trap'
insn-flags.h:1884: warning: parameter names (without types) in function declaration
insn-flags.h:1884: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1885: error: parse error before "gen_movti"
insn-flags.h:1885: warning: type defaults to `int' in declaration of `gen_movti'
insn-flags.h:1885: warning: parameter names (without types) in function declaration
insn-flags.h:1885: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1886: error: parse error before "gen_movv2df"
insn-flags.h:1886: warning: type defaults to `int' in declaration of `gen_movv2df'
insn-flags.h:1886: warning: parameter names (without types) in function declaration
insn-flags.h:1886: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1887: error: parse error before "gen_movv8hi"
insn-flags.h:1887: warning: type defaults to `int' in declaration of `gen_movv8hi'
insn-flags.h:1887: warning: parameter names (without types) in function declaration
insn-flags.h:1887: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1888: error: parse error before "gen_movv16qi"
insn-flags.h:1888: warning: type defaults to `int' in declaration of `gen_movv16qi'
insn-flags.h:1888: warning: parameter names (without types) in function declaration
insn-flags.h:1888: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1889: error: parse error before "gen_movv4sf"
insn-flags.h:1889: warning: type defaults to `int' in declaration of `gen_movv4sf'
insn-flags.h:1889: warning: parameter names (without types) in function declaration
insn-flags.h:1889: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1890: error: parse error before "gen_movv4si"
insn-flags.h:1890: warning: type defaults to `int' in declaration of `gen_movv4si'
insn-flags.h:1890: warning: parameter names (without types) in function declaration
insn-flags.h:1890: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1891: error: parse error before "gen_movv2si"
insn-flags.h:1891: warning: type defaults to `int' in declaration of `gen_movv2si'
insn-flags.h:1891: warning: parameter names (without types) in function declaration
insn-flags.h:1891: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1892: error: parse error before "gen_movv4hi"
insn-flags.h:1892: warning: type defaults to `int' in declaration of `gen_movv4hi'
insn-flags.h:1892: warning: parameter names (without types) in function declaration
insn-flags.h:1892: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1893: error: parse error before "gen_movv8qi"
insn-flags.h:1893: warning: type defaults to `int' in declaration of `gen_movv8qi'
insn-flags.h:1893: warning: parameter names (without types) in function declaration
insn-flags.h:1893: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1894: error: parse error before "gen_movv2sf"
insn-flags.h:1894: warning: type defaults to `int' in declaration of `gen_movv2sf'
insn-flags.h:1894: warning: parameter names (without types) in function declaration
insn-flags.h:1894: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1895: error: parse error before "gen_sfence"
insn-flags.h:1895: warning: type defaults to `int' in declaration of `gen_sfence'
insn-flags.h:1895: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1896: error: parse error before "gen_sse_prologue_save"
insn-flags.h:1896: warning: type defaults to `int' in declaration of `gen_sse_prologue_save'
insn-flags.h:1896: warning: parameter names (without types) in function declaration
insn-flags.h:1896: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1898: error: parse error before "gen_sse_prologue_save"
insn-flags.h:1899: error: parse error before "rtx"
insn-flags.h:1899: warning: type defaults to `int' in declaration of `a'
insn-flags.h:1899: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1900: error: parse error before "b"
insn-flags.h:1900: warning: type defaults to `int' in declaration of `b'
insn-flags.h:1900: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1901: error: parse error before "c"
insn-flags.h:1901: warning: type defaults to `int' in declaration of `c'
insn-flags.h:1901: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1902: error: parse error before "d"
insn-flags.h:1902: warning: type defaults to `int' in declaration of `d'
insn-flags.h:1902: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1903: error: parse error before '{' token
insn-flags.h:1906: error: parse error before "gen_prefetch"
insn-flags.h:1906: warning: type defaults to `int' in declaration of `gen_prefetch'
insn-flags.h:1906: warning: parameter names (without types) in function declaration
insn-flags.h:1906: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1907: error: parse error before "gen_sse2_mfence"
insn-flags.h:1907: warning: type defaults to `int' in declaration of `gen_sse2_mfence'
insn-flags.h:1907: error: ISO C forbids data definition with no type or storage class
insn-flags.h:1908: error: parse error before "gen_sse2_lfence"
insn-flags.h:1908: warning: type defaults to `int' in declaration of `gen_sse2_lfence'
insn-flags.h:1908: error: ISO C forbids data definition with no type or storage class
/usr/share/bison/bison.simple: In function `yyparse':
/usr/share/bison/bison.simple:800: warning: implicit declaration of function `stpcpy'
/usr/share/bison/bison.simple:800: warning: initialization makes pointer from integer without a cast
/usr/share/bison/bison.simple:801: warning: assignment makes pointer from integer without a cast
/usr/share/bison/bison.simple:812: warning: assignment makes pointer from integer without a cast
/usr/share/bison/bison.simple:813: warning: assignment makes pointer from integer without a cast
/usr/include/sys/stat.h: At top level:
/cvs/gcc/gcc/treelang/parse.y:209: warning: `yytoknum' defined but not used
make[2]: *** [treelang/parse.o] Error 1
make[2]: Leaving directory `/builds/gcc/gcc-3.2-devel/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/builds/gcc/gcc-3.2-devel/gcc'
make: *** [bootstrap] Error 2

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]