]> gcc.gnu.org Git - gcc.git/commit
don't use build_function_type in the Ada FE
authorNathan Froyd <froydnj@codesourcery.com>
Wed, 11 May 2011 15:53:50 +0000 (15:53 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Wed, 11 May 2011 15:53:50 +0000 (15:53 +0000)
commite5b00edff55b11ccb722f6a14f6449b68bec8069
tree6fb9c0ffbdccf1ed60971b3840c943116318e364
parentd034095964209d6ee81c5f0cf93420b0f011fec4
don't use build_function_type in the Ada FE

don't use build_function_type in the Ada FE
* gcc-interface/utils.c (def_fn_type): Don't call build_function_type;
call build_function_type_array or build_varargs_function_type_array
instead.
(create_subprog_type): Don't call build_function_type; call
build_function_type_vec instead.

From-SVN: r173664
gcc/ada/ChangeLog
gcc/ada/gcc-interface/utils.c
This page took 0.072272 seconds and 5 git commands to generate.