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


On Sat, Jun 29, 2002 at 09:10:15AM -0700, Aldy Hernandez wrote:
> >>>>> "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.

Negative. I'm no GCC hacker, I'm just hoping to submit a series of
obvious removals of old dead code as I read parts of the code to
familiarize myself with GCC.

As I understand it, copyright assignment is not mandatory for changes
on this scale.

> If you don't have write access, someone can commit it for you.

That would be great, if anyone has the time to look at this change (and
similar ones which I hope will follow) and commit them.


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