This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
trunk build error in libgfortran/ieee/ieee_arithmetic.F90
- From: Janus Weil <janus at gcc dot gnu dot org>
- To: gfortran <fortran at gcc dot gnu dot org>
- Date: Thu, 15 Dec 2016 16:09:50 +0100
- Subject: trunk build error in libgfortran/ieee/ieee_arithmetic.F90
- Authentication-results: sourceware.org; auth=none
Hi all,
when building the current trunk, I ran into the following error in libgfortran:
/home/janus/gcc/trunk/libgfortran/ieee/ieee_arithmetic.F90:755:47:
elemental logical function IEEE_CLASS_TYPE_EQ (X, Y) result(res)
1
/home/janus/gcc/trunk/libgfortran/ieee/ieee_arithmetic.F90:767:47:
elemental logical function IEEE_ROUND_TYPE_EQ (X, Y) result(res)
2
Error: Ambiguous interfaces in intrinsic '==' operator for
‘ieee_class_type_eq’ at (1) and ‘ieee_round_type_eq’ at (2)
Does anyone else see this or is it just me?
Cheers,
Janus