[Bug fortran/68319] ICE on using interface with included entry

gerhard.steinmetz.fortran@t-online.de gcc-bugzilla@gcc.gnu.org
Thu Nov 12 17:57:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68319

--- Comment #1 from Gerhard Steinmetz <gerhard.steinmetz.fortran@t-online.de> ---
Same issue with interface of a function.


Compiles if interface is effectivly not used :

$ cat z1x.f90
module m
   interface
      subroutine s
      entry e
      end
   end interface
contains
   subroutine g
   end
end

$ gfortran -g -O0 -Wall -fcheck=all -c z1x.f90


More information about the Gcc-bugs mailing list