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: [Patch] bogus signed/unsigned warning


On Wed, Aug 28, 2002 at 03:42:41PM +0200, Ansgar Esztermann wrote:
> 	* c-typeck.c (c_tree_expr_nonnegative_p): New function.
>   (build_binary_op): Call c_tree_expr_nonnegative_p rather than
>   tree_expr_nonnegative_p.  
>   (build_conditional_expr): Likewise.
> 
> 	* c-tree.h (c_tree_expr_nonnegative_p): Declare.
> 
> 	* gcc.dg/compare2.c: Remove xfail from cases 10 and 12.

Applied.


r~


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