re PR lto/69254 (ICE in streamer_get_builtin_tree when using -fsanitize=shift on...
authorJakub Jelinek <jakub@redhat.com>
Tue, 26 Jan 2016 13:01:44 +0000 (14:01 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 26 Jan 2016 13:01:44 +0000 (14:01 +0100)
commitb1b46af04f50513e823845c5f782860814f1f40c
treedbe207737ca2c13c923868c98b54870935302103
parent81cd202e24b322ba4c592a4b99a6e773238c5b27
re PR lto/69254 (ICE in streamer_get_builtin_tree when using -fsanitize=shift on the compile side only)

PR lto/69254
* opts.h (parse_sanitizer_options): New prototype.
* opts.c (sanitizer_opts): New array.
(parse_sanitizer_options): New function.
(common_handle_option): Use parse_sanitizer_options.

From-SVN: r232826
gcc/ChangeLog
gcc/opts.c
gcc/opts.h