[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 15:12:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68319
--- Comment #3 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:
> --- Comment #2 from kargl at gcc dot gnu.org ---
> 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.
>
In fact, gfortran is not issues an error for data-stmt, format-stmt,
or stmt-function-stmt.
More information about the Gcc-bugs
mailing list