From patchwork Mon Nov 5 11:02:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Uros Bizjak X-Patchwork-Id: 197185 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]) by ozlabs.org (Postfix) with SMTP id 36C5C2C007A for ; Mon, 5 Nov 2012 22:03:00 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1352718182; h=Comment: DomainKey-Signature:Received:Received:Received:Received: MIME-Version:Received:Received:Date:Message-ID:Subject:From:To: Cc:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=yK/eGZ6 y9dzW38Vcg7IhtQAUp1U=; b=qFjS2+XVIBvJ/7ui0IXTs39VsMkDlSNoQWgJbDp VotwZs3RIAvF8LbWshYgHRZsYOAKC1MKhb5PmG2loqqpy/zXiF03a8FAszwk9MAl UQkz3S7plvIzGITACbyMo94UeKZr+2io+fv5wL8bYHpzhwnNKebBt1iSDqK0pFpK Wd5I= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:MIME-Version:Received:Received:Date:Message-ID:Subject:From:To:Cc:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=KEEDP+QSgmsHC8hF6bTJSwX0ibXVG6+vGO+v9E/EIKoUC7W7gp6T6guYFwUKJ7 ymCzdGeXGU2g+ZUfP2VB9GRU3b5AyCiG7XZiCHbB+l8JvQAXp9Mewuyi4jZX4fTd c5v/Bdpbk5ktpCsbItHQMJZQKFRebjaSqTCvH1kVLlfVQ=; Received: (qmail 16739 invoked by alias); 5 Nov 2012 11:02:57 -0000 Received: (qmail 16731 invoked by uid 22791); 5 Nov 2012 11:02:56 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, KHOP_RCVD_TRUST, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, TW_ZJ X-Spam-Check-By: sourceware.org Received: from mail-da0-f47.google.com (HELO mail-da0-f47.google.com) (209.85.210.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 05 Nov 2012 11:02:52 +0000 Received: by mail-da0-f47.google.com with SMTP id s35so2493251dak.20 for ; Mon, 05 Nov 2012 03:02:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.66.77.74 with SMTP id q10mr27159750paw.81.1352113371859; Mon, 05 Nov 2012 03:02:51 -0800 (PST) Received: by 10.66.246.232 with HTTP; Mon, 5 Nov 2012 03:02:51 -0800 (PST) Date: Mon, 5 Nov 2012 12:02:51 +0100 Message-ID: Subject: [PATCH, testsuite]: Fix gcc.dg/torture/pr55018.c testsuite failure From: Uros Bizjak To: gcc-patches@gcc.gnu.org Cc: Steven Bosscher , Jakub Jelinek 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 Hello! Just another instance of testsuite PR51128. 2012-11-05 Uros Bizjak PR testsuite/51128 * gcc.dg/torture/pr55018.c: Skip if -fno-fat-lto-objects was passed. Tested on x86_64-pc-linux-gnu, committed to mainline SVN. Uros. Index: gcc.dg/torture/pr55018.c =================================================================== --- gcc.dg/torture/pr55018.c (revision 193151) +++ gcc.dg/torture/pr55018.c (working copy) @@ -1,6 +1,7 @@ /* PR tree-optimization/55018 */ /* { dg-do compile } */ /* { dg-options "-fdump-tree-optimized" } */ +/* { dg-skip-if "" { *-*-* } { "-fno-fat-lto-objects" } { "" } } */ void foo (int x)