From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2562 invoked by alias); 2 Feb 2008 17:37:25 -0000 Received: (qmail 2239 invoked by uid 48); 2 Feb 2008 17:36:42 -0000 Date: Sat, 02 Feb 2008 17:37:00 -0000 Message-ID: <20080202173642.2238.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/35059] Seg fault when max constructor limit reached In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jvdelisle 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-02/txt/msg00258.txt.bz2 ------- Comment #1 from jvdelisle at gcc dot gnu dot org 2008-02-02 17:36 ------- Created an attachment (id=15080) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15080&action=view) Proposed patch to fix some segfaults This patch avoids the seg fault for the test case in this PR as well as the invalid code given in PR34828 Comment #10. I will submit this when 4.4 opens. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35059