From patchwork Thu Jun 20 10:39:09 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom de Vries X-Patchwork-Id: 1119372 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-503343-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="CB3U9aLQ"; 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 45Tyx76hyLz9s4V for ; Thu, 20 Jun 2019 20:39:23 +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:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=ppPjIY+cyOvXE5PiVZKCtHFMCPyhWKSPa9kbrwxf/i/afuel0XB5V vgiy/DC8O3oN2A1M9rHZkexyE1R9NkaJKK4Ro2tmh5NiHXDBCgDliaPR70SuNcqM YLZGj5qq55wmr8rIw1fX/3JQR2t4k+9w8kCn/B1wITngmTHz4w4TJA= 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=3U2373TpcH8+VlHAkAmXAQZRnJs=; b=CB3U9aLQksp4qu+ZNcAE x0YTIWE8AK1Jml141rf8UwyQxRIpxy9T1qZHm+DMny+/awSTRzIl09M3m3Gri4jL BWZvICMgwOHu+Bru0q8mPnHpsxTkaBcj98EW3/tcG/27wKsCtTPSA3MGf9YwZIvd 6V5FY1tO07Ikbw87a5pH73o= Received: (qmail 27990 invoked by alias); 20 Jun 2019 10:39:15 -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 27979 invoked by uid 89); 20 Jun 2019 10:39:14 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-24.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Jun 2019 10:39:13 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 73C10AC6A for ; Thu, 20 Jun 2019 10:39:11 +0000 (UTC) Date: Thu, 20 Jun 2019 12:39:09 +0200 From: Tom de Vries To: gcc-patches@gcc.gnu.org Subject: [committed][testsuite] Add missing dg-require-effective-target label_values Message-ID: <20190620103908.GA10888@delia> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-IsSubscribed: yes Hi, Add missing dg-require-effective-target label_values. Tested on nvptx. Committed to trunk. Thanks, - Tom [testsuite] Add missing dg-require-effective-target label_values 2019-06-20 Tom de Vries * gcc.c-torture/compile/pr89280.c: Require label_values. * gcc.dg/pr89737.c: Same. * gcc.dg/pr90082.c: Same. * gcc.dg/torture/pr89135.c: Same. * gcc.dg/torture/pr89247.c: Same. * gcc.dg/torture/pr90071.c: Same. --- gcc/testsuite/gcc.c-torture/compile/pr89280.c | 1 + gcc/testsuite/gcc.dg/pr89737.c | 1 + gcc/testsuite/gcc.dg/pr90082.c | 1 + gcc/testsuite/gcc.dg/torture/pr89135.c | 1 + gcc/testsuite/gcc.dg/torture/pr89247.c | 1 + gcc/testsuite/gcc.dg/torture/pr90071.c | 1 + 6 files changed, 6 insertions(+) diff --git a/gcc/testsuite/gcc.c-torture/compile/pr89280.c b/gcc/testsuite/gcc.c-torture/compile/pr89280.c index 9db9965172f..ceb15387522 100644 --- a/gcc/testsuite/gcc.c-torture/compile/pr89280.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr89280.c @@ -1,3 +1,4 @@ +// { dg-require-effective-target label_values } /* PR tree-optimization/89280 */ int a; diff --git a/gcc/testsuite/gcc.dg/pr89737.c b/gcc/testsuite/gcc.dg/pr89737.c index cd3dc81769e..5f9ecbda08d 100644 --- a/gcc/testsuite/gcc.dg/pr89737.c +++ b/gcc/testsuite/gcc.dg/pr89737.c @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-require-effective-target label_values } */ /* { dg-options "-O2 -fdump-tree-profile_estimate" } */ int a, b; diff --git a/gcc/testsuite/gcc.dg/pr90082.c b/gcc/testsuite/gcc.dg/pr90082.c index 663a171821b..af741ff3b4c 100644 --- a/gcc/testsuite/gcc.dg/pr90082.c +++ b/gcc/testsuite/gcc.dg/pr90082.c @@ -1,5 +1,6 @@ /* PR rtl-optimization/90082 */ /* { dg-do compile } */ +/* { dg-require-effective-target label_values } */ /* { dg-options "-O1 -fnon-call-exceptions -ftrapv" } */ void *buf[5]; diff --git a/gcc/testsuite/gcc.dg/torture/pr89135.c b/gcc/testsuite/gcc.dg/torture/pr89135.c index 8a93e8983df..f1c6a5d5473 100644 --- a/gcc/testsuite/gcc.dg/torture/pr89135.c +++ b/gcc/testsuite/gcc.dg/torture/pr89135.c @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-require-effective-target label_values } */ typedef __INTPTR_TYPE__ intptr_t; intptr_t a, b, c, d; diff --git a/gcc/testsuite/gcc.dg/torture/pr89247.c b/gcc/testsuite/gcc.dg/torture/pr89247.c index 558e89e222a..3b60f91d93b 100644 --- a/gcc/testsuite/gcc.dg/torture/pr89247.c +++ b/gcc/testsuite/gcc.dg/torture/pr89247.c @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-require-effective-target label_values } */ int *a; void b() diff --git a/gcc/testsuite/gcc.dg/torture/pr90071.c b/gcc/testsuite/gcc.dg/torture/pr90071.c index bfa7239139a..15d27899319 100644 --- a/gcc/testsuite/gcc.dg/torture/pr90071.c +++ b/gcc/testsuite/gcc.dg/torture/pr90071.c @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-require-effective-target label_values } */ int a; static int b;