From patchwork Tue Jul 6 21:55:01 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [committed] Fix gcc.target/powerpc/ppu-intrinsics.c test case. From: Peter Bergner X-Patchwork-Id: 58067 Message-Id: <1278453301.2773.5.camel@otta> To: gcc-patches Date: Tue, 06 Jul 2010 16:55:01 -0500 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