[Bug fortran/78108] Generic type-bound operator conflicts
pault at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Oct 26 14:58:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78108
--- Comment #2 from Paul Thomas <pault at gcc dot gnu.org> ---
Author: pault
Date: Wed Oct 26 14:48:02 2016
New Revision: 241555
URL: https://gcc.gnu.org/viewcvs?rev=241555&root=gcc&view=rev
Log:
2016-10-26 Paul Thomas <pault@gcc.gnu.org>
PR fortran/78108
* resolve.c (resolve_typebound_intrinsic_op): For submodules
suppress the error and return if the same procedure symbol
is added more than once to the interface.
2016-10-26 Paul Thomas <pault@gcc.gnu.org>
PR fortran/78108
* gfortran.dg/submodule_18.f08: New test.
* gfortran.dg/submodule_19.f08: New test.
Added:
trunk/gcc/testsuite/gfortran.dg/submodule_18.f08
trunk/gcc/testsuite/gfortran.dg/submodule_19.f08
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/resolve.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list