From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90789 invoked by alias); 1 Jan 2016 17:07:16 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 90766 invoked by uid 89); 1 Jan 2016 17:07:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=year, Year, year!, Year! X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-ob0-f174.google.com Received: from mail-ob0-f174.google.com (HELO mail-ob0-f174.google.com) (209.85.214.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 01 Jan 2016 17:07:14 +0000 Received: by mail-ob0-f174.google.com with SMTP id wp13so77145511obc.1; Fri, 01 Jan 2016 09:07:13 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.231.230 with SMTP id tj6mr42893630oec.14.1451668031405; Fri, 01 Jan 2016 09:07:11 -0800 (PST) Received: by 10.202.175.19 with HTTP; Fri, 1 Jan 2016 09:07:11 -0800 (PST) Date: Fri, 01 Jan 2016 17:07:00 -0000 Message-ID: Subject: [Bug fortran/68864] [6 Regression] ICE: in gfc_get_descriptor_dimension, at fortran/trans-array.c:268 From: Paul Richard Thomas To: "fortran@gcc.gnu.org" , gcc-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00000.txt.bz2 Dear All, Happy New Year! I have committed the fix for the above as 'obvious' and entirely harmless - revision 232026. 2016-01-01 Paul Thomas PR fortran/68864 * trans-array.c (evaluate_bound): If deferred, test that 'desc' is an array descriptor before using gfc_conv_descriptor_xxx. 2016-01-01 Paul Thomas PR fortran/68864 * gfortran.dg/pr68864.f90: New test. Cheers Paul