On Sat, Oct 1, 2016 at 10:17 AM, Marek Polacek <pola...@redhat.com> wrote: > + && (last_eval == NULL > + || !gimple_call_internal_p (last_eval, IFN_FALLTHROUGH))
Isn't this still assuming that non-null last_eval must be a gcall, so we'll get a checking ICE if it's something else? Jason