This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran] Fix PR 20178: Implement g77 / f2c calling conventions
Tobias Schlüter wrote:
> Sigh, not my day. The testcases are as in the previous mail, patch attached.
Quite definitely not my day. I renamed the library file after testing the
patch, but didn't rebuild the library.
> Index: libgfortran/Makefile.am
> ===================================================================
> RCS file: /cvs/gcc/gcc/libgfortran/Makefile.am,v
> retrieving revision 1.29
> diff -u -p -r1.29 Makefile.am
> --- libgfortran/Makefile.am 23 Jan 2005 17:00:58 -0000 1.29
> +++ libgfortran/Makefile.am 8 Mar 2005 12:13:56 -0000
> @@ -379,7 +379,8 @@ foo
> gfor_specific_src= \
> $(gfor_built_specific_src) \
> $(gfor_built_specific2_src) \
> -intrinsics/dprod_r8.f90
> +intrinsics/dprod_r8.f90 \
> +intrinsics/f2c_intrinsics.F90
^^^^^^^^^^ should be 'specifics'
>
> gfor_cmath_src= $(gfor_math_trig_c) $(gfor_math_exp_c) $(gfor_math_hyp_c)
> gfor_cmath_obj= $(gfor_math_trig_obj) $(gfor_math_exp_obj) \
Sorry,
- Tobi