[backport from gcc-4.7.0 r184653 ] gcc/testsuite/ 2012-02-29 Jakub Jelinek * gcc.dg/torture/pr52402.c: Add -w -Wno-psabi to dg-options. --- gcc-4.6.3/gcc/testsuite/gcc.dg/torture/pr52402.c.~1~ 2012-06-22 17:12:39.000000000 +0200 +++ gcc-4.6.3/gcc/testsuite/gcc.dg/torture/pr52402.c 2012-06-22 17:12:50.000000000 +0200 @@ -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));