From 1bf20817d185cf152cc58efc4373b03e13a93314 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 6 Jul 1995 20:48:16 +0000 Subject: [PATCH] add trailing newline --- gas/testsuite/gas/arc/warn.s | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gas/testsuite/gas/arc/warn.s diff --git a/gas/testsuite/gas/arc/warn.s b/gas/testsuite/gas/arc/warn.s new file mode 100644 index 00000000000..6fcb43725fa --- /dev/null +++ b/gas/testsuite/gas/arc/warn.s @@ -0,0 +1,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: -- 2.30.2