* gcc.dg/tls/debug-1.c: New test.

From-SVN: r100743
This commit is contained in:
Eric Botcazou 2005-06-08 07:07:30 +02:00 committed by Eric Botcazou
parent fdbe66f28c
commit 34cbdf6704
2 changed files with 8 additions and 0 deletions

View 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.

View file

@ -0,0 +1,4 @@
/* { dg-do assemble } */
/* { dg-options "-g" } */
__thread int i;