From patchwork Wed Nov 7 15:49:48 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Uros Bizjak X-Patchwork-Id: 994350 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-489260-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (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="nv0/9gaG"; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="XFNznNtf"; 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 42qrTd0Cf9z9s9J for ; Thu, 8 Nov 2018 02:50:11 +1100 (AEDT) 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:cc:content-type; q=dns; s=default; b=Dz87I7SGt8oLlt0oPHmWjb15TNI4K96a4J8+O1Od6CG tsnEFWXsk8u3ZCGxwQorBmxFMtpm2vlGzoeHy9NvEW+RZJixIGLbv3jzWLtsu7hI GVMjaAdCV7z9HiZXcoXJWSMbn9GzLkAZvrs9XkD8Xu+DHZssaHs+Q3ubLBfIG7m4 = 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:cc:content-type; s=default; bh=M2S2eWk6Ki9nfX6QvwmYBcDVhGE=; b=nv0/9gaGeEbFaf2OA ZfOZQzIwAJB8MHg+SN7Y8nvhEzb15f9/MVp9rDvqjlC7fZESpZQu2w4jNiu5LjXc OUBBtlI61UbEgg/LWOZWH0gazaG0eSJsnz9/SALz4IIG806VT3cBJhMWfDLq3I5w /4vZUAQJyNJqZr8ZNbL7rDVKM8= Received: (qmail 120661 invoked by alias); 7 Nov 2018 15:50:04 -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 120633 invoked by uid 89); 7 Nov 2018 15:50:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.7 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-it1-f176.google.com Received: from mail-it1-f176.google.com (HELO mail-it1-f176.google.com) (209.85.166.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 07 Nov 2018 15:50:02 +0000 Received: by mail-it1-f176.google.com with SMTP id r12-v6so20706434ita.3 for ; Wed, 07 Nov 2018 07:50:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=qd91eewNzo61EM74cS1cN58jNleurMdQBos6TsDM5C0=; b=XFNznNtfCg79az05Zl9VW3vsPveS/BO+ModnT4wkBLrT+z4f+dGW6W2fvc3Y+rFwfR IS1jujLjUeYtpTHAbVTTFvuSmXxYAsW3pkqYMR79vh6ddtKnMFXp9ygXG8QJv+P5C0+u 5FAu0w1K4ZzULU3xCuWQV0gxv4w8vVk+Zw7v35dg1N+VKJpFRw1y8qobyYH0vtBPR3KU vVRABUgmAN8E05qRhgVUiloeSOrllDR7UGm4i4OFC8JyP/ZinPMRDJ1276W9lIxy1fZF KauEIay4vOFwXWNdCiVCqiqAIwPZFRNpe8fo1TbOnr2IbhDcunZcZAbtHBIDihwrW+E8 Ltag== MIME-Version: 1.0 From: Uros Bizjak Date: Wed, 7 Nov 2018 16:49:48 +0100 Message-ID: Subject: [PATCH, testsuite]: Use int128 effective target for gcc.dg/pr87874.c To: "gcc-patches@gcc.gnu.org" Cc: Alexandre Oliva 2018-11-07 Uros Bizjak * gcc.dg/pr87874.c: Compile only for int128 effective target. Tested on x86_64-linux-gnu {,-m32} and committed to mainline SVN. Uros. diff --git a/gcc/testsuite/gcc.dg/pr87874.c b/gcc/testsuite/gcc.dg/pr87874.c index 3ab5dcf68ffb..1480a5e54937 100644 --- a/gcc/testsuite/gcc.dg/pr87874.c +++ b/gcc/testsuite/gcc.dg/pr87874.c @@ -1,9 +1,8 @@ -/* { dg-do compile } */ +/* { dg-do compile { target int128 } } */ /* { dg-options "-g -O1 -fgcse -fno-dce -fno-tree-ccp -fno-tree-coalesce-vars -fno-tree-copy-prop -fno-tree-dce -fno-tree-dominator-opts -fno-tree-fre -fno-tree-loop-optimize -fno-tree-sink" } */ int *vk; int m2; -#if __SIZEOF_INT128__ __int128 nb; void @@ -32,4 +31,3 @@ em (int u5, int fo, int s7) } } } -#endif