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/27440] [4.0/4.1/4.2 regression] code quality regression due to ivopts



------- Comment #6 from rguenth at gcc dot gnu dot org  2006-10-10 14:06 -------
Confirmed (as in comment #1).  With -Os instead of -O2 we even produce

.L3:
        movl    %ebx, -4(%edx)
        incl    %eax
.L2:
        addl    $4, %edx
        cmpl    %ecx, %eax
        jb      .L3

(because loop header copying is disabled there).


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rakdver at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
      Known to work|                            |3.4.6
   Last reconfirmed|0000-00-00 00:00:00         |2006-10-10 14:06:28
               date|                            |


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


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