https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69254
--- Comment #16 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Jan 26 13:01:44 2016 New Revision: 232826 URL: https://gcc.gnu.org/viewcvs?rev=232826&root=gcc&view=rev Log: 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. Modified: trunk/gcc/ChangeLog trunk/gcc/opts.c trunk/gcc/opts.h