Re: [PATCH 15/34] rs6000: Execute the automatic built-in initialization code

2021-08-27 Thread Segher Boessenkool
On Fri, Aug 27, 2021 at 07:35:05AM -0500, Bill Schmidt wrote: > On 8/26/21 6:15 PM, Segher Boessenkool wrote: > >On Thu, Jul 29, 2021 at 08:31:02AM -0500, Bill Schmidt wrote: > >>+ /* Execute the autogenerated initialization code for builtins. */ > >>+ rs6000_autoinit_builtins (); > >The name "a

Re: [PATCH 15/34] rs6000: Execute the automatic built-in initialization code

2021-08-27 Thread Bill Schmidt via Gcc-patches
Hi Segher, On 8/26/21 6:15 PM, Segher Boessenkool wrote: Hi! On Thu, Jul 29, 2021 at 08:31:02AM -0500, Bill Schmidt wrote: * config/rs6000/rs6000-call.c (rs6000-builtins.h): New #include. (rs6000_init_builtins): Call rs6000_autoinit_builtins; skip the old initialization

Re: [PATCH 15/34] rs6000: Execute the automatic built-in initialization code

2021-08-26 Thread Segher Boessenkool
Hi! On Thu, Jul 29, 2021 at 08:31:02AM -0500, Bill Schmidt wrote: > * config/rs6000/rs6000-call.c (rs6000-builtins.h): New #include. > (rs6000_init_builtins): Call rs6000_autoinit_builtins; skip the old > initialization logic when new builtins are enabled. s/; s/. S/ > + /* E

[PATCH 15/34] rs6000: Execute the automatic built-in initialization code

2021-07-29 Thread Bill Schmidt via Gcc-patches
2021-03-04 Bill Schmidt gcc/ * config/rs6000/rs6000-call.c (rs6000-builtins.h): New #include. (rs6000_init_builtins): Call rs6000_autoinit_builtins; skip the old initialization logic when new builtins are enabled. --- gcc/config/rs6000/rs6000-call.c | 12 1