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] cris: Move predicates to predicates.md.


On Saturday 02 April 2005 12:13, Hans-Peter Nilsson wrote:
> (This far behind on mailing list reading!)
>
> On Thu, 17 Mar 2005, Kazu Hirata wrote:
> > Attached is a patch to move predicates to predicates.md.
> >
> > Built cc1 for cris-elf.  OK to apply?
>
> No, at least not now.  Thank you for your work.  I'll take care
> of it sooner or later, but I don't see a specific need for this
> transition so this'll have to stand back for some other work.

The specific reason is that GCC is trying to remove PREDICATE_CODES,
thereby removing Yet Another Duplicated Interface in the machine
descriptions.
PREDICATE_CODES has been deprecated, so all targets should try to move
away from it.  This is called maintainance.  It is puzzling to me why
you reject a patch that is basically doing *your* work, as the target
maintainer, for you.

Gr.
Steven


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