summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/aarch64/pr78382.c
blob: febe7bc8d0add8b608a81cac804c516e8a44d9de (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-require-effective-target fpic } */
/* { dg-options "-mtls-dialect=trad -fpic" } */

__thread int abc;
void
foo ()
{
  int *p;
  p = &abc;
}