From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28443 invoked by alias); 25 Feb 2011 13:59:36 -0000 Received: (qmail 28419 invoked by uid 22791); 25 Feb 2011 13:59:35 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 Feb 2011 13:59:32 +0000 From: "joachim.protze at zih dot tu-dresden.de" To: gdb-prs@sourceware.org Subject: [Bug fortran/9395] can not acces allocatable array in fortran90 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: joachim.protze at zih dot tu-dresden.de X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: 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: Fri, 25 Feb 2011 13:59: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: 2011-q1/txt/msg00152.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=9395 --- Comment #7 from Joachim Protze 2011-02-25 13:59:14 UTC --- Created attachment 5266 --> http://sourceware.org/bugzilla/attachment.cgi?id=5266 fortran program with bigger 3d-array It seems, that we now have infinite loops in some cases (for 300x300x300 array): (gdb) p buffer(10,10,:10) $1 = (3010, 93010, 183010, 273010, 363010, 453010, 543010, 633010, 723010, 813010, 903010) (gdb) p buffer(10,9:10,10) $2 = (902710, 903010) but: (gdb) p buffer(10,10,9:10) -> hangs, should just display the last two values of $1 With 200x200x200 array the last one gives correct answer. -- 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.