This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Fortran, Patch] Implement IMPLICIT NONE


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]