Does anyone know how g77 handle various version of the intrinsic function READ and other IO related function? There are different version of READ with different parameters, but there's only one do_fio(). Some C++ compiler uses decorated names for overloaded functions, is g77 doing the same thing when compiling various version of the same intrinsic function?