From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4557 invoked by alias); 8 Feb 2006 15:14:17 -0000 Received: (qmail 4532 invoked by uid 48); 8 Feb 2006 15:14:14 -0000 Date: Wed, 08 Feb 2006 15:14:00 -0000 Message-ID: <20060208151414.4531.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/19546] Internal subroutine setting function return value gives internal compiler error In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tobi at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-02/txt/msg00771.txt.bz2 List-Id: ------- Comment #4 from tobi at gcc dot gnu dot org 2006-02-08 15:14 ------- Corrected testcase: function f() integer :: f contains subroutine sub f = 1 end subroutine sub end function f The ICE is now at: t.f90:4: internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:354 -- tobi at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tobi at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19546