From patchwork Thu Jan 24 21:41:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Sandiford X-Patchwork-Id: 215497 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 5D5522C0080 for ; Fri, 25 Jan 2013 08:41:56 +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=1359668517; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: From:To:Mail-Followup-To:Subject:User-Agent:Date:Message-ID: MIME-Version:Content-Type:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=2dyyun60ekmzIjsxFJeI939gpTo=; b=wzZTySA6OJY8I1W aBZM7jXt0R1/AKemtNcifevVSZZrlyehmF2rL1MmWOq7Bvb8dx4L2kvMNONj9Y5/ 9jk03o0fVxGoEUZjt3dvoB9R6LebqnzD5Y95AHacm2gCpyBqwVm16W5belq08yTa xCDfZBZRVMIkxKF7W4o2+U3/I3HE= 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:X-Received:Received:From:To:Mail-Followup-To:Subject:User-Agent:Date:Message-ID:MIME-Version:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=PybRbd/MsSp801sZ1Tvp7ijmY5MtzHM1ZF7tjV/OEQNuv2mI7fFNEYrOzTexD2 AoEmdyKQqgCtuP7CyH1fQ+JbLYR5BBv7VKuyFRISjOduHLt0DutF3w5zJpXcmFRu fXiNrq3e/+q4utEZpMtnIAc5LONFXkktzIqTDm+rP8tD0=; Received: (qmail 3947 invoked by alias); 24 Jan 2013 21:41:39 -0000 Received: (qmail 3930 invoked by uid 22791); 24 Jan 2013 21:41:37 -0000 X-SWARE-Spam-Status: No, hits=-4.1 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 X-Spam-Check-By: sourceware.org Received: from mail-wg0-f44.google.com (HELO mail-wg0-f44.google.com) (74.125.82.44) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Jan 2013 21:41:29 +0000 Received: by mail-wg0-f44.google.com with SMTP id dr12so6117606wgb.23 for ; Thu, 24 Jan 2013 13:41:27 -0800 (PST) X-Received: by 10.180.75.135 with SMTP id c7mr5619094wiw.10.1359063687197; Thu, 24 Jan 2013 13:41:27 -0800 (PST) Received: from localhost ([2.26.205.107]) by mx.google.com with ESMTPS id l5sm4621641wia.10.2013.01.24.13.41.25 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 24 Jan 2013 13:41:26 -0800 (PST) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, rdsandiford@googlemail.com Subject: [committed] Require -ffat-lto-objects for octeon-pipe-1.c User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) Date: Thu, 24 Jan 2013 21:41:20 +0000 Message-ID: <87ehhatg1r.fsf@talisman.default> MIME-Version: 1.0 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 octeon-pipe-1.c is a sched2 test, so make sure we generate some code. Tested on mips64el-linux-gnu and applied. This fixes the UNRESOLVEDs in the test_summary output. Richard gcc/testsuite/ * gcc.target/mips/octeon-pipe-1.c: Add -ffat-lto-objects Index: gcc/testsuite/gcc.target/mips/octeon-pipe-1.c =================================================================== --- gcc/testsuite/gcc.target/mips/octeon-pipe-1.c 2012-08-27 17:27:13.000000000 +0100 +++ gcc/testsuite/gcc.target/mips/octeon-pipe-1.c 2013-01-24 21:21:54.023502714 +0000 @@ -1,6 +1,6 @@ /* Check that we use the octeon pipeline description. */ /* { dg-do compile } */ -/* { dg-options "-march=octeon -fschedule-insns2 -fdump-rtl-sched2" } */ +/* { dg-options "-march=octeon -fschedule-insns2 -fdump-rtl-sched2 -ffat-lto-objects" } */ /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */ NOMIPS16 int f (int a, int b)