Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

Different Behaviors in GENERIC entities

Blane_J_
New Contributor I
779 Views

The files attached is only different in INTERFACE block: operator.f90 is a generic operator while procedure.f90 is a generic procedure. Use-association in submodule block generates an error for procedure.f90 while the another is all right:

error #6580: Name in only-list does not exist or is not accessible.   [GETVALUE]

Is there any issue I didn't aware ? Thanks for help.

0 Kudos
2 Replies
FortranFan
Honored Contributor III
779 Views

This looks like a bug in Intel Fortran compiler with SUBMODULEs and USE statements rather than any issue with the code.

I'll suggest submitting this at Intel OSC (https://supporttickets.intel.com/?lang=en-US) for the support staff to investigate.

0 Kudos
Blane_J_
New Contributor I
779 Views

I'll do it. Thanks FortranFan.

0 Kudos
Reply