From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1311 invoked by alias); 10 Oct 2006 21:21:39 -0000 Received: (qmail 1292 invoked by uid 48); 10 Oct 2006 21:21:31 -0000 Date: Tue, 10 Oct 2006 21:21:00 -0000 Subject: [Bug fortran/29422] New: ICE with allocatable X-Bugzilla-Reason: CC Message-ID: 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-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-10/txt/msg00834.txt.bz2 List-Id: The following code (derived from allocatable_1.f90) Type drv Integer::i Integer,allocatable::arr(:) End type drv print *, fun1() contains Function fun1 () Type(drv)::fun1 Fun1%i=10 end function fun1 end gives allocatable_1_db.f90: In function ‘MAIN__’: allocatable_1_db.f90:12: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Cheers Dominique -- Summary: ICE with allocatable Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dominiq at lps dot ens dot fr GCC build triplet: 4.2.0 20061009 GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29422