2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr35771-1.c
blobc88241bcb97167f69535ccc80497dc778f2aed8b
1 /* { dg-do run { target i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-msse2" } */
4 typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__));
6 #define TYPE __m128
8 #include "pr35771.h"