From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9986 invoked by alias); 31 Oct 2008 03:41:18 -0000 Received: (qmail 27036 invoked by uid 48); 31 Oct 2008 03:39:05 -0000 Date: Fri, 31 Oct 2008 03:41:00 -0000 Message-ID: <20081031033905.27034.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/37974] gfortran runtime segmentation fault In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "kargl at gcc dot gnu dot org" 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: 2008-10/txt/msg02066.txt.bz2 ------- Comment #3 from kargl at gcc dot gnu dot org 2008-10-31 03:39 ------- (In reply to comment #2) > (In reply to comment #1) > > call seg_sub(ip, sig, 1) > > > > Is that last argument a literal constant, name 'one'? > > Or is it the letter 'ell'? > > > It is a literal constant 'one'. What really bugs me is why does it segfault at > all. > Thanks. It segfaults because the constant 1 is in read-only memory. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37974