This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] [TRIVIAL] Remove CHARMASK from fold-const.c
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: Aaron Lehmann <aaronl at vitelus dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 29 Jun 2002 09:10:15 -0700
- Subject: Re: [PATCH] [TRIVIAL] Remove CHARMASK from fold-const.c
- References: <20020629040804.GA9673@vitelus.com>
>>>>> "Aaron" == Aaron Lehmann <aaronl@vitelus.com> writes:
> Hi,
> The patch below gets rid of a definition of CHARMASK in fold-cost.c
> that is never used. An identical definition exsist in real.c and is
> actuallty referenced there.
This was used by real_hex_to_f() which no longer exists, though I
don't see a ChangeLog entry for its disapperance.
However, it isn't used in fold-const.c, and is an obvious change you
can commit, provided you have filled out the paper work and have CVS
write access.
If you don't have write access, someone can commit it for you.
Aldy