blob: 6a3568754b3aa4a4941bd484acb680e5a82e9f0e [file] [log] [blame]
/* { dg-do compile } */
typedef float V
__attribute__ ((__vector_size__ (16), __may_alias__));
V __attribute__((target("sse"))) f(const V *ptr) { return *ptr; }
V g(const V *ptr) { return *ptr; }