[Bug middle-end/69234] recent GCC trunk compilers miscompile the V8 JavaScript interpreter/JITC

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 11 23:19:00 GMT 2016


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
In that case, I guess the questions are:
1) does -fno-delete-null-pointer-checks cure the crash?
2) do any of the functions/methods defined in the problematic file have
nonnull attribute?
3) can you try to compile it with -fsanitize=undefined and see if errors are
reported on it?


More information about the Gcc-bugs mailing list