> This seems to break the build for me: > > In file included from > /home/glisse/repos/gcc/trunk/gcc/config/i386/i386.c:21:0: > /home/glisse/repos/gcc/trunk/gcc/config/i386/i386.c:30165:16: error: > ‘IX86_BUILTIN__BDESC_SPECIAL_ARGS2_FIRST’ was not declared in this scope > BDESC_VERIFYS (IX86_BUILTIN__BDESC_SPECIAL_ARGS2_FIRST,
Confirmed: /home/eric/gnat/gnat-head/src/gcc/config/i386/i386.c: In function ‘rtx_def* ix86_expand_builtin(tree, rtx, rtx, machine_mode, int)’: /home/eric/gnat/gnat-head/src/gcc/config/i386/i386.c:37439:16: error: ‘IX86_BUILTIN__BDESC_SPECIAL_ARGS2_FIRST’ was not declared in this scope if (fcode >= IX86_BUILTIN__BDESC_SPECIAL_ARGS2_FIRST ^ /home/eric/gnat/gnat-head/src/gcc/config/i386/i386.c:37440:19: error: ‘IX86_BUILTIN__BDESC_SPECIAL_ARGS2_LAST’ was not declared in this scope && fcode <= IX86_BUILTIN__BDESC_SPECIAL_ARGS2_LAST) ^ /home/eric/gnat/gnat-head/src/gcc/config/i386/i386.c:37443:48: error: ‘bdesc_special_args2’ was not declared in this scope return ix86_expand_special_args_builtin (bdesc_special_args2 + i, exp, -- Eric Botcazou