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: [PATCH 00/23] Fortran dynamic array support


Am 14.06.2014 21:38, schrieb Jan Kratochvil:
> Hi,
> 
> just a little update, I omitted some of the testcases.
> 
> Remain some IMO real regressions:
> 
> FAIL: gdb.base/vla-frame.exp: bt full
> FAIL: gdb.fortran/dynamic.exp: p varw filled
> FAIL: gdb.fortran/string.exp: ptype f
> FAIL: gdb.fortran/string.exp: ptype *f
> FAIL: gdb.fortran/string.exp: p f
> FAIL: gdb.fortran/string.exp: p *f re-set
> FAIL: gdb.arch/x86_64-vla-typedef.exp: p array[1]
> FAIL: gdb.arch/x86_64-vla-typedef.exp: p array[2]
> FAIL: gdb.arch/x86_64-vla-typedef.exp: p array[3]
> FAIL: gdb.arch/x86_64-vla-typedef.exp: p array[4]
> FAIL: gdb.pascal/arrays.exp: Print dynamic array of string (GDB internal error)
> FAIL: gdb.pascal/arrays.exp: Print static array of string (GDB internal error)
> FAIL: gdb.fortran/dynamic-other-frame.exp: bt
> 

Thanks for doing this. I'll try to reproduce these issues on
my system and investigate.
However, the V1 patch series has been outdated as some of the functionality
Tom introduced (resolve_dynamic_struct and resolve_dynamic_union)
replaces some of my functionality for resolving types.


> 
> Jan
> 


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