* gas/cris/*: New tests for CRIS.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / branch-warn-2.s
CommitLineData
a471a06b
HPN
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
9start:
10 ba long_forward ; { dg-warning "32-bit conditional branch generated" "" { target cris-*-* } { 13 } }
11 .space 32768,0
12long_forward:
13 nop
This page took 0.02378 seconds and 4 git commands to generate.