Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / tls.c
blob3d479d8e48f38a2ab105f76bcda31f8fe6004071
1 /* { dg-do compile } */
2 /* { dg-options "-O3" } */
4 #include "tls.h"
6 /* foo must use the initial-exec model, foostatic must use the local-exec
7 model. */
9 /* { dg-final { scan-assembler-times {\tear} 4 { target lp64 } } } */
10 /* { dg-final { scan-assembler-times {\tear} 2 { target { ! lp64 } } } } */