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