This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [lno] Fix the check elimination
On Wed, Mar 31, 2004 at 02:43:26PM +0200, Dorit Naishlos wrote:
>
> I needed the following tiny patch to tree-scalar-evolutions.c in order to
> be able to bootstrap on powerpc-apple-darwin7.0.0, because of the following
> error:
>
> ../../gcc/gcc/tree-scalar-evolution.c: In function `dump_chrecs_stats':
> ../../gcc/gcc/tree-scalar-evolution.c:3470: warning: int format, size_t arg
> (arg 3)
> make[2]: *** [tree-scalar-evolution.o] Error 1
> make[1]: *** [stage2_build] Error 2
> make: *** [bootstrap] Error 2
>
> ok to commit?
>
Yes,
Thanks.