From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32082 invoked by alias); 29 Dec 2007 08:57:49 -0000 Received: (qmail 32031 invoked by uid 48); 29 Dec 2007 08:57:38 -0000 Date: Sat, 29 Dec 2007 08:57:00 -0000 Message-ID: <20071229085738.32030.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/34545] ICE when compiling Fortran 95 code In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dfranke 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: 2007-12/txt/msg02372.txt.bz2 ------- Comment #10 from dfranke at gcc dot gnu dot org 2007-12-29 08:57 ------- I'm only passing through, but ... Jon: > > If the LHS is a dynamically allocated array, attempting > > to assign the array of values from the functions causes an ICE. Steve: > Well, no. A better description probably involves the use of stack > memory for a function result gets trashed when you return from > the function. rings a bell. This is maybe related to PR32795? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34545