From patchwork Tue Jul 17 17:34:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Edelsohn X-Patchwork-Id: 945240 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-481753-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="sUyJE6L5"; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="kPUgl11/"; 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 41VS8Z18RGz9s4Z for ; Wed, 18 Jul 2018 03:34:53 +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 :mime-version:from:date:message-id:subject:to:content-type; q= dns; s=default; b=jdR8XN6hRTzP6K1IiWkngu8loHNXcLLpagDsU04edtFLYA uvdR9HLBV84uU+I3XjJNTclgxUUJrDftvPjfHFd1G3+KccngyhqL4mGTqlqfr+N0 nvbjwALNT6j8wtgyc7tltbeIpV6uL1t9RlIe2Of3YQVpMDzYjKAKod3t1AFZM= 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 :mime-version:from:date:message-id:subject:to:content-type; s= default; bh=NcGvWyZKJwdkdK8XrIqJtzIgGbk=; b=sUyJE6L5dNhNT6akIyGv hSL5M067d6/1zX/7T+EZYB4EMlxq5qjvs+LMYCBlirf7S6xZUCg3wywb/J8uawS3 oE16RiT1SYZT4jpRzFnLxrAXXKlVqtE+3Z30Td8BqdkhRBB/jV12J9GhekY2xHQy ct0WBEqdM4m76ZHtRHSSFdA= Received: (qmail 39637 invoked by alias); 17 Jul 2018 17:34:33 -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 39518 invoked by uid 89); 17 Jul 2018 17:34:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.4 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-lj1-f170.google.com Received: from mail-lj1-f170.google.com (HELO mail-lj1-f170.google.com) (209.85.208.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Jul 2018 17:34:31 +0000 Received: by mail-lj1-f170.google.com with SMTP id f8-v6so1707598ljk.1 for ; Tue, 17 Jul 2018 10:34:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=e7XDVj1wG9FttNlBYZ77kAQ+BIfOPHKzNo6h3qmNw/M=; b=kPUgl11/yZHIX3Dhn/0nT2wNgEUy8FkxXOjuorUxCesIuLyowhqhMsYiPUAThX8OiD 5jfF7/io9KAaTyWu8ZlPSAZg5cn3+TaUkatCqCvugMXuhhflyW87PZb4ql8lZvTSEoAc +wQxOOemkBqzOPofdfRO6GXwF1jXcIFcQwNpWakgJgAQ7MtkY6N2+d6nfA0M6tHAcJn9 E5//uTemPuKwppIj6Cwl9mVU94okLWKh/19LLlRk7nvJUbg5kfVGoaVqOG1wQH3UukRZ jsNXKge7WcU20vJuq82kLQAyLrp4ufgL7HT49SAJ/mrZoxRN8TgqnZcpsVj8w8AV5xbD +lNw== MIME-Version: 1.0 From: David Edelsohn Date: Tue, 17 Jul 2018 13:34:18 -0400 Message-ID: Subject: [PATCH, testsuite] PPC testsuite pr85456.c To: GCC Patches , Segher Boessenkool And another test that needs to be restricted because it assumes 128 bit long double. Thanks, David * gcc.target/powerpc/pr85456.c: Require longdouble128. Index: pr85456.c =================================================================== --- pr85456.c (revision 262824) +++ pr85456.c (working copy) @@ -1,5 +1,6 @@ /* { dg-do compile { target { powerpc*-*-* } } } */ /* { dg-require-effective-target powerpc_p8vector_ok } */ +/* { dg-require-effective-target longdouble128 } */ /* { dg-options "-O2 -mpower8-vector -mabi=ieeelongdouble -Wno-psabi" } */ /* Check that the __builtin_powil generates a call to the correct function