Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr38240.c
blob99e875894d2fd8a00b4a64111cba1a5da946e758
1 /* { dg-do compile } */
2 /* { dg-options "-msse" } */
4 typedef float V
5 __attribute__ ((__vector_size__ (16), __may_alias__));
7 V __attribute__((target("sse"))) f(const V *ptr) { return *ptr; }
9 V g(const V *ptr) { return *ptr; }