aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/lto/20081201-2_0.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/lto/20081201-2_0.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/lto/20081201-2_0.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/lto/20081201-2_0.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/lto/20081201-2_0.c
deleted file mode 100644
index fd021eb1c..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/lto/20081201-2_0.c
+++ /dev/null
@@ -1,16 +0,0 @@
-/* { dg-lto-options {{-O3 -flto -flto-partition=1to1}} } */
-
-/* Test that cross-TU inlining works. */
-
-extern void abort ();
-extern void exit (int);
-extern void *foo (void);
-
-int
-main ()
-{
- if (foo () != __builtin_return_address (0))
- abort ();
-
- exit (0);
-}