This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cannot print allocatable arrays


On 23.09.2011 16:46, Lurkos wrote:
> I'm using gdb 7.0.1-debian and gfortran 4.4.5 on Debian squeeze amd64.
>
> I'm not able to print arrays that are declared as allocatable.
> It seems that gdb is not able to detect the correct size of the array
> allocated run-time.
> Is there a different way to print the values in this case?
>
> Thank you.
For debugging fortran90 code you may want to use a patched version of
gdb as recommended in
http://sourceware.org/bugzilla/show_bug.cgi?id=9395#c1

- Joachim


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]