Hi! On Thu, Dec 02, 2021 at 04:53:18PM -0600, Bill Schmidt wrote: > I discovered this bug while working on patches to remove the old built-ins > infrastructure. I missed a spot in converting from the rs6000_builtins enum > to > the rs6000_gen_builtins enum. This fixes it. The fix is technically not > right > if new_builtins_are_enabled were to be set to zero, but we're not going to do > that anymore, and the remnants of that code will be removed shortly.
> gcc/ > * config/rs6000/rs6000.c (rs6000_builtin_reciprocal): Fix builtin > identifiers. What an informative changelog ;-) Okay for trunk. Thanks! Segher