------- 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