This is the mail archive of the gcc-prs@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: c/7656: warning: comparison between signed and unsigned


The following reply was made to PR c/7656; it has been noted by GNATS.

From: Andrew Pinski <pinskia@physics.uc.edu>
To: wharms@bfs.de
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: c/7656: warning: comparison between signed and unsigned
Date: Tue, 20 Aug 2002 11:59:12 -0400

 This have been fixed in the top of the cvs:
 
 
 2002-08-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
          * loop.c (scan_loop, move_movables, count_one_set): Cast 
 to avoid
          signed/unsigned warnings.
 
          * regclass.c (init_reg_sets_1, choose_hard_reg_mode,
          record_reg_classes): Likewise.
 
          * reload.c (reload_inner_reg_of_subreg, push_reload,
          find_reloads_address_1): Likewise.
 
 2002-07-08  Roger Sayle  <roger@eyesopen.com>
 
          * combine.c (combine_simplify_rtx): Add an explicit cast
          to avoid signed/unsigned comparison warning.
          (simplify_if_then_else): Likewise.
          (extended_count): Likewise.
          (simplify_shift_const): Likewise.
          (simplify_comparison): Likewise.
 
 Thanks,
 Andrew Pinski
 
 PS can someone close this report. Thanks.
 


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