This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Restore Solaris/x86 Ada bootstrap: tracebak.c warning
- From: Arnaud Charlet <charlet at adacore dot com>
- To: Rainer Orth <ro at techfak dot uni-bielefeld dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 2 Jul 2009 18:07:29 +0200
- Subject: Re: PATCH: Restore Solaris/x86 Ada bootstrap: tracebak.c warning
- References: <19020.55994.681795.866213@manam.TechFak.Uni-Bielefeld.DE>
> /vol/gcc/src/gcc-dist/gcc/ada/tracebak.c: In function '__gnat_backtrace':
> /vol/gcc/src/gcc-dist/gcc/ada/tracebak.c:473:11: error: comparison between signed and unsigned integer expressions
> /vol/gcc/src/gcc-dist/gcc/ada/tracebak.c:473:11: error: comparison between signed and unsigned integer expressions
> /vol/gcc/src/gcc-dist/gcc/ada/tracebak.c:474:5: error: comparison between signed and unsigned integer expressions
>
> The following trivial patch fixes this and allows the bootstrap to
> continue; I suppose it counts as obvious?
>
> Ok to commit?
Yes, thanks.
Arno