2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr70050.c
blobec6834ddd23de443bc05d3aa5c59e3ba1bcc2889
1 /* PR middle-end/70050 */
2 /* { dg-do compile } */
3 /* { dg-options "-w -Wno-psabi" } */
5 typedef int v8si __attribute__ ((vector_size (32)));
7 v8si
8 foo (v8si v)
10 return v %= -v;