From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1388 invoked by alias); 8 Sep 2008 08:29:29 -0000 Received: (qmail 912 invoked by uid 48); 8 Sep 2008 08:28:09 -0000 Date: Mon, 08 Sep 2008 08:29:00 -0000 Message-ID: <20080908082809.911.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/36167] ICE in gfc_conv_descriptor_dimension, at fortran/trans-array.c:242 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "domob 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: 2008-09/txt/msg00891.txt.bz2 ------- Comment #5 from domob at gcc dot gnu dot org 2008-09-08 08:28 ------- Dominique reported that my pending patch for PR 37199 fixes this problem, too, and a test confirms this for me. Reading the commets, it seems quite plausible to me that the ICE here is caused because of the missing array spec after interface mapping. After checking in my patch, I will try to fully understand what the problem here is and if it is really fixed with my patch. -- domob at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |domob at gcc dot gnu dot org |dot org | Status|NEW |ASSIGNED Last reconfirmed|2008-05-07 14:07:21 |2008-09-08 08:28:09 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36167