aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/unsorted/shand.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/shand.c')
-rw-r--r--gcc/testsuite/gcc.c-torture/unsorted/shand.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/shand.c b/gcc/testsuite/gcc.c-torture/unsorted/shand.c
deleted file mode 100644
index 5a401961355..00000000000
--- a/gcc/testsuite/gcc.c-torture/unsorted/shand.c
+++ /dev/null
@@ -1,11 +0,0 @@
-int
-foo (x, c)
- int x;
-{
- return x >> 24 & 0xff;
-}
-
-bar (x)
-{
- return (int)(x & 0xfffff) << 13;
-}