------- Comment #5 from rguenth at gcc dot gnu dot org 2009-04-28 21:27 ------- We need to update SSA form after FRE as we now notice the cast to entry_func (with noreturn attribute, thus no VDEF) was invalid (and thus we add a VDEF).
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39941