From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15529 invoked by alias); 30 Aug 2005 20:28:51 -0000 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 Received: (qmail 15509 invoked by uid 48); 30 Aug 2005 20:28:47 -0000 Date: Tue, 30 Aug 2005 20:44:00 -0000 Message-ID: <20050830202847.15507.qmail@sourceware.org> From: "erik dot edelmann at iki dot fi" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040603201220.15809.giese025@tc.umn.edu> References: <20040603201220.15809.giese025@tc.umn.edu> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/15809] ICE Using Pointer Functions X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg03507.txt.bz2 List-Id: ------- Additional Comments From erik dot edelmann at iki dot fi 2005-08-30 20:28 ------- Hmm ... With current version of gfortran (4.1.0 20050830), the reduced testcase by Tobias gives the error message bug.f90: In function 'a': bug.f90:3: internal compiler error: in gfc_trans_deferred_array, at fortran/trans-array.c:4005 while the original testcase by Tim gives bug2.f90: In function 'allocateifneeded_hnv': bug2.f90:38: internal compiler error: in gfc_conv_function_call, at fortran/trans-expr.c:1107 I think we are dealing with (at least) two different non-related bugs here. -- What |Removed |Added ---------------------------------------------------------------------------- CC| |erik dot edelmann at iki dot | |fi http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15809