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/4.3 regression] code quality regression due to ivopts



------- Comment #10 from ubizjak at gmail dot com  2007-11-20 07:36 -------
(In reply to comment #9)
> What does GCC 4.3 do with the test case of this bug?

gcc -Os:

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

And the -4(...) is due to PR 26726, look at comment #18.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2007-07-04 22:16:36         |2007-11-20 07:36:22
               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]