summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/arc/warn.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/arc/warn.s')
-rw-r--r--gas/testsuite/gas/arc/warn.s14
1 files changed, 0 insertions, 14 deletions
diff --git a/gas/testsuite/gas/arc/warn.s b/gas/testsuite/gas/arc/warn.s
deleted file mode 100644
index 6fcb43725fa..00000000000
--- a/gas/testsuite/gas/arc/warn.s
+++ /dev/null
@@ -1,14 +0,0 @@
-; 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: