Re: [PATCH 15/55] rs6000: Build and store function type identifiers

2021-07-19 Thread Segher Boessenkool
Hi! On Thu, Jun 17, 2021 at 10:18:59AM -0500, Bill Schmidt wrote: > * config/rs6000/rs6000-gen-builtins.c (complete_vector_type): New > function. > (complete_base_type): Likewise. > (construct_fntype_id): Likewise. > (parse_bif_entry): Call contruct_fntype_id. >

[PATCH 15/55] rs6000: Build and store function type identifiers

2021-06-17 Thread Bill Schmidt via Gcc-patches
2021-06-07 Bill Schmidt gcc/ * config/rs6000/rs6000-gen-builtins.c (complete_vector_type): New function. (complete_base_type): Likewise. (construct_fntype_id): Likewise. (parse_bif_entry): Call contruct_fntype_id. (parse_ovld_entry): Likewise. ---

[PATCH 15/55] rs6000: Build and store function type identifiers

2021-06-08 Thread Bill Schmidt via Gcc-patches
2021-06-07 Bill Schmidt gcc/ * config/rs6000/rs6000-gen-builtins.c (complete_vector_type): New function. (complete_base_type): Likewise. (construct_fntype_id): Likewise. (parse_bif_entry): Call contruct_fntype_id. (parse_ovld_entry): Likewise. ---