This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] Fix bootstrap failure caused by tree-ssa-loop.c


On Thu, 2003-12-11 at 22:23, law@redhat.com wrote:
> In message <20031212000351.GA1181@atrey.karlin.mff.cuni.cz>, Zdenek Dvorak writ
> es:

>  >??? It passed without any problems for me.  Interesting, I will have to
>  >check whether I don't bootstrap with checking disabled, but I would be
>  >very surprised if it was the case.
> Hmm, I may have mis-spoken.  Try with -O2 -fno-tree-pre, checking enabled.
> 
The loop optimizer is no longer enabled by default.  You need to add
-fno-tree-loop-optimizer.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]