------- Comment #7 from pinskia at gcc dot gnu dot org 2007-04-07 17:38 ------- Basically flow (or really the DSE part of flow) should be taught that the prologue/epilogue is special and should not be deleted. Maybe a good idea is to see if the dataflow branch with its new DSE gets this ICE also.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31500