On Thu, Oct 02, 2014 at 12:35:47AM +0200, Tobias Burnus wrote: > Tobias Burnus wrote: > >IMPLICIT NONE (external) > > > >While I have implemented is as vendor extension (-std=gnu) > > Ups, I forgot to include the gcc/fortran/libgfortran.h change in the patch. > See updated attachment.
Seems that gcc/fortran/libgfortran.h part is not committed, after r215914 I get gcc/fortran/decl.c:2960:28: error: ‘GFC_STD_F2015’ was not declared in this scope if (!gfc_notify_std (GFC_STD_F2015, "IMPORT NONE with spec list at %C")) ^ make[2]: *** [fortran/decl.o] Error 1 Marek