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]

fortran address problem?


(gdb) p &opt_depth_up_bd_mask
$11 = (PTR TO -> ( logical(kind=4) (*,*))) 0x2926ee0
(gdb) p &opt_depth_up_bd_mask(2,1)
$12 = (PTR TO -> ( logical(kind=4) )) 0x2926ee4
(gdb) p &opt_depth_up_bd_mask(1,2)
$15 = (PTR TO -> ( logical(kind=4) )) 0x2926ee4

opt_depth_up_bd_mask(2,1) and opt_depth_up_bd_mask(1,2) refer to the
same location??


-Mathew


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