From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124833 invoked by alias); 12 Jun 2016 15:21:38 -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 123459 invoked by uid 89); 12 Jun 2016 15:21:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=H*Ad:U*tkoenig, pr70673, fotran, fc21 X-Spam-User: qpsmtpd, 2 recipients X-HELO: cc-smtpout2.netcologne.de Received: from cc-smtpout2.netcologne.de (HELO cc-smtpout2.netcologne.de) (89.1.8.212) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 12 Jun 2016 15:21:35 +0000 Received: from cc-smtpin2.netcologne.de (cc-smtpin2.netcologne.de [89.1.8.202]) by cc-smtpout2.netcologne.de (Postfix) with ESMTP id 8112D12541; Sun, 12 Jun 2016 17:21:31 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cc-smtpin2.netcologne.de (Postfix) with ESMTP id 79E1711DC0; Sun, 12 Jun 2016 17:21:31 +0200 (CEST) Received: from [78.35.171.161] (helo=cc-smtpin2.netcologne.de) by localhost with ESMTP (eXpurgate 4.1.6) (envelope-from ) id 575d7dfb-0b87-7f0000012729-7f000001c571-1 for ; Sun, 12 Jun 2016 17:21:31 +0200 Received: from [192.168.178.20] (xdsl-78-35-171-161.netcologne.de [78.35.171.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by cc-smtpin2.netcologne.de (Postfix) with ESMTPSA; Sun, 12 Jun 2016 17:21:27 +0200 (CEST) Subject: Re: [Patch, fotran] PR70673 - [5/6/7 Regression] ICE with module containing functions with allocatable character scalars To: Paul Richard Thomas , "fortran@gcc.gnu.org" , gcc-patches References: Cc: D Kinniburgh From: Thomas Koenig Message-ID: <575D7DF6.4090406@netcologne.de> Date: Sun, 12 Jun 2016 15:21:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2016-06/txt/msg00028.txt.bz2 Hi Paul, > The fix to eliminate this ICE is trivial. Trivial once you have found it, not so trivial before... > Bootstrapped and regtested on FC21/x86_64 - OK for 5 to 7 branches? OK. Thanks a lot for the patch! Thomas