[PATCH 17/18] rs6000: Enable the new builtin support
Segher Boessenkool
segher@kernel.crashing.org
Fri Nov 5 22:10:20 GMT 2021
Hi!
On Wed, Sep 01, 2021 at 11:13:53AM -0500, Bill Schmidt wrote:
> * config/rs6000/rs6000-gen-builtins.c (write_init_file):
> Initialize new_builtins_are_live to 1.
> --- a/gcc/config/rs6000/rs6000-gen-builtins.c
> +++ b/gcc/config/rs6000/rs6000-gen-builtins.c
> @@ -2791,7 +2791,7 @@ write_init_file (void)
> fprintf (init_file, "#include \"rs6000-builtins.h\"\n");
> fprintf (init_file, "\n");
>
> - fprintf (init_file, "int new_builtins_are_live = 0;\n\n");
> + fprintf (init_file, "int new_builtins_are_live = 1;\n\n");
>
> fprintf (init_file, "tree rs6000_builtin_decls_x[RS6000_OVLD_MAX];\n\n");
... and everything still works after this? Congrats!
Okay for trunk. Thanks!
Segher
More information about the Gcc-patches
mailing list