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

sgk at troutmask dot apl.washington.edu gcc-bugzilla@gcc.gnu.org
Fri Nov 13 16:08:00 GMT 2015


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

--- Comment #6 from Steve Kargl <sgk at troutmask dot apl.washington.edu> ---
On Fri, Nov 13, 2015 at 12:42:16AM +0000, kargl at gcc dot gnu.org wrote:
>
> It seems that gfortran is missing a check for ENTRY.  F2008 has
> 
> C1206 (R1205) An interface-body shall not contain a data-stmt, format-stmt,
> entry-stmt, or stmt-function-stmt.
> 

I have a patch for stmt-function-stmt and entry.
data-stmt and format-stmt will follow shortly.


More information about the Gcc-bugs mailing list