From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30291 invoked by alias); 20 Apr 2010 09:18:43 -0000 Received: (qmail 30143 invoked by uid 48); 20 Apr 2010 09:18:32 -0000 Date: Tue, 20 Apr 2010 09:18:00 -0000 Message-ID: <20100420091832.30142.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/43227] [4.5/4.6 Regression] ICE: segmentation fault in mio_expr In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" 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-04/txt/msg01989.txt.bz2 ------- Comment #24 from dominiq at lps dot ens dot fr 2010-04-20 09:18 ------- The patch in comment #23 works fine on my tests. Thanks for it. > Also included is the fix for PR43266, which was first posted on March 27 and is > very 'obvious'. Note for the record that it gives an additional error for PR43266 instead of the ICE: pr43266.f90:37.25: CALL obj%middle%proc_b 1 Error: 'proc_b' at (1) should be a SUBROUTINE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43227