OSDN Git Service

* g++.dg/lto/20091002-1_0.C: Use "dg-require-effective-target fpic".
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / lto / 20081123_0.C
1 // { dg-lto-do link }
2 // { dg-require-effective-target fpic }
3 // { dg-lto-options {{-flto -flto-partition=1to1 -r -nostdlib -fPIC}} }
4
5 int
6 f(void)
7 {
8   return 0;
9 }