Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / sh / err-1.s
1 ! { dg-do assemble }
2
3 ! Check that errors are emitted, with no crashes, when an external symbol
4 ! is referenced in a conditional or unconditional branch.
5 start:
6         nop
7         bt externsym1   ! { dg-error "undefined symbol" }
8         nop
9         bra externsym2  ! { dg-error "undefined symbol" }
10         nop
11