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 tree-optimization/51938] missed optimization: 2 comparisons


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

Marc Glisse <glisse at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #10 from Marc Glisse <glisse at gcc dot gnu.org> 2012-08-06 16:53:19 UTC ---
The testcase is now optimized with -fno-trapping-math. Ideally it should also
be optimized with -ftrapping-math (which a first unapplied patch did), but that
option needs too much work to fix all its issues.

Thus closing (feel free to reopen if someone is interested in the trapping
case).


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