From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2514 invoked by alias); 18 May 2007 20:10:50 -0000 Received: (qmail 2462 invoked by uid 48); 18 May 2007 20:10:32 -0000 Date: Fri, 18 May 2007 20:10:00 -0000 Message-ID: <20070518201032.2461.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/18923] segfault after subroutine name confusion In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "reichelt 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: 2007-05/txt/msg01448.txt.bz2 ------- Comment #13 from reichelt at gcc dot gnu dot org 2007-05-18 21:10 ------- The testcase still crashes on mainline (and 4.1 and 4.2 branch) if I compile it without "-g" or with "--param ggc-min-expand=0 --param ggc-min-heapsize=0 -g". Looks like there are some invalid pointers. Whether the program crashes or not depends on the garbage they are pointing to. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18923