[Bug lto/69254] [6 Regression] ICE in streamer_get_builtin_tree when using -fsanitize=shift on the compile side only
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 27 18:49:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69254
--- Comment #18 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Jan 27 18:48:30 2016
New Revision: 232891
URL: https://gcc.gnu.org/viewcvs?rev=232891&root=gcc&view=rev
Log:
PR lto/69254
* sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
* asan.c (DEF_BUILTIN_STUB): Temporarily define.
* tree-streamer-in.c: Include asan.h.
(streamer_get_builtin_tree): For builtins in sanitizer
range call initialize_sanitizer_builtins and retry.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/asan.c
trunk/gcc/sanitizer.def
trunk/gcc/tree-streamer-in.c
More information about the Gcc-bugs
mailing list