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: Access to arrays in fortran buggy


On Mon, Feb 11, 2008 at 01:34:15PM +0100, Markus Deuling wrote:
> For my opinion Fortran should have its own evaluation routine for
> those expressions which access arrays.  If the type is not an array
> Fortran could fall back to the standard routines.

No, this is supposed to be handled by the lower bound field in struct
type.  The test passes for me - I suspect your compiler is not
emitting correct debug info.

-- 
Daniel Jacobowitz
CodeSourcery


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