aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/pointer-arith-9.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/pointer-arith-9.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/pointer-arith-9.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/pointer-arith-9.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/pointer-arith-9.c
deleted file mode 100644
index 2d2611272..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/pointer-arith-9.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/* { dg-do compile } */
-/* { dg-options "" } */
-
-void *foo(void)
-{
- return (void *)0 - 1;
-}