------- Comment #5 from rguenth at gcc dot gnu dot org 2006-11-29 16:02 ------- Can we make sure to always emit proper truncation to SF/DFmode if not TARGET_MIX_SSE_I387? Just in case two fprem instructions follow each other and so we don't truncate by moving to memory or SSE registers. It would be bad to let excess precision (aka bug 323) sneak in for fpmath=sse when we tell people to use that to prevent excess precision.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29852