Re: [PATCH 12/18] rs6000: Update rs6000_builtin_decl

2021-11-05 Thread Segher Boessenkool
Hi! On Wed, Sep 01, 2021 at 11:13:48AM -0500, Bill Schmidt wrote: > * config/rs6000/rs6000-call.c (rs6000_new_builtin_decl): New > function. One line, etc. > +static tree > +rs6000_new_builtin_decl (unsigned code, bool initialize_p ATTRIBUTE_UNUSED) No ATTRIBUTE_UNUSED please. Okay

[PATCH 12/18] rs6000: Update rs6000_builtin_decl

2021-09-01 Thread Bill Schmidt via Gcc-patches
Create a new version of this function that uses the new infrastructure, and particularly checks for supported builtins the new way. 2021-08-31 Bill Schmidt gcc/ * config/rs6000/rs6000-call.c (rs6000_new_builtin_decl): New function. (rs6000_builtin_decl): Call it. --- g