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: [RFC] SHIFT_COUNT_TRUNCATED and shift_truncation_mask


On Mon, May 13, 2019 at 8:29 PM Jeff Law <law@redhat.com> wrote:
>
> On 5/13/19 1:32 AM, Richard Sandiford wrote:
> >
> > IMO we should only consider deprecating the macro.  I'm not sure how
> > much practical effect that will have though.  cc0 was deprecated ages
> > ago but we're a still a long way from getting rid of it. :-)
> Yea, but (in theory) removing SHIFT_COUNT_TRUNCATED from a target ought
> to be easier than removing cc0.

Contrary to cc0 you can simply "remove" SHIFT_COUNT_TRUNCATED and
things keep working, just eventually regress in code quality.  But we all know
that removing hack^Wthings from GCC is hard (adding them is not so).

Richard.

>
> jeff


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