2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr68018.c
blob04929c6c13c2a2a111969d02f4ffc60a0c279545
1 /* { dg-do compile { target { *-*-linux* && lp64 } } } */
2 /* { dg-options "-O -mabi=ms -mstackrealign" } */
4 typedef float V __attribute__ ((vector_size (16)));
6 int fn1 (V * x)
8 V a = *x;
9 return a[0];