> gcc/ada/ > * gcc-interface/utils.c (def_fn_type): Don't call build_function_type; > call build_function_type_vec or build_varargs_function_type_vec > instead.
build_function_type_array or build_varargs_function_type_array. > (create_subprog_type): Likewise. Here it's build_function_type_vec. OK with these changes. -- Eric Botcazou