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

2017-09-14 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82174 David Malcolm changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

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

2017-09-14 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82174 --- Comment #3 from David Malcolm --- Author: dmalcolm Date: Thu Sep 14 19:30:26 2017 New Revision: 252769 URL: https://gcc.gnu.org/viewcvs?rev=252769&root=gcc&view=rev Log: Fix crash accessing builtins in sanitizer.def and after (PR jit/82174)

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

2017-09-14 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82174 --- Comment #2 from David Malcolm --- The entry with the NULL name comes from this line in sanitizer.def: /* This has to come before all the sanitizer builtins. */ DEF_BUILTIN_STUB(BEGIN_SANITIZER_BUILTINS, (const char *)0) There's also th

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

2017-09-13 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82174 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|