I was building gcc-4.4.1 on an i686-linux-gnu slackware-12.2 box with
the default optimization flags. I'd last built/installed 4.4.0. The
current build dies at:
libtool: compile: /home/ronis/objdir/./gcc/xgcc -shared-libgcc
-B/home/ronis/objdir/./gcc -nostdinc++
-L/home/ronis/objdir/i686-pc-li
t read
the prerequisites section. I have to rebuild right?
David
On Thu, 2009-04-23 at 15:57 +, Joseph S. Myers wrote:
> On Thu, 23 Apr 2009, David Ronis wrote:
>
> > >From the info pages it seems that the new optimizations,
> > -floop-interchange, -floop-strip-mine, and -floop-bl
>From the info pages it seems that the new optimizations,
-floop-interchange, -floop-strip-mine, and -floop-block, are NOT turned
on when -O3 is specified. Is this correct and if so, why aren't they?
David