------- Comment #9 from pinskia at gcc dot gnu dot org 2007-10-17 11:46 ------- I think what is happening is that "coil_coil_mutuals[0] / D.6241" is being expanded as coil_coil_mutuals[0] * (1/D.6241) which is not bad, just inconstaint. I think we need to look into this more but I doubt there is anything you can fix here. This is just the way stuff works with -ffast-math and x87.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33794