------- Additional Comments From gdr at integrable-solutions dot net 2005-01-12 17:05 ------- Subject: Re: Trivial loop not unrolled
"pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: | Really -funroll-loops should be added to -O3 by default and maybe a | tweewed version to -O2/-Os I don't think the issue is to have -funroll-loops as default at higher level. I think it is more about the compiler understanding loops with constant bounds, just like we handle if(0) or if(1) branches. -- Gaby -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19401