------- Comment #8 from pinskia at gcc dot gnu dot org 2008-03-14 19:14 ------- We do get: *b = VIEW_CONVERT_EXPR<int>(*a + e);
Now, if produced: VIEW_CONVERT_EXPR<float>(*b) = *a + e; We might produce better code as SImode is not able to held in FPRs. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33989