diff mbox

JIT breakage after last builtin-types change

Message ID CAOPLpQfMDZnAae4nU74yi2=kMb5HKK+bRCD7YcqUB_Yt58bcQw@mail.gmail.com
State New
Headers show

Commit Message

Ulrich Drepper Sept. 30, 2015, 1:45 p.m. UTC
Except that this is missing:



On Wed, Sep 30, 2015 at 9:09 AM, Jakub Jelinek <jakub@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  <drepper@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
diff mbox

Patch

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