Commit 173be466 by Georg-Johann Lay Committed by Georg-Johann Lay

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

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

From-SVN: r184894
parent 9bcf7121
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>
......
/* { 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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment