------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-15
06:15 -------
(In reply to comment #3)
> For addition, this is a regression against 3.3.5:
Actually it is not and here is why:
fadds .LC0
.LC0 is actually zero.
And in fact this only can happen with -funsafe-math-optimizations (or maybe
with -fno-trapping-
math because a+0.0 can trap.
--
What |Removed |Added
----------------------------------------------------------------------------
Summary|[4.0 regression] Special- |Special-case real + complex
|case real + complex |arithmetic operation (-
|arithmetic operation |ffast-math)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19953