2017-03-18 Paul Thomas <pault@gcc.gnu.org>
commiteb1d84c09e14dfb474e06ba5fcbc8b173689e456
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Mar 2017 11:53:53 +0000 (18 11:53 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Mar 2017 11:53:53 +0000 (18 11:53 +0000)
treeffd3ab1e79cf8deb0d35156af127f11439be1faa
parentcb13426af245de04d2edb01f2cff580914ca5de1
2017-03-18  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/71838
* symbol.c (check_conflict): A dummy procedure in a submodule,
module procedure is not an error.
(gfc_add_flavor): Ditto.

2017-03-18  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/71838
* gfortran.dg/submodule_26.f08 : New test.
* gfortran.dg/submodule_27.f08 : New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246255 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/symbol.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/submodule_26.f08 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/submodule_27.f08 [new file with mode: 0644]