From: Marc Glisse Date: Fri, 21 Sep 2012 09:19:39 +0000 (+0200) Subject: re PR c++/54427 (Expose more vector extensions) X-Git-Tag: misc/gccgo-go1_1_2~710 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3e531ec34849e984c2208083ad4663d8632902e;p=thirdparty%2Fgcc.git re PR c++/54427 (Expose more vector extensions) 2012-09-21 Marc Glisse PR c++/54427 * c-c++-common/torture/vector-compare-2.c: Add -w. From-SVN: r191604 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4d1f9172c964..9616b891baaf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-09-21 Marc Glisse + + PR c++/54427 + * c-c++-common/torture/vector-compare-2.c: Add -w. + 2012-09-20 Eric Botcazou * gnat.dg/opt20.ads: Move dg directive to... diff --git a/gcc/testsuite/c-c++-common/torture/vector-compare-2.c b/gcc/testsuite/c-c++-common/torture/vector-compare-2.c index 45453e6b98dc..628a69903481 100644 --- a/gcc/testsuite/c-c++-common/torture/vector-compare-2.c +++ b/gcc/testsuite/c-c++-common/torture/vector-compare-2.c @@ -1,5 +1,5 @@ /* { dg-do run } */ -/* { dg-options "-Wno-psabi" } */ +/* { dg-options "-Wno-psabi -w" } */ #define vector(elcount, type) \ __attribute__((vector_size((elcount)*sizeof(type)))) type