I am a beginner in gdb under Linux. When I try to debug my program compiled with ifort and -c, -g options, I would like to check bound of several arrays. Unfortunately I cannot find in Google any information how to print array bound with gdb debugger.
[update]
I have a module with allocatable,public array, which is allocated correctly in a subroutine from this module.
In main program (after calling the subroutine) I try to use whatis and see (*,*) instead of shapes.