https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71156
--- Comment #7 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Wed Jun 1 14:30:00 2016 New Revision: 236996 URL: https://gcc.gnu.org/viewcvs?rev=236996&root=gcc&view=rev Log: 2016-06-01 Paul Thomas <pa...@gcc.gnu.org> PR fortran/71156 * decl.c (copy_prefix): Add checks that the module procedure declaration prefixes are compliant with the interface. Invert order of existing elemental and pure checks. * resolve.c (resolve_fl_procedure): Invert order of elemental and pure errors. 2016-06-01 Paul Thomas <pa...@gcc.gnu.org> PR fortran/71156 * gfortran.dg/submodule_14.f08: Add missing recursive prefix to the module procedure declaration. * gfortran.dg/submodule_16.f08: New test. Added: trunk/gcc/testsuite/gfortran.dg/submodule_16.f08 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/decl.c trunk/gcc/fortran/resolve.c trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gfortran.dg/submodule_14.f08