Problem compiling module containing a type that contains a procedure
4 views
Skip to first unread message
Andrew Porter
unread,
Jan 3, 2018, 9:11:11 AM1/3/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to omni-compiler
Hello,
I wasn't sure whether here or github was the right place for this - if you'd like me to open an issue then just say.
I'm trying to compile some code (actually, I only need to run the frontend on it) that has a type which itself depends on another type that contains a procedure. If I remove that procedure then all is fine. If I include all the type definitions in the same file then all is fine. The code compiles OK with gfortran.
I'm using the HEAD of master.
Running make with the files in the attached tarball gives: