On Thu, Jun 17, 2021 at 10:18:56AM -0500, Bill Schmidt wrote: > * config/rs6000/rs6000-gen-builtins.c (parse_args): New function. > (parse_prototype): Implement.
> + restr_opnd[restr_cnt] = *nargs + 1; > + restr[restr_cnt] = argtype->restr; > + val1[restr_cnt] = argtype->val1; > + val2[restr_cnt++] = argtype->val2; Just make the ++ more explicit please (put it in a separate statement). Okay for trunk. Thanks! Segher