Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / lto / 20081201-2_0.c
blobfd021eb1cd15cd9984e3f091dc2725c0278e9b8f
1 /* { dg-lto-options {{-O3 -flto -flto-partition=1to1}} } */
3 /* Test that cross-TU inlining works. */
5 extern void abort ();
6 extern void exit (int);
7 extern void *foo (void);
9 int
10 main ()
12 if (foo () != __builtin_return_address (0))
13 abort ();
15 exit (0);