aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/gcc.target/i386/pr54445-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/testsuite/gcc.target/i386/pr54445-2.c')
-rw-r--r--gcc-4.8/gcc/testsuite/gcc.target/i386/pr54445-2.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc-4.8/gcc/testsuite/gcc.target/i386/pr54445-2.c b/gcc-4.8/gcc/testsuite/gcc.target/i386/pr54445-2.c
deleted file mode 100644
index 5151c1328..000000000
--- a/gcc-4.8/gcc/testsuite/gcc.target/i386/pr54445-2.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/* { dg-do compile { target { *-*-linux* && { ! { ia32 } } } } } */
-/* { dg-options "-O2 -fno-pic" } */
-
-__thread unsigned char tls_array[64];
-
-unsigned char
-tls_array_lookup_with_negative_constant(long long int position) {
- return tls_array[position - 1];
-}
-
-/* { dg-final { scan-assembler "mov(b|zbl)\[ \t\](%fs:)?tls_array@tpoff-1\\(%" } } */