On 04/05/2011 03:12 PM, Nathan Froyd wrote:
When the real16/float128 bits were added to the Fortran FE, some uses of
build_function_type snuck in.  This patch changes them to use
build_function_type_list.

Thanks!

The patch also corrects a small bug: the types for frexp and scalbn had
their argument types in the wrong order.

Well spotted!

Tested on x86_64-unknown-linux-gnu.  OK to commit?

OK. Thanks for the patch!

Tobias

        * trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Use
        build_function_type_list instead of build_function_type.  Correct
        argument order for func_frexp and func_scalbn.

Reply via email to