From 9b7316d7091034a6e728dbe41ab1090754ebc8da Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 29 Feb 2012 09:14:52 +0100 Subject: [PATCH] * gcc.dg/torture/pr52402.c: Add -w -Wno-psabi to dg-options. From-SVN: r184653 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/torture/pr52402.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5ff3cd837ab..b04f0884472 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-02-29 Jakub Jelinek + + * gcc.dg/torture/pr52402.c: Add -w -Wno-psabi to dg-options. + 2012-02-29 Paul Thomas PR fortran/52386 diff --git a/gcc/testsuite/gcc.dg/torture/pr52402.c b/gcc/testsuite/gcc.dg/torture/pr52402.c index 5bd51fbdd48..bb481c7f5a3 100644 --- a/gcc/testsuite/gcc.dg/torture/pr52402.c +++ b/gcc/testsuite/gcc.dg/torture/pr52402.c @@ -1,4 +1,5 @@ /* { dg-do run } */ +/* { dg-options "-w -Wno-psabi" } */ typedef int v4si __attribute__((vector_size(16))); struct T { v4si i[2]; int j; } __attribute__((packed)); -- 2.30.2