aarch64/testsuite: Fix if-compare_2.c for removing vcond{,u,eq} patterns [PR116041]
[official-gcc.git] / gcc / testsuite / g++.dg / ext / vector16.C
blob7964a881f4a367e0cf41ca337be76805a934e08a
1 /* { dg-do compile } */
2 #define vector __attribute__((vector_size(4*sizeof(int)) ))
4 vector int a, b, c;
7 /* Test that remainder works for vectors. */
8 void f(void)
10   a = b % c;