http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48685
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-04-22 19:20:38 UTC --- Seems that was introduced by: http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00279.html but we don't have GIMPLE_MODIFY_STMT any longer and MODIFY_EXPR does have a type, so I guess we can just revert it. Will test that.