From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24461 invoked by alias); 26 Aug 2004 14:58:22 -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 24201 invoked by uid 48); 26 Aug 2004 14:58:15 -0000 Date: Thu, 26 Aug 2004 14:58:00 -0000 From: "c dot lemmen at fz-juelich dot de" To: gcc-bugs@gcc.gnu.org Message-ID: <20040826145805.17202.c.lemmen@fz-juelich.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/17202] New: ice-on-valid-code, trans-array.c:217: gfc_conv_descriptor_dtype Assertion failed X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg02775.txt.bz2 List-Id: gcc version 3.5.0 20040826 (experimental) > gfortran -c testcase_nrtype.f90 f951: fortran/trans-array.c:217: gfc_conv_descriptor_dtype: Assertion `((type)->type.lang_flag_1)' failed. testcase_nrtype.f90: In function `reallocate_hv': testcase_nrtype.f90:21: internal compiler error: Aborted ******************************* function reallocate_hv(p,n) character,dimension(:),pointer :: reallocate_hv integer, intent(in) :: n allocate(reallocate_hv(n)) end function reallocate_hv *********************************** This bug is probably related to PR 15972 and PR 15809. Is it a DUP?. ICE occurs at different position in trans-types.c though: PR 15972 trans-array.c:3025: gfc_trans_dummy_array_bias PR 15809trans-array.c:184: gfc_conv_descriptor_data This bug trans-array.c:217: gfc_conv_descriptor_dtype -- Summary: ice-on-valid-code, trans-array.c:217: gfc_conv_descriptor_dtype Assertion failed Product: gcc Version: 3.5.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: c dot lemmen at fz-juelich dot de CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17202