From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66212 invoked by alias); 16 Feb 2018 18:35:15 -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 66202 invoked by uid 89); 16 Feb 2018 18:35:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=love 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; Fri, 16 Feb 2018 18:35:13 +0000 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w1GIZ9bm139574 for ; Fri, 16 Feb 2018 13:35:12 -0500 Received: from e11.ny.us.ibm.com (e11.ny.us.ibm.com [129.33.205.201]) by mx0a-001b2d01.pphosted.com with ESMTP id 2g62ybm2r1-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 16 Feb 2018 13:34:58 -0500 Received: from localhost by e11.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 16 Feb 2018 13:33:47 -0500 Received: from b01cxnp22036.gho.pok.ibm.com (9.57.198.26) by e11.ny.us.ibm.com (146.89.104.198) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 16 Feb 2018 13:33:45 -0500 Received: from b01ledav001.gho.pok.ibm.com (b01ledav001.gho.pok.ibm.com [9.57.199.106]) by b01cxnp22036.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w1GIXi2m56164408; Fri, 16 Feb 2018 18:33:44 GMT Received: from b01ledav001.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 0B57228048; Fri, 16 Feb 2018 13:33:08 -0500 (EST) Received: from oc3304648336.ibm.com (unknown [9.70.82.121]) by b01ledav001.gho.pok.ibm.com (Postfix) with ESMTP id 7F32E2803D; Fri, 16 Feb 2018 13:33:07 -0500 (EST) Subject: Re: [Patch, rs6000] Require Power 8 for vec_float2 builtin From: Carl Love To: Segher Boessenkool Cc: gcc-patches@gcc.gnu.org, David Edelsohn , Bill Schmidt Date: Fri, 16 Feb 2018 18:35:00 -0000 In-Reply-To: <1518805317.7508.39.camel@us.ibm.com> References: <1518800329.7508.37.camel@us.ibm.com> <20180216175651.GO21977@gate.crashing.org> <1518805317.7508.39.camel@us.ibm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-TM-AS-GCONF: 00 x-cbid: 18021618-2213-0000-0000-000002713758 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00008544; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000254; SDB=6.00990670; UDB=6.00503136; IPR=6.00770016; MB=3.00019591; MTD=3.00000008; XFM=3.00000015; UTC=2018-02-16 18:33:46 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18021618-2214-0000-0000-000059244DEE Message-Id: <1518806023.7508.41.camel@us.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-02-16_07:,, 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=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1802160218 X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg01014.txt.bz2 On Fri, 2018-02-16 at 10:21 -0800, Carl Love wrote: > > > > > Do you have a new testcase, too?  Or is this all covered by > > existing > > tests (which?) > > The issue was found when compiling the existing test case file with > -mcpu=power7.  No additional tests are needed for this issue. > Sorry, my bad. The exiting test case file is:   gcc/testsuite/gcc.target/powerpc/builtins-3-runnable.c > > > > Looks great, thanks!  Okay for trunk (and for backports after a > > while, > > if needed). > >                      Carl Love >