From patchwork Fri Feb 8 16:53:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jozef Lawrynowicz X-Patchwork-Id: 1038772 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-495529-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=mittosystems.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="sjaKEm+j"; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=mittosystems.com header.i=@mittosystems.com header.b="e4xqc53o"; 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 43x1VB35K3z9sN8 for ; Sat, 9 Feb 2019 03:53:52 +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:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=D4l/vdBSVWOAOZGwiyPCDdLAiNGlR/9ErPHCazI+ScDo+afkaKi19 xx+W8MlI/fFpgSeixrObJUREpkGJkJGgYc9N/AuUlgkqAS62TUGT/RMkCZVK+teK 7hzrgtryL/jPgJ00kZzm3eA+jEEdFnUBwXijDkdyY5AvPdJFrF7s4Y= 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:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=nJVCL83gyncsQ5kCDln05axY/oU=; b=sjaKEm+jSu2b9xvF4nMl 7JCVGPasGKmbqAV8VV8ZnKcVMVyZlsyK19O945HBkUxmPDlpfyZMHhcX5lUNn5er oqONZauXsRJp57lEI8hVx4wWFwnsd/djwXzndmHucyiRidVsmuRop9XQEJq6EOwH G9FeauxYwfCk37e7E+JtgFs= Received: (qmail 86154 invoked by alias); 8 Feb 2019 16:53:44 -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 86133 invoked by uid 89); 8 Feb 2019 16:53:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.4 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:2a01 X-HELO: mail-wr1-f49.google.com Received: from mail-wr1-f49.google.com (HELO mail-wr1-f49.google.com) (209.85.221.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Feb 2019 16:53:41 +0000 Received: by mail-wr1-f49.google.com with SMTP id q15so4258724wro.12 for ; Fri, 08 Feb 2019 08:53:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mittosystems.com; s=google; h=date:from:to:subject:message-id:mime-version; bh=K9NzKFWDs8NR2WxCfIVRRd3ElzN358K1LFSlaijAXlw=; b=e4xqc53oNvzqCAMoldzAy39KSP88tHRG2u5kp+a+PbFAuZDC1CpLlHRGxt0SviBITu aRSuT7N2Ou5o040dM1BkPEBMaQ9PzjZkCFAYOaxjheJBRf/k8iL5GyWkCd7O514TXeLr kTRN1WwMnopJttfmp8RTYT5Gs0+oZ3/TcdL32OfKR/YQPC0cAgJoIPNR/B4PasU3mtWY h/ImSSopj0TtYljZA+tKb/FlSDboMpMFeoBU4oQIy10m7n19bGQebCZXV18TgaGcf5kP 6R8e94zZzcv14wFL3NNL+NgQi5gkHU7EWBDZSD9As2rB9amC0EU52TZT9ZjvqDkJ1TFX WrqA== Received: from jozef-kubuntu ([2a01:4b00:87fd:900:7145:5287:eb11:3747]) by smtp.gmail.com with ESMTPSA id y8sm4266721wmg.13.2019.02.08.08.53.37 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 08 Feb 2019 08:53:37 -0800 (PST) Date: Fri, 8 Feb 2019 16:53:35 +0000 From: Jozef Lawrynowicz To: gcc-patches@gcc.gnu.org Subject: [committed][PATCH] Fix PR testsuite/89258 Message-ID: <20190208165335.4896fd73@jozef-kubuntu> MIME-Version: 1.0 X-IsSubscribed: yes pr80887.c expects int size to be at least 32-bits, added the corresponding require-effective-target directive. Committed. From b8a747181ed83adfb0ff5f42ba74f1bc239620d8 Mon Sep 17 00:00:00 2001 From: jozefl Date: Fri, 8 Feb 2019 16:47:28 +0000 Subject: [PATCH] 2019-02-08 Jozef Lawrynowicz PR testsuite/89258 * gcc.dg/tree-ssa/pr80887.c: Require int32plus. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268704 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/tree-ssa/pr80887.c | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5cbb14f5486..3269078fa36 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-02-08 Jozef Lawrynowicz + + PR testsuite/89258 + * gcc.dg/tree-ssa/pr80887.c: Require int32plus. + 2019-02-08 Robin Dapp * gcc.target/s390/vector/vec-copysign-execute.c: New test. diff --git a/gcc/testsuite/gcc.dg/tree-ssa/pr80887.c b/gcc/testsuite/gcc.dg/tree-ssa/pr80887.c index df7a9d96eeb..9021b52c20e 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/pr80887.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/pr80887.c @@ -1,5 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-fgimple -O" } */ +/* { dg-require-effective-target int32plus } */ int pos; void __GIMPLE (startwith("fre")) -- 2.17.1