OSDN Git Service

Latest updates from FSF 4.7 branch
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / xstormy16 / data_below100 / 13_if0_b100b_bit_7.c
index 4914346..2a75934 100644 (file)
@@ -1,6 +1,4 @@
 /* { dg-options { -nostartfiles below100.o -Tbelow100.ld -O2 } } */
-/* { dg-final { scan-assembler "b\[np\] B100A,#7," } } */
-/* { dg-final { scan-assembler "b\[np\] B100B,#7," } } */
 
 char acDummy[0xf0] __attribute__ ((__BELOW100__));
 unsigned char B100A __attribute__ ((__BELOW100__)) = 0x34;
@@ -27,3 +25,6 @@ main (void)
 {
   return Do ()[0] == 'F';
 }
+
+/* { dg-final { scan-file "13_if0_b100b_bit_7.s" "b\[np\] B100A,#7," } } */
+/* { dg-final { scan-file "13_if0_b100b_bit_7.s" "b\[np\] B100B,#7," } } */