This is the mail archive of the gdb-prs@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]

[Bug fortran/11104] gdb 7.0 does not print two dimensional Fortranarrays correctly.


http://sourceware.org/bugzilla/show_bug.cgi?id=11104

Andrew Burgess <aburgess at broadcom dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #4986|0                           |1
        is obsolete|                            |

--- Comment #7 from Andrew Burgess <aburgess at broadcom dot com> 2010-10-19 08:30:41 UTC ---
Created attachment 5068
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5068
Support for multi-dimensional fortran arrays

Minor updates to patch to meeting coding standards. Changelog message removed
from patch file:

2010-10-19 Andrew Burgess <aburgess@broadcom.com>

      * valarith.c (value_subscripted_rvalue) Walk through
      multi-dimensional arrays to find the element type for the
      array. Allows the upper bound check to work with multi-dimensional
      arrays. Fix PR gdb/11104.
      * eval.c (evaluate_subexp_standard) Remove hack from
      multi_f77_subscript case now that multi-dimensional arrays are
      supported.  Fix PR gdb/11104.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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