* gcc.dg/torture/pr52402.c: Add -w -Wno-psabi to dg-options.

From-SVN: r184653
This commit is contained in:
Jakub Jelinek 2012-02-29 09:14:52 +01:00 committed by Jakub Jelinek
parent bf743fc408
commit 9b7316d709
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-02-29 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/torture/pr52402.c: Add -w -Wno-psabi to dg-options.
2012-02-29 Paul Thomas <pault@gcc.gnu.org>
PR fortran/52386

View File

@ -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));