https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95038
Arjen Markus <arjen.markus895 at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arjen.markus895 at gmail dot com --- Comment #3 from Arjen Markus <arjen.markus895 at gmail dot com> --- I have tried compiling these programs with Intel Fortran and in many cases an IMPORT statement causes it to complain: IMPORT-name must be the name of an entity in the host scoping unit. I would have thought a function result (as x is implicitly in the first example) would be an entity, indeed.