* gas/cris/*: New tests for CRIS.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / branch-warn-2.s
1 ; Test warning for expansion of branches.
2 ; FIXME: Warnings currently have the line number of the last
3 ; line, which is not really good.
4
5 ; { dg-do assemble { target cris-*-* } }
6 ; { dg-options "-N" }
7
8 .text
9 start:
10 ba long_forward ; { dg-warning "32-bit conditional branch generated" "" { target cris-*-* } { 13 } }
11 .space 32768,0
12 long_forward:
13 nop
This page took 0.030092 seconds and 4 git commands to generate.