[AArch64] PR target/68129: Define TARGET_SUPPORTS_WIDE_INT
[official-gcc.git] / gcc / testsuite / gcc.dg / pr68129_1.c
blob112331e665dc8d6e6c661b3942799fec38be1deb
1 /* { dg-do compile } */
2 /* { dg-options "-O -fno-split-wide-types" } */
4 typedef int V __attribute__ ((vector_size (8 * sizeof (int))));
6 void
7 foo (V *p, V *q)
9 *p = (*p == *q);