aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/unsorted/omit.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/omit.c')
-rw-r--r--gcc/testsuite/gcc.c-torture/unsorted/omit.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/omit.c b/gcc/testsuite/gcc.c-torture/unsorted/omit.c
deleted file mode 100644
index f59d6ee8f27..00000000000
--- a/gcc/testsuite/gcc.c-torture/unsorted/omit.c
+++ /dev/null
@@ -1,11 +0,0 @@
-omit (a, b)
- char a;
- char *b;
-{
- char x;
- int i;
- x = *b;
- b[1] = x;
- foo ((int)x);
- return x + 1;
-}