On 24 Nov 09:35, Jakub Jelinek wrote: > On Fri, Nov 24, 2017 at 09:34:07AM +0100, Eric Botcazou wrote: > > > 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, > > It works now, Kirill has committed r255131 and r255132. Sorry about that, folks. I've missed a conflict during patch application.
-- Thanks, K > > Jakub