This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]