From patchwork Thu Aug 15 15:46:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Oliva X-Patchwork-Id: 1147677 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-507071-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="cMkDDY5n"; 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 468W6r0yyQz9sN6 for ; Fri, 16 Aug 2019 01:47:31 +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:from :to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=K8fVQ8takh0ZTn4i gFDUmoNZP5eP4XdOEGYmlGqBR3At6LdDTWH74VoLJkHK42OcYl2pkWGsP27R8vYU g/FE3k0L39kS3IvybqESoK8CJ8z23S7xwBC3Hmq4tnQAUhY/ERD9sqF994KOv6te EiBgQmpW7/KhGEnm7phyBp6c6VI= 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:from :to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=default; bh=2XFsn/u0FbtWSPuIVVHiku dqTE4=; b=cMkDDY5ncSENRx6h1NtFffDoZQLLB0GqsQEHS+IbDKQ1kzYN9BCpjs PO8V1fQ/0f6sAMTbkTrzY3x+2w0cG7bHAsC826GuoT01+Cis37hYjxWb8YmEimWn OmVdAlEAj6+ohV1CVBWZK5GRQPeljnCLiWA2vwCCfONc24F5NxKtY= Received: (qmail 79676 invoked by alias); 15 Aug 2019 15:47:24 -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 79638 invoked by uid 89); 15 Aug 2019 15:47:24 -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.1 spammy=cet X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 15 Aug 2019 15:47:18 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D82A95609D; Thu, 15 Aug 2019 11:47:16 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id T6priQMcZj2m; Thu, 15 Aug 2019 11:47:16 -0400 (EDT) Received: from free.home (tron.gnat.com [IPv6:2620:20:4000:0:46a8:42ff:fe0e:e294]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPS id 294ED116178; Thu, 15 Aug 2019 11:47:12 -0400 (EDT) Received: from livre (livre.home [172.31.160.2]) by free.home (8.15.2/8.15.2) with ESMTPS id x7FFkpUH049514 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Thu, 15 Aug 2019 12:46:51 -0300 From: Alexandre Oliva To: gcc-patches@gcc.gnu.org Cc: Rainer Orth , Mike Stump Subject: require trampolines for pr85044 Date: Thu, 15 Aug 2019 12:46:51 -0300 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Testcases that require support for trampolines should be marked as such; gcc.target/i386/pr85044.c was missing it. Fixed. Tested on x86_64-linux-gnu. Ok to install? for gcc/testsuite/ChangeLog * gcc.target/i386/pr85044.c: Require support for trampolines. --- gcc/testsuite/gcc.target/i386/pr85044.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/gcc.target/i386/pr85044.c b/gcc/testsuite/gcc.target/i386/pr85044.c index a25cc7fe3252..02ef91d3dbbb 100644 --- a/gcc/testsuite/gcc.target/i386/pr85044.c +++ b/gcc/testsuite/gcc.target/i386/pr85044.c @@ -1,4 +1,5 @@ /* { dg-do run { target cet } } */ +/* { dg-require-effective-target trampolines } */ /* { dg-options "-O2 -fcf-protection=branch" } */ void callme (void (*callback) (void));