From patchwork Thu Apr 12 17:15:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Kelvin Nilsen X-Patchwork-Id: 897745 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-476292-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=linux.ibm.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="GmfBi5qF"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 40MSH56MvYz9s19 for ; Fri, 13 Apr 2018 03:16:00 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:to:cc :from:subject:date:mime-version:content-type :content-transfer-encoding:message-id; q=dns; s=default; b=AajB4 THSy5de1cikR2gsZjjoiD08rahgBZgj3IUVb/8tT9gR0zqUn9fvs4sG8JysY9lLg xv6J46KlOQNdlONubKX8jONvsC70fY+H+9x40MQl2LX2ISnKgLNrUMG/4/qeZ1B6 4VE3ArUpAdgvYsG+cKKvMKbJb/SH9FIpXzKoHs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:to:cc :from:subject:date:mime-version:content-type :content-transfer-encoding:message-id; s=default; bh=8JyLDlE7HPh ziHzyG6/u/3aehDc=; b=GmfBi5qFvb3d/ewUzJn2UEWquSQmQooOJBGYNi+en3W HFolQkRyfGT5gu1S9WCFdOdhPDuyxhH77ChyWUzZGv0hcaI6UonoLgWoCdNR3DcW Be4rpOHogQnkX9rmM13eE5UeFbeKk2wT61WjYgij8lVGnO3LSxLskf17r30PgOWg = Received: (qmail 116651 invoked by alias); 12 Apr 2018 17:15:52 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 116635 invoked by uid 89); 12 Apr 2018 17:15:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-12.6 required=5.0 tests=BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KHOP_DYNAMIC, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 spammy=powerpc***, powerpc*-*-* 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; Thu, 12 Apr 2018 17:15:50 +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 w3CHFBCt058488 for ; Thu, 12 Apr 2018 13:15:48 -0400 Received: from e31.co.us.ibm.com (e31.co.us.ibm.com [32.97.110.149]) by mx0a-001b2d01.pphosted.com with ESMTP id 2ha9qvdmer-1 (version=TLSv1.2 cipher=AES256-SHA256 bits=256 verify=NOT) for ; Thu, 12 Apr 2018 13:15:48 -0400 Received: from localhost by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 12 Apr 2018 11:15:47 -0600 Received: from b03cxnp07029.gho.boulder.ibm.com (9.17.130.16) by e31.co.us.ibm.com (192.168.1.131) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 12 Apr 2018 11:15:45 -0600 Received: from b03ledav002.gho.boulder.ibm.com (b03ledav002.gho.boulder.ibm.com [9.17.130.233]) by b03cxnp07029.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w3CHFiMF786736; Thu, 12 Apr 2018 10:15:44 -0700 Received: from b03ledav002.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 8422D136043; Thu, 12 Apr 2018 11:15:44 -0600 (MDT) Received: from Kelvins-MacBook-Pro-2.local (unknown [9.85.160.187]) by b03ledav002.gho.boulder.ibm.com (Postfix) with ESMTP id 18774136046; Thu, 12 Apr 2018 11:15:43 -0600 (MDT) To: gcc-patches@gcc.gnu.org Cc: segher@gcc.gnu.org From: Kelvin Nilsen Subject: [PATCH][OBVIOUS] PR85347: New testcase vec-ldl-1.c FAILs on powerpc64-linux Date: Thu, 12 Apr 2018 12:15:43 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 X-TM-AS-GCONF: 00 x-cbid: 18041217-8235-0000-0000-00000D4DEB32 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00008843; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000256; SDB=6.01016907; UDB=6.00518622; IPR=6.00796144; MB=3.00020541; MTD=3.00000008; XFM=3.00000015; UTC=2018-04-12 17:15:45 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18041217-8236-0000-0000-00004074C104 Message-Id: <92ce6f55-9dee-784c-18b1-012336f576e8@linux.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2018-04-12_10:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=1 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-1804120168 This new test case required a dejagnu qualifier to restrict its execution on big-endian platforms. The patch bootstrapped and tested without regressions.  Was committed as obvious. gcc/testsuite/ChangeLog: 2018-04-12  Kelvin Nilsen      PR target/85347     * gcc.target/powerpc/vec-ldl-1.c: Change dejagnu directives to     specify -mvsx on gcc command line. Index: gcc/testsuite/gcc.target/powerpc/vec-ldl-1.c =================================================================== --- gcc/testsuite/gcc.target/powerpc/vec-ldl-1.c    (revision 259318) +++ gcc/testsuite/gcc.target/powerpc/vec-ldl-1.c    (working copy) @@ -1,6 +1,6 @@  /* { dg-do run { target powerpc*-*-* } } */ -/* { dg-require-effective-target vmx_hw } */ -/* { dg-options "-maltivec -O0 -Wall" } */ +/* { dg-require-effective-target vsx_hw } */ +/* { dg-options "-mvsx -O0 -Wall" } */    #include  #include