aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/unsorted/comb.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/comb.c')
-rw-r--r--gcc/testsuite/gcc.c-torture/unsorted/comb.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/comb.c b/gcc/testsuite/gcc.c-torture/unsorted/comb.c
deleted file mode 100644
index a4689079b79..00000000000
--- a/gcc/testsuite/gcc.c-torture/unsorted/comb.c
+++ /dev/null
@@ -1,7 +0,0 @@
-foo (a, b)
-{
- int c = a & b;
- if ((a & b) == 0)
- return 0;
- return c;
-}