[Bug fortran/31609] module that calls a contained function with an ENTRY point
pault at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jul 9 04:45:00 GMT 2007
------- Comment #8 from pault at gcc dot gnu dot org 2007-07-09 04:45 -------
This ICEs as well:
MODULE ksbin1_aux_mod
interface foo
module procedure k
end interface
CONTAINS
FUNCTION j ()
j = 1
ENTRY k ()
k = 2
END FUNCTION j
END MODULE ksbin1_aux_mod
I thought that such things had been fixed a while since *sigh*
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31609
More information about the Gcc-bugs
mailing list