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] Move stuff to simplify-rtx.c, 1/13 - NOT


On Tue, 13 Dec 2005, Paolo Bonzini wrote:
> This patch is the one I had already sent, split into thirteen pieces.  I
> hope it's easier to review it.  This one moves NOT simplifications to
> simplify-rtx.c, and removes a duplicate one already present (twice) in
> simplify-rtx.c.

Sorry for the delay, I've been kept very busy recently.  However, I
do appreciate you splitting your mega patch into 13 smaller pieces.
Commiting them to mainline independently should allow future generations
to track down which of the independent pieces is responsible for any
problems that may potentially be encountered.  Of course, you'll need
to provide a separate ChangeLog entry for each piece, and for use in
the commit message.  I also notice that these patches may not apply
cleanly over one another, as part 13/13 includes an identical hunk
to part 1/13.

Part 1/13, NOT is OK for mainline, with a suitable ChangeLog entry.

Roger
--


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