Except that this is missing: diff --git a/gcc/jit/jit-builtins.h b/gcc/jit/jit-builtins.h index 0b6f974..3d76247 100644 --- a/gcc/jit/jit-builtins.h +++ b/gcc/jit/jit-builtins.h @@ -72,6 +72,7 @@ enum jit_builtin_type #undef DEF_FUNCTION_TYPE_VAR_3 #undef DEF_FUNCTION_TYPE_VAR_4 #undef DEF_FUNCTION_TYPE_VAR_5 +#undef DEF_FUNCTION_TYPE_VAR_6 #undef DEF_FUNCTION_TYPE_VAR_7 #undef DEF_POINTER_TYPE BT_LAST
On Wed, Sep 30, 2015 at 9:09 AM, Jakub Jelinek <ja...@redhat.com> wrote: > On Wed, Sep 30, 2015 at 09:05:45AM -0400, Ulrich Drepper wrote: >> After some recent additions to builtin-types.def the jit user of the >> definitions hasn't been updated. OK to apply? >> >> >> 2015-09-30 Ulrich Drepper <drep...@gmail.com> >> >> * jit-builtins.c: Provide definition of DEF_FUNCTION_TYPE_VAR_6. >> * jit-builtins.h: Likewise. > > https://gcc.gnu.org/viewcvs?rev=228289&root=gcc&view=rev should fix this > already. > > Jakub