aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/lto/20090210_0.c
blob: ce9dfac10956d0570fbc31dd61f66d47d5f2fc7b (plain)
1
2
3
4
5
6
7
8
9
/* { dg-lto-do run }  */
/* { dg-require-effective-target fpic } */
/* { dg-suppress-ld-options {-fPIC} }  */
/* { dg-require-effective-target tls_runtime } */
/* { dg-extra-ld-options "-pthread" { target *-*-solaris2.9 } } */
int foo (int x)
{
  return x;
}