aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.target/xstormy16/data_below100/15_clr_b100w_bit_f.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.target/xstormy16/data_below100/15_clr_b100w_bit_f.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.target/xstormy16/data_below100/15_clr_b100w_bit_f.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.target/xstormy16/data_below100/15_clr_b100w_bit_f.c b/gcc-4.8.1/gcc/testsuite/gcc.target/xstormy16/data_below100/15_clr_b100w_bit_f.c
deleted file mode 100644
index 8046ee370..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.target/xstormy16/data_below100/15_clr_b100w_bit_f.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* { dg-options { -nostartfiles below100.o -Tbelow100.ld -O2 } } */
-/* { dg-final { scan-assembler "clr1 B100\\+1,#7" } } */
-
-char acDummy[0xf0] __attribute__ ((__BELOW100__));
-unsigned short B100 __attribute__ ((__BELOW100__)) = 0xedcb;
-unsigned short *p = &B100;
-
-void
-Do (void)
-{
- B100 &= ~0x8000;
-}
-
-int
-main (void)
-{
- Do ();
- return (*p == 0x6dcb) ? 0 : 1;
-}