From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99052 invoked by alias); 7 Dec 2018 17:38:12 -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 99037 invoked by uid 89); 7 Dec 2018 17:38:11 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:U*bergner, HX-Envelope-From:sk:bergner, H*F:U*bergner X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 07 Dec 2018 17:38:10 +0000 Received: from pps.filterd (m0098414.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id wB7HOX1a060696 for ; Fri, 7 Dec 2018 12:38:09 -0500 Received: from e15.ny.us.ibm.com (e15.ny.us.ibm.com [129.33.205.205]) by mx0b-001b2d01.pphosted.com with ESMTP id 2p7vh4b3ya-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 07 Dec 2018 12:38:08 -0500 Received: from localhost by e15.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 7 Dec 2018 17:38:07 -0000 Received: from b01cxnp22034.gho.pok.ibm.com (9.57.198.24) by e15.ny.us.ibm.com (146.89.104.202) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Fri, 7 Dec 2018 17:38:07 -0000 Received: from b01ledav006.gho.pok.ibm.com (b01ledav006.gho.pok.ibm.com [9.57.199.111]) by b01cxnp22034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id wB7Hc6gn18481232 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 7 Dec 2018 17:38:06 GMT Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 00748AC064; Fri, 7 Dec 2018 17:38:06 +0000 (GMT) Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id A9D33AC05F; Fri, 7 Dec 2018 17:38:05 +0000 (GMT) Received: from otta.local (unknown [9.85.179.85]) by b01ledav006.gho.pok.ibm.com (Postfix) with ESMTP; Fri, 7 Dec 2018 17:38:05 +0000 (GMT) Subject: Re: [PATCH, rs6000] Fix PR87496: ICE in aggregate_value_p at gcc/function.c:2046 To: Segher Boessenkool Cc: GCC Patches , Michael Meissner References: <7abf394f-35a8-08b6-4f7d-f00fd6663930@linux.ibm.com> <20181204225358.GM3803@gate.crashing.org> From: Peter Bergner Date: Fri, 07 Dec 2018 17:38:00 -0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20181204225358.GM3803@gate.crashing.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit x-cbid: 18120717-0068-0000-0000-0000036E3C29 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00010189; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000270; SDB=6.01128382; UDB=6.00586174; IPR=6.00908513; MB=3.00024574; MTD=3.00000008; XFM=3.00000015; UTC=2018-12-07 17:38:07 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18120717-0069-0000-0000-000046B027CC Message-Id: X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00494.txt.bz2 On 12/4/18 4:53 PM, Segher Boessenkool wrote: > Okay, so you make -mabi={ibm,ieee}longdouble be valid options only if > there is -mlong-double-128. Could you add that to the documentation then > please? Done. >> Is this ok for mainline once bootstrap and regtesting come back clean? > > Okay with that documentation added and if it tests okay, yes. Thanks! ...and committed to trunk. >> Since I backported the earlier fix to GCC8, I'd like to backport this >> there too. > > Okay for there too. Great, I'll backport the changes and commit after regression testing. Thanks! Peter