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
This commit is contained in:
parent
928f049082
commit
0f5700a732
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue