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/16220] [4.0 Regression] Jump pessimization


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-10 01:05 -------
Fixed by:
2005-01-08  Roger Sayle  <roger@eyesopen.com>

        * ifcvt.c (find_if_case_1): Reinstate 2005-01-04 change, now that
        the latent bug in rtl_delete_block has been resolved.
aka
2005-01-04  Roger Sayle  <roger@eyesopen.com>

        * ifcvt.c (find_if_case_1): Avoid creating an empty forwarder block,
        if deleting the then-block allows the test-block to fallthru to the
        else-block.

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


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


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