From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17000 invoked by alias); 19 Oct 2010 08:31:04 -0000 Received: (qmail 16977 invoked by uid 22791); 19 Oct 2010 08:31:04 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 19 Oct 2010 08:31:00 +0000 From: "aburgess at broadcom dot com" To: gdb-prs@sourceware.org Subject: [Bug fortran/11104] gdb 7.0 does not print two dimensional Fortran arrays correctly. X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: fortran X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: aburgess at broadcom dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 7.1 X-Bugzilla-Changed-Fields: Attachment #4986 is obsolete In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Tue, 19 Oct 2010 08:31:00 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q4/txt/msg00051.txt.bz2 Message-ID: <20101019083100.BWTyjNmUOEAWjkyZyPFC2nUbzuVnqURelTwlez9bBBo@z> http://sourceware.org/bugzilla/show_bug.cgi?id=11104 Andrew Burgess changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4986|0 |1 is obsolete| | --- Comment #7 from Andrew Burgess 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 * 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.