From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20446 invoked by alias); 1 Jan 2006 06:09:31 -0000 Received: (qmail 20429 invoked by uid 48); 1 Jan 2006 06:09:30 -0000 Date: Sun, 01 Jan 2006 06:09:00 -0000 Message-ID: <20060101060930.20428.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/25597] ICE with allocate on the return value of a function, character with a len of an argument In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia 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-01/txt/msg00072.txt.bz2 List-Id: ------- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-01 06:09 ------- A little further reduced: FUNCTION reallocate_hnv(p,n,LEN) CHARACTER(LEN=LEN), POINTER :: reallocate_hnv ALLOCATE(reallocate_hnv) END FUNCTION reallocate_hnv -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pinskia at gcc dot gnu dot | |org OtherBugsDependingO| |19276 nThis| | Summary|[ICE] in fold_binary, at |ICE with allocate on the |fold-const.c:7198 |return value of a function, | |character with a len of an | |argument http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25597