aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/lto/ipacp_1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/lto/ipacp_1.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/lto/ipacp_1.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/lto/ipacp_1.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/lto/ipacp_1.c
deleted file mode 100644
index 69c1ec6e9..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/lto/ipacp_1.c
+++ /dev/null
@@ -1,12 +0,0 @@
-void abort (void);
-extern int a;
-
-__attribute__ ((noinline))
-void
-clone_me (int *ptr)
-{
- if (ptr != &a)
- abort ();
- if (!__builtin_constant_p (ptr != &a))
- abort ();
-}