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

compiler listing and variable alignment

LRaim
New Contributor I
348 Views

This is only a recommendation to improve 'compiler visibility' and was available in Fortran IBM compilers many years ago.
 ​For a better understanding of local variable, modules, commons etc. I would be very grateful to have in the compiler listing (in addition of cross references) information about the address and length of the variables and other objects. Naturally values of memory addresses will be offsets from a base address. E.g. for common variables the offset from its base address. This can be very useful to verify the results of the alignment options users can specify.

Regards 

 

 

 

0 Kudos
2 Replies
Steven_L_Intel1
Employee
348 Views

I could see alignment info added, not address. For commons and structures, offset would be helpful. I will pass on this suggestion.

0 Kudos
Steven_L_Intel1
Employee
348 Views

I am told that this will come in a future release (not this year.)

0 Kudos
Reply