This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/31040] unroll/peel loops not aggressive enough
- From: "jv244 at cam dot ac dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jul 2007 18:21:30 -0000
- Subject: [Bug tree-optimization/31040] unroll/peel loops not aggressive enough
- References: <bug-31040-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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