re PR sanitizer/78708 ([ASAN][LTO] ICE in expand_ASAN_MARK, at internal-fn.c:380...
authorJakub Jelinek <jakub@gcc.gnu.org>
Sat, 10 Dec 2016 08:01:17 +0000 (09:01 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 10 Dec 2016 08:01:17 +0000 (09:01 +0100)
commitd89ee6dbda67e1e3efd38cecb003bb2e52b52858
tree91c4ebe2cfe5c929b6d00b17de216d017d23dbfe
parent991dde0a4fe8b15b8edecd0028b1c8c795d0891c
re PR sanitizer/78708 ([ASAN][LTO] ICE in expand_ASAN_MARK, at internal-fn.c:380 - when compiling but not linking with ASAN)

PR sanitizer/78708
* lto-streamer-in.c (input_function): In addition to debug stmts
without -g, remove IFN_*SAN_* calls if corresponding flag_sanitize
bit is not enabled.

From-SVN: r243514
gcc/ChangeLog
gcc/lto-streamer-in.c