https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64485
Jan Hubicka <hubicka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hubicka at gcc dot gnu.org --- Comment #3 from Jan Hubicka <hubicka at gcc dot gnu.org> --- This is caused by fact that we calculate times in fixed point, but compensate them later in sreal. The patch https://gcc.gnu.org/ml/gcc-patches/2015-01/msg00004.html ought to solve the issue.