Re: rs6000 - allow builtin initialization regardless of mask

2020-04-01 Thread Segher Boessenkool
On Wed, Apr 01, 2020 at 09:20:31AM -0500, will schmidt wrote: > On Thu, 2020-03-26 at 14:23 -0500, Segher Boessenkool wrote: > > On Mon, Mar 23, 2020 at 03:18:25PM -0500, will schmidt wrote: > > > Disable the code that limits initialization of builtins based > > > on the rs6000_builtin_mask.

Re: rs6000 - allow builtin initialization regardless of mask

2020-04-01 Thread will schmidt via Gcc-patches
On Thu, 2020-03-26 at 14:23 -0500, Segher Boessenkool wrote: > Hi! > > On Mon, Mar 23, 2020 at 03:18:25PM -0500, will schmidt wrote: > > Disable the code that limits initialization of builtins based > > on the rs6000_builtin_mask. This allows all built-ins to be > > properly referenced when

Re: rs6000 - allow builtin initialization regardless of mask

2020-03-26 Thread Segher Boessenkool
Hi! On Mon, Mar 23, 2020 at 03:18:25PM -0500, will schmidt wrote: > Disable the code that limits initialization of builtins based > on the rs6000_builtin_mask. This allows all built-ins to be > properly referenced when building code using #pragma for cpu > targets newer than what was specified

rs6000 - allow builtin initialization regardless of mask

2020-03-23 Thread will schmidt via Gcc-patches
rs6000 - allow builtin initialization regardless of mask Hi, Disable the code that limits initialization of builtins based on the rs6000_builtin_mask. This allows all built-ins to be properly referenced when building code using #pragma for cpu targets newer than what was specified