From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54658 invoked by alias); 2 Jun 2016 18:05:41 -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 54634 invoked by uid 89); 2 Jun 2016 18:05:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=apologise, dear, life X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-yw0-f171.google.com Received: from mail-yw0-f171.google.com (HELO mail-yw0-f171.google.com) (209.85.161.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 02 Jun 2016 18:05:39 +0000 Received: by mail-yw0-f171.google.com with SMTP id x189so57658744ywe.3; Thu, 02 Jun 2016 11:05:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=oMS+Wy2fBHJDnG898pOoUzWrvLyscJup28GCbVQMW5E=; b=BxKJ3GIgGUPRq0+DJKQ5rgiaZcrXNzudhxOZJR3qCw7VilvQvDpE9JoyHoEvzE/bkP SJfxhbHLqlCsmVFUe6lVCJVnNLrGejTrKpR4f+1Z9pj1hhnCOWCiNPuB9MTC3wxepHoE GVvUiZ8/6eWdEcSaj3PBJUkZWUsyeDByt3CSuQX4JkZj4cSjKlrV0bhiQ6WI7N08uUmy JXZGwslY15H5+4Km+24d64zcYe5UBNNf3vwJ2h1Nj5fuW76WhQz0hJ7+Ko5yR0SHB3F2 3QmSAAPtwU14AHUdefKLe8u9A7tQ+8ip2vzlBltD+AeBJvnW+67qC8fClmDHv/PvPiB+ tkUA== X-Gm-Message-State: ALyK8tK4qv6H1WfnV0Q+2ElqBbKTcBDSxkZfzQSdAhDn+JOPNdN4RwBsBh46dL4e70w5VyPUdIiNL6qU4Q093w== MIME-Version: 1.0 X-Received: by 10.13.246.7 with SMTP id g7mr6628171ywf.128.1464890737373; Thu, 02 Jun 2016 11:05:37 -0700 (PDT) Received: by 10.129.154.18 with HTTP; Thu, 2 Jun 2016 11:05:37 -0700 (PDT) Date: Thu, 02 Jun 2016 18:05:00 -0000 Message-ID: Subject: [Patch, fortran] PR70350 - [5 Regression] ICE with -fcheck=all and array initialization 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-06/txt/msg00012.txt.bz2 Dear All, I just backported the fix for this as revision 237043. This was fixed on 6-branch, when it was trunk, as r232850. I apologise for not doing this much earlier but, as the fortran list knows, life outside gfortran has intervened big-time over the last few months. I did not add a testcase, since the likelihood of any further fortran patches to 5.3.1 causing a regression here is essentially zero. Cheers Paul