* gcc.dg/tls/debug-1.c: New test.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Wed, 8 Jun 2005 05:07:30 +0000 (07:07 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 8 Jun 2005 05:07:30 +0000 (05:07 +0000)
From-SVN: r100743

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tls/debug-1.c [new file with mode: 0644]

index 852c61d7d0f75e050eb97822c58452c5a6af5f67..224d3ae90408884de9b92c62ec2d00c782f92c72 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gcc.dg/tls/debug-1.c: New test.
+
 2005-06-07  Dale Johannesen  <dalej@apple.com>
 
        * gcc.target/i386/movq.c:  New.
diff --git a/gcc/testsuite/gcc.dg/tls/debug-1.c b/gcc/testsuite/gcc.dg/tls/debug-1.c
new file mode 100644 (file)
index 0000000..719f064
--- /dev/null
@@ -0,0 +1,4 @@
+/* { dg-do assemble } */
+/* { dg-options "-g" } */
+
+__thread int i;