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

unable to view pointer arrays within derived types

forall
Beginner
348 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
348 Views
It is supposed to work. Please submit a bug report.
0 Kudos
Reply