From patchwork Sat Nov 15 19:46:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: FX Coudert X-Patchwork-Id: 411221 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 EA1571400AB for ; Sun, 16 Nov 2014 06:46:34 +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 :content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; q=dns; s= default; b=nArHGIiovvjhF1E9Binj5VJSoxsxXfAHFQNLLPX4XnErLk2IGsFTA yt/2Py9ijCA39km1CGElEVKFkRbidGsPQVBZx9eUo6yGCFPZG6Bvh++moGpdX7MU 1RAh5RHgutIRxW205eguptsyMbsiQgrIIDUYP0O0Ho2SlhU99Le95I= 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 :content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; s=default; bh=kBf7sHkQyaC27De+cbCp9KsZwMA=; b=iFqUg0KDEnz8CYF12xGKmTXqVulc WQjM70OXmAXlXG+AlN7wGXFcc5NLP7o/i7E3UQvxgpZw9CsDApW6hCT1hJClTlqE bP41DVifZHxnOiINmMMq6dDb4WdWpGI7n49ZxshWykeYiCiDBlJ9SRvAD/xt0vOO vfsT5BigLf3lpuk= Received: (qmail 1403 invoked by alias); 15 Nov 2014 19:46:27 -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 1389 invoked by uid 89); 15 Nov 2014 19:46:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f172.google.com Received: from mail-wi0-f172.google.com (HELO mail-wi0-f172.google.com) (209.85.212.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 15 Nov 2014 19:46:25 +0000 Received: by mail-wi0-f172.google.com with SMTP id hi2so776495wib.17 for ; Sat, 15 Nov 2014 11:46:22 -0800 (PST) X-Received: by 10.194.206.106 with SMTP id ln10mr25872818wjc.70.1416080782514; Sat, 15 Nov 2014 11:46:22 -0800 (PST) Received: from touille.bouyguesbox.fr (89-93-42-249.hfc.dyn.abo.bbox.fr. [89.93.42.249]) by mx.google.com with ESMTPSA id t9sm44390154wjf.41.2014.11.15.11.46.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 15 Nov 2014 11:46:21 -0800 (PST) Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Subject: [committed, testsuite] Not run gcc.target/i386/sibcall-1.c on PIC targets From: FX In-Reply-To: Date: Sat, 15 Nov 2014 20:46:20 +0100 Message-Id: References: <4E4C1272-79FF-464B-A93E-9D0A2FED3544@gmail.com> To: gcc-patches Don’t run gcc.target/i386/sibcall-1.c on PIC targets. 2014-11-15 Francois-Xavier Coudert PR target/60104 * gcc.target/i386/sibcall-1.c: Don't run on pic targets. Index: gcc.target/i386/sibcall-1.c =================================================================== --- gcc.target/i386/sibcall-1.c (revision 217599) +++ gcc.target/i386/sibcall-1.c (working copy) @@ -1,4 +1,4 @@ -/* { dg-do compile { target ia32 } } */ +/* { dg-do compile { target { ia32 && nonpic } } } */ /* { dg-options "-O2" } */ extern int (*foo)(int);