https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71838
--- Comment #17 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Sat Apr 1 11:35:14 2017 New Revision: 246632 URL: https://gcc.gnu.org/viewcvs?rev=246632&root=gcc&view=rev Log: 2017-04-01 Paul Thomas <pa...@gcc.gnu.org> Backport from trunk PR fortran/71838 * symbol.c (check_conflict): A dummy procedure in a submodule, module procedure is not an error. (gfc_add_flavor): Ditto. 2017-04-01 Paul Thomas <pa...@gcc.gnu.org> Backport from trunk PR fortran/71838 * gfortran.dg/submodule_26.f08 : New test. * gfortran.dg/submodule_27.f08 : New test. Added: branches/gcc-6-branch/gcc/testsuite/gfortran.dg/submodule_26.f08 branches/gcc-6-branch/gcc/testsuite/gfortran.dg/submodule_27.f08 Modified: branches/gcc-6-branch/gcc/fortran/ChangeLog branches/gcc-6-branch/gcc/fortran/symbol.c branches/gcc-6-branch/gcc/testsuite/ChangeLog