diff options
author | Peter Bergner <bergner@vnet.ibm.com> | 2010-07-06 16:46:59 -0500 |
---|---|---|
committer | Peter Bergner <bergner@gcc.gnu.org> | 2010-07-06 16:46:59 -0500 |
commit | 0f5700a732b9659e34523c9fd1a2eca807f90f36 (patch) | |
tree | 4fd94b535e1a92e44bdcb91c264a689aab848809 /gcc | |
parent | 928f04908265767255978321f42e9b2957bcb2f4 (diff) | |
download | gcc-0f5700a732b9659e34523c9fd1a2eca807f90f36.zip gcc-0f5700a732b9659e34523c9fd1a2eca807f90f36.tar.gz gcc-0f5700a732b9659e34523c9fd1a2eca807f90f36.tar.bz2 |
ppu-intrinsics.c: Add -Wno-unused-but-set-variable to dg-options.
* gcc.target/powerpc/ppu-intrinsics.c: Add -Wno-unused-but-set-variable
to dg-options.
From-SVN: r161890
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/powerpc/ppu-intrinsics.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index dc29761..e008dfc 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-07-06 Peter Bergner <bergner@vnet.ibm.com> + + * gcc.target/powerpc/ppu-intrinsics.c: Add -Wno-unused-but-set-variable + to dg-options. + 2010-07-06 Tobias Burnus <burnus@net-b.de> PR fortran/44742 diff --git a/gcc/testsuite/gcc.target/powerpc/ppu-intrinsics.c b/gcc/testsuite/gcc.target/powerpc/ppu-intrinsics.c index 3d9afb2..8efaeab 100644 --- a/gcc/testsuite/gcc.target/powerpc/ppu-intrinsics.c +++ b/gcc/testsuite/gcc.target/powerpc/ppu-intrinsics.c @@ -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> |