[Bug c++/28408] What should be value of complex<double>(1.0,0.0) *= -1?

pcarlini at suse dot de gcc-bugzilla@gcc.gnu.org
Thu Sep 7 01:51:00 GMT 2006



------- Comment #13 from pcarlini at suse dot de  2006-09-07 01:51 -------
And, by the way, it's also generally untrue that F8 is only illustrative of not
permitted transformations.  For example, a few lines above:

1 * x and x / 1 -> x         The expressions 1 * x, x / 1 and x are equivalent
                             (on IEC 60559 machines, among others)

Also, there is a general statement about that in F.8/1.


-- 


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



More information about the Gcc-bugs mailing list