Commit d961d1de by Jakub Jelinek Committed by Jakub Jelinek

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

From-SVN: r155286
parent 861de21e
2009-12-16 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/debug/tls-1.c: New test.
2009-12-15 Jason Merrill <jason@redhat.com>
PR c++/42358
......
/* Test that optimized out __thread var doesn't have its location
referenced in debug info. */
/* { dg-do link } */
/* { dg-options "-O2" } */
/* { dg-require-effective-target tls } */
static __thread int vara;
int
foo (int b)
{
return vara + b;
}
int
main (void)
{
return foo (0);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment