On Thu, Jul 29, 2021 at 08:31:05AM -0500, Bill Schmidt wrote:
>       * config/rs6000/rs6000-call.c (rs6000_init_builtins): Remove
>       TARGET_EXTRA_BUILTINS guard.

> +  vector_pair_type_node = make_node (OPAQUE_TYPE);

> +  vector_quad_type_node = make_node (OPAQUE_TYPE);

Although those types are called "vector", they are not, so this does
work correctly even if not TARGET_EXTRA_BUILTINS.

Ideally we will that macro always enabled eventually, but that is later
work.  Okay for trunk.  Thanks!


Segher

Reply via email to