From a67545fe511f9a3dc48f8d0ec6cf0117b2058d8c Mon Sep 17 00:00:00 2001 From: glisse Date: Fri, 21 Sep 2012 09:19:39 +0000 Subject: [PATCH] 2012-09-21 Marc Glisse PR c++/54427 * c-c++-common/torture/vector-compare-2.c: Add -w. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191604 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 4d1f917..9616b89 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 45453e6b..628a699 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.7.4