Merge from mainline (151362:151806)
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / lto / 20090303_0.C
blobf6d5512e12397569e4a57d870901f8d084f2fd87
1 /* { dg-lto-do run } */
2 /* { dg-lto-options {{-fwhopr -fPIC}} } */
3 /* { dg-suppress-ld-options {-fPIC} }  */
4 void foobar(int *, int* __x)    ;
5 int test_ints[30];
6 int j;
8 void foobar (int *x, int *y)
10   *x = *y = 0;
13 void Test() {
14  int int_set_;
15  foobar (&int_set_, &test_ints[j]);
17 main()
19   Test();
20   return 0;