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
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