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 target/1532] [3.3/3.4 Regression] -O3 generates (obviously) redundant tests and jumps


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|optimization                |target
   Last reconfirmed|2003-07-29 08:39:17         |2003-08-24 19:45:52
               date|                            |
            Summary|-O3 generates (obviously)   |[3.3/3.4 Regression] -O3
                   |redundant tests and jumps   |generates (obviously)
                   |                            |redundant tests and jumps
   Target Milestone|---                         |3.3.2


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-24 19:45 -------
This is a regression from 2.95.3 and this is definitly a target bug.
The problem is that the i386 uses different CC modes for less than and equal to and other 
comparisions.


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