Re: [PATCH 18/34] rs6000: Always initialize vector_pair and vector_quad nodes

2021-08-27 Thread Segher Boessenkool
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

[PATCH 18/34] rs6000: Always initialize vector_pair and vector_quad nodes

2021-07-29 Thread Bill Schmidt via Gcc-patches
2021-03-24 Bill Schmidt gcc/ * config/rs6000/rs6000-call.c (rs6000_init_builtins): Remove TARGET_EXTRA_BUILTINS guard. --- gcc/config/rs6000/rs6000-call.c | 51 - 1 file changed, 24 insertions(+), 27 deletions(-) diff --git a/gcc/config/rs6000/r