No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / tls / alpha-1.c
blob1d15cb1681cbc1a8f83c65906999dfd795280ae2
1 /* Make sure that we honor initial-exec. */
2 /* { dg-do compile { target alpha*-*-* } } */
3 /* { dg-options "" } */
4 /* { dg-require-effective-target tls } */
6 static __thread int xyzzy __attribute__ ((tls_model ("initial-exec")));
7 int foo(void) { return xyzzy; }
9 /* { dg-final { scan-assembler "gottprel" } } */
10 /* { dg-final { scan-assembler-not "tprel(lo|hi|16)" } } */