On 07/20/2011 11:24 AM, Ulrich Weigand wrote: >> > BB_HEAD (new_bb) = new_label; > new_bb is now always NULL at this point, and the assignment crashes. > > I guess that assignment should now be just deleted as well, since > this is done by create_basic_block later?
Doh. Yes, that's correct. r~