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

idb: printing PARAMETER variables.

phylroy
Beginner
398 Views
I've compiled my source code with the no optimization flag "-O0" and everytime I wish to inspect a PARAMETER variable, idb states that the symbol is undefined. I've read the known bugs issues and it states that there are problem getting information from variables and functions when optimized, but I'm not optimizing anything ...

the switces I'm using are..
-O0 -save -zero

any ideas?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
398 Views
These are "named constants", not variables. At present, no debug information is generated for them. Maybe someday...

Steve
0 Kudos
Reply