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 0/6] fortran: multi-dimensional subarrays with strides


Hi Christoph,

On Tue, 01 Dec 2015 14:21:09 +0100, christoph.t.weinmann@intel.com wrote:
> Any feedback is welcome.

the patchset cleanly applies together with various other other Fortran (plus
unrelated) patches I carry and it fixes all KFAILs in my
gdb.fortran/subrange.exp since I switched the patchset to the Intel's one,
thank you very much.

Just I see - reproducible with FSF GDB trunk - one new:
	FAIL: gdb.fortran/static-arrays.exp: print ar3(:2,:2,:2)
happening on x86_64 in -m32 target mode and on i686 native host.
It PASSes in the most common case of native x86_64.  Tested on Fedora 23.
 print ar3(:2,:2,:2)^M
-$52 = (( ( 111, 211) ( 121, 221) ) ( ( 112, 212) ( 122, 222) ) )^M
-(gdb) PASS: gdb.fortran/static-arrays.exp: print ar3(:2,:2,:2)
+$52 = (( ( 1221, 211) ( 121, 221) ) ( ( 112, 212) ( 122, 222) ) )^M
+(gdb) FAIL: gdb.fortran/static-arrays.exp: print ar3(:2,:2,:2)


Thanks,
Jan


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