pr52402.c: Add dg-require-effective-target

* gcc.dg/torture/pr52402.c: Add dg-require-effective-target

From-SVN: r184894
This commit is contained in:
Georg-Johann Lay 2012-03-04 20:56:34 +00:00 committed by Georg-Johann Lay
parent 9bcf7121b6
commit 173be4663d
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
2012-03-04 Georg-Johann Lay <avr@gjlay.de>
* gcc.dg/debug/dwarf2/pr49871.c: Add dg-require-effective-target
* gcc.dg/torture/pr52402.c: Add dg-require-effective-target
int32plus.
2012-03-03 Jason Merrill <jason@redhat.com>

View File

@ -1,5 +1,6 @@
/* { dg-do run } */
/* { dg-options "-w -Wno-psabi" } */
/* { dg-require-effective-target int32plus } */
typedef int v4si __attribute__((vector_size(16)));
struct T { v4si i[2]; int j; } __attribute__((packed));