From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96288 invoked by alias); 14 Feb 2018 01:12:58 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 95735 invoked by uid 89); 14 Feb 2018 01:12:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0a-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.156.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 14 Feb 2018 01:12:56 +0000 Received: from pps.filterd (m0098399.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w1E19fKm074894 for ; Tue, 13 Feb 2018 20:12:54 -0500 Received: from e38.co.us.ibm.com (e38.co.us.ibm.com [32.97.110.159]) by mx0a-001b2d01.pphosted.com with ESMTP id 2g47ujxh0x-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 13 Feb 2018 20:12:54 -0500 Received: from localhost by e38.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 13 Feb 2018 18:12:53 -0700 Received: from b03cxnp08027.gho.boulder.ibm.com (9.17.130.19) by e38.co.us.ibm.com (192.168.1.138) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 13 Feb 2018 18:12:52 -0700 Received: from b03ledav002.gho.boulder.ibm.com (b03ledav002.gho.boulder.ibm.com [9.17.130.233]) by b03cxnp08027.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w1E1CpLO12255550; Tue, 13 Feb 2018 18:12:51 -0700 Received: from b03ledav002.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id D69D9136040; Tue, 13 Feb 2018 18:12:51 -0700 (MST) Received: from otta.local (unknown [9.85.184.175]) by b03ledav002.gho.boulder.ibm.com (Postfix) with ESMTP id 4C8ED13603C; Tue, 13 Feb 2018 18:12:51 -0700 (MST) Subject: Re: [PATCH, rs6000] Fix PR84279, powerpc64le ICE on cvc4 To: Segher Boessenkool Cc: GCC Patches , Bill Schmidt , Jakub Jelinek References: <31e557e6-4b62-eeca-a1a3-173397c205e7@bergner.org> <20180213223428.GV21977@gate.crashing.org> <622b7e77-bfac-7e9d-de9d-5f63e8b6f2c0@vnet.ibm.com> <20180213235131.GY21977@gate.crashing.org> From: Peter Bergner Date: Wed, 14 Feb 2018 01:12:00 -0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180213235131.GY21977@gate.crashing.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 x-cbid: 18021401-0028-0000-0000-0000092ACDCA X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00008529; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000253; SDB=6.00989364; UDB=6.00502365; IPR=6.00768718; MB=3.00019540; MTD=3.00000008; XFM=3.00000015; UTC=2018-02-14 01:12:53 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18021401-0029-0000-0000-0000399700F8 Message-Id: <8b59fef9-5047-9a63-3898-349f9ecff574@vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-02-13_12:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1802140009 X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00802.txt.bz2 On 2/13/18 5:51 PM, Segher Boessenkool wrote: > On Tue, Feb 13, 2018 at 05:07:26PM -0600, Peter Bergner wrote: >> It's up to you whether you want the backport because you don't trust >> me being able to create a failing test case. :-) > > We can backport without having a failing testcase. Let's do that for 7 > at least? Ok, I'll test the back port to GCC 7 and commit if no regressions. Peter