phiopt: Fix VCE moving by rewriting it into cast [PR116098]
[official-gcc.git] / gcc / testsuite / gcc.target / m68k / tls-dimode.c
blob0bc59cd1d92f8c0cec22a688cdce963ad6bd33e3
1 /* { dg-do compile } */
2 /* { dg-skip-if "" { ! *-linux-* } } */
3 /* { dg-options "-w -O2" } */
5 __thread long long ti;
7 void f (void)
9 ti++;
12 void g (long long x)
14 ti = x;