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 middle-end/19953] Special-case real + complex arithmetic operation (-ffast-math)


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


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