blob: 04929c6c13c2a2a111969d02f4ffc60a0c279545 [file] [log] [blame]
/* { dg-do compile { target { *-*-linux* && lp64 } } } */
/* { dg-options "-O -mabi=ms -mstackrealign" } */
typedef float V __attribute__ ((vector_size (16)));
int fn1 (V * x)
{
V a = *x;
return a[0];
}