Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28593 Discussions

equivalence stmt causing link problem....migrated from CVF

Brent_F_
Beginner
429 Views
The following code snippet is in the declaration section of a module.
The variable tokenString is reported as an 'unresolved external symbol' from another module that uses this module.
All use to work OK in CVF.
character, dimension(BufferLength):: tokenArray
character(len=BufferLength) tokenString
equivalence(tokenArray, tokenString )
0 Kudos
2 Replies
TimP
Honored Contributor III
429 Views
When I make a minimal example according to your description, I don't see this problem. If it occurs with a current compiler, please submit a full example problem report from your premier.intel.com account.
0 Kudos
Brent_F_
Beginner
429 Views
I also created a minimal example and it works ok. I am now comparing theproject options between the two. I have registered an issue at the premier site also, 364619.
0 Kudos
Reply