URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [sh/] [err-1.s] - Rev 38
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do assemble } ! Check that errors are emitted, with no crashes, when an external symbol ! is referenced in a conditional or unconditional branch. start: nop bt externsym1 ! { dg-error "undefined symbol" } nop bra externsym2 ! { dg-error "undefined symbol" } nop
Go to most recent revision | Compare with Previous | Blame | View Log