------- Comment #7 from steven at gcc dot gnu dot org  2006-02-11 00:52 -------
"GCC: (GNU) 4.2.0 20060210 (experimental)" produces this
(at "-O2 -march=pentium4"):

foo:
        movl    a, %eax
        addl    $1, %eax
        movl    %eax, a
        testl   %eax, %eax
        je      .L4
        addl    $1, %eax
        movl    %eax, a
.L4:
        ret


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-12-09 04:33:11         |2006-02-11 00:52:36
               date|                            |


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

Reply via email to