[PATCH, committed] Fix gcc.target/powerpc/ppu-intrinsics.c test case.

Peter Bergner bergner@vnet.ibm.com
Tue Jul 6 21:55:00 GMT 2010


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  <bergner@vnet.ibm.com>

	* 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 <ppu_intrinsics.h>.  */
 
 #include <ppu_intrinsics.h>




More information about the Gcc-patches mailing list