[Bug jit/82174] Null name in one entry of the builtin_data array of jit-builtins.c

dmalcolm at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Sep 13 21:03:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82174

David Malcolm <dmalcolm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2017-09-13
     Ever confirmed|0                           |1

--- Comment #1 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Thanks for filing this.  I can reproduce what appears to be the same crash by
simply calling:

  gcc_jit_context_get_builtin_function (ctxt, "not-found");

Am investigating.


More information about the Gcc-bugs mailing list