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] [TRIVIAL] Remove CHARMASK from fold-const.c


>>>>> "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


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