This is the mail archive of the gdb-patches@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: [00/11] Fortran dynamic arrays support


On Fri, 16 Nov 2007 18:54:53 +0100, Carlos Eduardo Seo wrote:
...
> Just FYI, your patch doesn't seem to work with binaries compiled on XLF:
> 
> (gdb) ptype varx
> warning: Object count -17 < 0
> type = real*4 (*,5:*,17:*)

I see from your file XLF is using DW_AT_count instead of DW_AT_upper_bound.
DW_AT_count is so far unsupported by GDB.

I will post another patch (#12) on top of the series.


Thanks,
Jan


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