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

unable to view pointer arrays within derived types

forall
Beginner
680 Views
type tdef
real,pointer::p(:)
endtype tdef
type(tdef)::t
...
allocate(t%p(10))
When attempting to view the values of p(:) the debugger says: "invalid debug information". Is this normal? I am pretty sure it worked under CVF.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
680 Views
It is supposed to work. Please submit a bug report.
0 Kudos
Reply