On 05/05/14 08:13, Marek Polacek wrote:
It seems it's better to error out when someone passes bogus option to -fsanitize rather than only give a warning. Error gives non-zero exit status so with this patch the behavior is friendlier to configure scripts.Bootstrapped on x86_64-linux, ok for trunk? 2014-05-05 Marek Polacek <pola...@redhat.com> PR driver/61065 * opts.c (common_handle_option): Call error_at instead of warning_at.
OK. Jeff