From patchwork Tue Jul 6 21:55:01 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Bergner X-Patchwork-Id: 58067 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 CCFB8B6EEF for ; Wed, 7 Jul 2010 07:55:16 +1000 (EST) Received: (qmail 12068 invoked by alias); 6 Jul 2010 21:55:14 -0000 Received: (qmail 12060 invoked by uid 22791); 6 Jul 2010 21:55:14 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from e5.ny.us.ibm.com (HELO e5.ny.us.ibm.com) (32.97.182.145) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 06 Jul 2010 21:55:05 +0000 Received: from d01relay01.pok.ibm.com (d01relay01.pok.ibm.com [9.56.227.233]) by e5.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id o66LbTIE006875 for ; Tue, 6 Jul 2010 17:37:29 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay01.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o66Lt3ha125724 for ; Tue, 6 Jul 2010 17:55:03 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o66Lt3Sv027421 for ; Tue, 6 Jul 2010 17:55:03 -0400 Received: from [192.168.1.101] (vorma.rchland.ibm.com [9.10.86.174]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id o66Lt2Xc027382 for ; Tue, 6 Jul 2010 17:55:02 -0400 Subject: [PATCH, committed] Fix gcc.target/powerpc/ppu-intrinsics.c test case. From: Peter Bergner To: gcc-patches Date: Tue, 06 Jul 2010 16:55:01 -0500 Message-ID: <1278453301.2773.5.camel@otta> Mime-Version: 1.0 X-IsSubscribed: yes 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 I just committed as obvious the following patch which is required with trunk due to the extra warning message we now produce. Peter 2010-07-06 Peter Bergner * gcc.target/powerpc/ppu-intrinsics.c: Add -Wno-unused-but-set-variable to dg-options. Index: gcc.target/powerpc/ppu-intrinsics.c =================================================================== --- gcc.target/powerpc/ppu-intrinsics.c (revision 161872) +++ gcc.target/powerpc/ppu-intrinsics.c (working copy) @@ -1,5 +1,5 @@ /* { dg-do link { target { *-*-linux* && powerpc_fprs } } } */ -/* { dg-options "-W -Wall -Wno-uninitialized -mcpu=cell" } */ +/* { dg-options "-W -Wall -Wno-uninitialized -Wno-unused-but-set-variable -mcpu=cell" } */ /* Test some PPU intrinsics from . */ #include