[PR81647][AARCH64] Fix handling of Unordered Comparisons in aarch64-simd.md
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / pr78382.c
blobfebe7bc8d0add8b608a81cac804c516e8a44d9de
1 /* { dg-require-effective-target fpic } */
2 /* { dg-options "-mtls-dialect=trad -fpic" } */
4 __thread int abc;
5 void
6 foo ()
8 int *p;
9 p = &abc;