OSDN Git Service

libjava:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / lto / 20090210_0.c
1 /* { dg-lto-do run }  */
2 /* { dg-suppress-ld-options {-fPIC} }  */
3 /* { dg-require-effective-target tls } */
4 /* { dg-extra-ld-options "-pthread" { target *-*-solaris2.[89] } } */
5 int foo (int x)
6 {
7   return x;
8 }