summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/arc/warn.s
blob: 6fcb43725fae672bf84a44f62ecefb8794653728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; Test ARC specific assembler warnings
;
; { dg-do assemble { target arc-*-* } }

	b.d foo
	mov r0,256	; { dg-warning "8 byte instruction in delay slot" "8 byte insn in delay slot" }

	j.d foo		; { dg-warning "8 byte jump instruction with delay slot" "8 byte jump with delay slot" }
	mov r0,r1

	sub.f 0,r0,r2
	beq foo		; { dg-warning "conditional branch follows set of flags" "cc set/branch nop test" }

foo: