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, rs6000] pr80482 Relax vector builtin parameter checks


On Mon, Apr 24, 2017 at 11:58:03PM -0500, Segher Boessenkool wrote:
> On Mon, Apr 24, 2017 at 05:38:58PM -0500, Bill Seurer wrote:
> > [PATCH, rs6000] pr80482 Relax vector builtin parameter checks
> > 
> > This patch changes the parameter testing for powerpc vector builtins to relax
> > the existing requirement that the parameters be identical to instead that they
> > be compatible.  This allows for mixing parameters with differing qualified
> > (const, volatile, etc.) types.
> > 
> > See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80482 for more information.
> > 
> > Bootstrapped and tested on powerpc64le-unknown-linux-gnu and
> > powerpc64be-unknown-linux-gnu with no regressions.  Is this ok for trunk?
> 
> It looks fine to me, okay for trunk, thanks (with Jakub's comment taken
> care of).
> 
> Also okay for the 7 branch if the RMs agree (it fixes a regression from
> GCC 6 and it seems unlikely to cause new problems).

Ok for 7.1 if you commit soon.

	Jakub


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