From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12282 invoked by alias); 4 Jan 2010 11:33:21 -0000 Received: (qmail 12221 invoked by uid 48); 4 Jan 2010 11:33:11 -0000 Date: Mon, 04 Jan 2010 11:33:00 -0000 Message-ID: <20100104113311.12220.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/42597] ICE with procedure pointer initialized to null() In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus 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: 2010-01/txt/msg00370.txt.bz2 ------- Comment #2 from burnus at gcc dot gnu dot org 2010-01-04 11:33 ------- (In reply to comment #1) > Confirmed. The initialization works - if in a procedure or program, but it > fails in the declaration part of a module. Actually, it also fails there; it only succeeded because the (unused) declaration was optimized away before reaching the line of interest. I am now testing my patch - looks OK so far. -- burnus at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |burnus at gcc dot gnu dot |dot org |org Status|NEW |ASSIGNED Last reconfirmed|2010-01-04 09:55:26 |2010-01-04 11:33:10 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42597