mirror of git://gcc.gnu.org/git/gcc.git
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
|
|
@ -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>
|
2010-07-06 Tobias Burnus <burnus@net-b.de>
|
||||||
|
|
||||||
PR fortran/44742
|
PR fortran/44742
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* { dg-do link { target { *-*-linux* && powerpc_fprs } } } */
|
/* { 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>. */
|
/* Test some PPU intrinsics from <ppu_intrinsics.h>. */
|
||||||
|
|
||||||
#include <ppu_intrinsics.h>
|
#include <ppu_intrinsics.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue