Re: ping Re: PR90763: PowerPC vec_xl_len should take const argument.

2020-03-09 Thread Segher Boessenkool
On Mon, Mar 09, 2020 at 09:48:01AM -0500, will schmidt wrote: > On Tue, 2020-02-25 at 12:15 -0600, will schmidt wrote: > > PR90763: PowerPC vec_xl_len should take const argument. > > ping! :-) https://gcc.gnu.org/pipermail/gcc-patches/2020-February/540969.html Segher

ping Re: PR90763: PowerPC vec_xl_len should take const argument.

2020-03-09 Thread will schmidt
On Tue, 2020-02-25 at 12:15 -0600, will schmidt wrote: > PR90763: PowerPC vec_xl_len should take const argument. ping! :-) thanks -Will > > Hi, > > Adds some logic in altivec_resolve_overloaded_builtin() to handle > the > scenario where const * arguments are passed i

Re: PR90763: PowerPC vec_xl_len should take const argument.

2020-02-25 Thread Segher Boessenkool
Hi! On Tue, Feb 25, 2020 at 12:15:52PM -0600, will schmidt wrote: > Adds some logic in altivec_resolve_overloaded_builtin() to handle the > scenario where const * arguments are passed in to the vec_xl_len() > builtin. > The existing logic to remove const from pointers does not kick in since > th

PR90763: PowerPC vec_xl_len should take const argument.

2020-02-25 Thread will schmidt
PR90763: PowerPC vec_xl_len should take const argument. Hi, Adds some logic in altivec_resolve_overloaded_builtin() to handle the scenario where const * arguments are passed in to the vec_xl_len() builtin. The existing logic to remove const from pointers does not kick in since the return type