[Bug fortran/95038] Not treating function result name as a variable.
arjen.markus895 at gmail dot com
gcc-bugzilla@gcc.gnu.org
Tue Jul 7 15:29:19 GMT 2020
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.
More information about the Gcc-bugs
mailing list