This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch: silence bogus sign-compare warnings on truth values in?:
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: Patch: silence bogus sign-compare warnings on truth values in?:
- From: Bernd Schmidt <bernds at redhat dot com>
- Date: Mon, 18 Dec 2000 15:05:11 +0000 (GMT)
- Cc: gcc-patches at gcc dot gnu dot org
On Sun, 17 Dec 2000, Kaveh R. Ghazi wrote:
> 2000-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
>
> * fold-const.c (tree_expr_nonnegative_p): Treat truth values as
> non-negative.
>
> testsuite:
> * gcc.dg/compare3.c: New test.
Ok.
Bernd