This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c/7656: warning: comparison between signed and unsigned
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 20 Aug 2002 16:06:04 -0000
- Subject: Re: c/7656: warning: comparison between signed and unsigned
- Reply-to: Andrew Pinski <pinskia at physics dot uc dot edu>
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.