[Bug tree-optimization/31040] unroll/peel loops not aggressive enough

jv244 at cam dot ac dot uk gcc-bugzilla@gcc.gnu.org
Tue Jul 3 18:21:00 GMT 2007



------- Comment #5 from jv244 at cam dot ac dot uk  2007-07-03 18:21 -------
The optimization asked for in this PR is now being performed:

> gfortran -O3 -funroll-loops -S test.f90

yields

globl lxy_
        .type   lxy_, @function
lxy_:
.LFB2:
        movl    $3, %eax
        ret
.LFE2:
        .size   lxy_, .-lxy_
        .section        .eh_frame,"a",@progbits
.Lframe1:


-- 

jv244 at cam dot ac dot uk changed:

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


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



More information about the Gcc-bugs mailing list