On Fri, Sep 19, 2014 at 03:29:44PM +0200, Marek Polacek wrote:
> Jakub, does the asan.c change look ok?

> --- gcc/gcc/asan.c
> +++ gcc/gcc/asan.c
> @@ -2024,6 +2024,8 @@ maybe_instrument_call (gimple_stmt_iterator *iter)
>           case BUILT_IN_TRAP:
>             /* Don't instrument these.  */
>             return false;
> +         default:
> +           break;
>           }
>       }
>        tree decl = builtin_decl_implicit (BUILT_IN_ASAN_HANDLE_NO_RETURN);

This hunk is fine, separately or together with the rest.

        Jakub

Reply via email to