[Bug middle-end/33794] [4.3 regression] Wrong code w/ -ffast-math

ubizjak at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Oct 17 11:38:00 GMT 2007



------- Comment #7 from ubizjak at gmail dot com  2007-10-17 11:38 -------
(In reply to comment #5)

There are (many!) changes of type:

-  D.6241 = __builtin_sqrt (receive_coil_1.self_ind * transmit_coil.self_ind);
-  coil_coil_mutuals[0] = coil_coil_mutuals[0] / D.6241;
+  coil_coil_mutuals[0] = coil_coil_mutuals[0] / __builtin_sqrt (receive_coil_1

where (-) represents failed run and (+) successful run, produced with Jakub's
patch removed.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33794



More information about the Gcc-bugs mailing list