From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100866 invoked by alias); 15 Oct 2018 09:11: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 100705 invoked by uid 89); 15 Oct 2018 09:11:40 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=Hx-spam-relays-external:sk:mailhos, H*RU:sk:mailhos, HMime-Version:Mac, ICEs X-HELO: nef2.ens.fr Received: from nef2.ens.fr (HELO nef2.ens.fr) (129.199.96.40) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 15 Oct 2018 09:11:38 +0000 X-ENS-nef-client: 129.199.120.1 Received: from mailhost.lps.ens.fr (tournesol.lps.ens.fr [129.199.120.1]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id w9F9BZC4095239 ; Mon, 15 Oct 2018 11:11:35 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailhost.lps.ens.fr (Postfix) with ESMTP id 5F291153; Mon, 15 Oct 2018 11:11:35 +0200 (CEST) Received: from mailhost.lps.ens.fr ([127.0.0.1]) by localhost (tournesol.lps.ens.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dxs59dllFcDc; Mon, 15 Oct 2018 11:11:35 +0200 (CEST) Received: from [192.168.1.10] (log78-1-82-242-47-10.fbx.proxad.net [82.242.47.10]) by mailhost.lps.ens.fr (Postfix) with ESMTPSA id 2BB1214B; Mon, 15 Oct 2018 11:11:35 +0200 (CEST) From: =?utf-8?Q?Dominique_d=27Humi=C3=A8res?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: [Patch, fortran] PR87566 - ICE with class(*) and select Message-Id: Date: Mon, 15 Oct 2018 09:11:00 -0000 Cc: gfortran , gcc-patches To: Paul Richard Thomas X-SW-Source: 2018-10/txt/msg00065.txt.bz2 Hi Paul, The ICEs for the following PRs 58906, a variant of 77385, 80260, and 82077,= have been fixed between revision r264941 + patches and r265126 + same patc= hes + this patch + patch for pr56386. Cheers, Dominique