Jakub Jelinek <ja...@redhat.com> writes: > +++ gcc/asan.c 2012-12-05 15:30:56.069890542 +0100 > @@ -1031,7 +1031,7 @@ instrument_builtin_call (gimple_stmt_ite > { > gimple call = gsi_stmt (*iter); > > - gcc_assert (is_gimple_builtin_call (call)); > + gcc_checking_assert (is_gimple_builtin_call (call));
Why is this change necessary? The patch looks OK to me otherwise. -- Dodji