diff options
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/macros/end.l | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/end.s | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gas/testsuite/gas/macros/end.l b/gas/testsuite/gas/macros/end.l index 1675ff8..ff5d452 100644 --- a/gas/testsuite/gas/macros/end.l +++ b/gas/testsuite/gas/macros/end.l @@ -1,3 +1,4 @@ .*: Assembler messages: .*:1: Warning: \.endm .* \.macro .*:2: Warning: \.endr .* (\.rept|\.irpc?).*(\.rept|\.irpc?).*(\.rept|\.irpc?) +.*:3: Error: negative count for REPT - ignored diff --git a/gas/testsuite/gas/macros/end.s b/gas/testsuite/gas/macros/end.s index 3a136c6..300b055 100644 --- a/gas/testsuite/gas/macros/end.s +++ b/gas/testsuite/gas/macros/end.s @@ -1,2 +1,5 @@ .endm .endr + .rept -1 + .endr + |