From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 309 invoked by alias); 10 Jul 2014 20:29:48 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 32708 invoked by uid 48); 10 Jul 2014 20:29:40 -0000 From: "kargl at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/61775] Allocatable array initialized by implied-do loop array constructor gives invalid memory reference Date: Thu, 10 Jul 2014 20:29:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: kargl at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-07/txt/msg00674.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61775 kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kargl at gcc dot gnu.org --- Comment #1 from kargl at gcc dot gnu.org --- Whatever the issue was, it appears to be fixed in HEAD. troutmask:sgk[205] gfc4x -o z h.f90 troutmask:sgk[206] ./z 10000.0000 troutmask:sgk[207] gfc49 -o z h.f90 troutmask:sgk[208] ./z Program received signal SIGSEGV: Segmentation fault - invalid memory reference.