Re: [PATCH] don't use build_function_type in the Ada FE

2011-05-11 Thread Eric Botcazou
> 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 bu

[PATCH] don't use build_function_type in the Ada FE

2011-05-10 Thread Nathan Froyd
As $SUBJECT suggests. Rather pleasant how easy this was. Tested on x86_64-unknown-linux-gnu. OK to commit? -Nathan 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.