From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15243 invoked by alias); 10 Mar 2013 12:23:23 -0000 Received: (qmail 15186 invoked by uid 48); 10 Mar 2013 12:22:55 -0000 From: "tkoenig at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/56581] seg fault Date: Sun, 10 Mar 2013 12:23: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-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tkoenig 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-Changed-Fields: CC Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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 X-SW-Source: 2013-03/txt/msg00783.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56581 Thomas Koenig changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tkoenig at gcc dot gnu.org --- Comment #1 from Thomas Koenig 2013-03-10 12:22:54 UTC --- Unfortunately, I cannot reproduct this on Linux (also not with valgrind). > The code is in error as the statement function > is commented out, but seg error . . . > Windows 7 running under cygwin, bash. The code, as attached, has C MCL23200 AKF(A,B,E,X)=A*EXP(-B*E)*X MCL23210 which I presume is the statement function. It is not commented out, as far as I can see. Is it possible for you to run f951.exe under gdb? This might give us some more information to work on.