From a3e531ec34849e984c2208083ad4663d8632902e Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Fri, 21 Sep 2012 11:19:39 +0200 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/c-c++-common/torture/vector-compare-2.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4d1f9172c96..9616b891baa 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 45453e6b98d..628a6990348 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 -- 2.30.2