* gcc.dg/tls/debug-1.c: New test.
From-SVN: r100743
This commit is contained in:
parent
fdbe66f28c
commit
34cbdf6704
2 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
4
gcc/testsuite/gcc.dg/tls/debug-1.c
Normal file
4
gcc/testsuite/gcc.dg/tls/debug-1.c
Normal file
|
@ -0,0 +1,4 @@
|
|||
/* { dg-do assemble } */
|
||||
/* { dg-options "-g" } */
|
||||
|
||||
__thread int i;
|
Loading…
Add table
Reference in a new issue