Add -B/--backtrace option to RGBASM and RGBLINK (#1787)

This commit is contained in:
Rangi
2025-08-11 14:30:14 -04:00
committed by GitHub
parent 92a9c73ee7
commit 5f8b7474b4
303 changed files with 2729 additions and 2409 deletions

View File

@@ -1,20 +1,20 @@
warning: strslice.asm(14) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
STRSLICE: Start index 4 is past the end of the string
warning: strslice.asm(15) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
STRSLICE: Index starts at 0
warning: strslice.asm(18) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
STRSLICE: Stop index 31 is past the end of the string
warning: strslice.asm(19) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
STRSLICE: Stop index 300 is past the end of the string
warning: strslice.asm(20) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
STRSLICE: Index starts at 0
warning: strslice.asm(20) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
STRSLICE: Stop index 300 is past the end of the string
warning: strslice.asm(22) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
STRSLICE: Start index 4 is past the end of the string
warning: strslice.asm(22) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
STRSLICE: Stop index 4 is past the end of the string
warning: strslice.asm(23) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
STRSLICE: Stop index 4 is past the end of the string
warning: strslice.asm(26) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
STRSLICE: Stop index 12 is past the end of the string
warning: STRSLICE: Start index 4 is past the end of the string [-Wbuiltin-args]
at strslice.asm::xstrslice(2) <- strslice.asm(14)
warning: STRSLICE: Index starts at 0 [-Wbuiltin-args]
at strslice.asm::xstrslice(2) <- strslice.asm(15)
warning: STRSLICE: Stop index 31 is past the end of the string [-Wbuiltin-args]
at strslice.asm::xstrslice(2) <- strslice.asm(18)
warning: STRSLICE: Stop index 300 is past the end of the string [-Wbuiltin-args]
at strslice.asm::xstrslice(2) <- strslice.asm(19)
warning: STRSLICE: Index starts at 0 [-Wbuiltin-args]
at strslice.asm::xstrslice(2) <- strslice.asm(20)
warning: STRSLICE: Stop index 300 is past the end of the string [-Wbuiltin-args]
at strslice.asm::xstrslice(2) <- strslice.asm(20)
warning: STRSLICE: Start index 4 is past the end of the string [-Wbuiltin-args]
at strslice.asm::xstrslice(2) <- strslice.asm(22)
warning: STRSLICE: Stop index 4 is past the end of the string [-Wbuiltin-args]
at strslice.asm::xstrslice(2) <- strslice.asm(22)
warning: STRSLICE: Stop index 4 is past the end of the string [-Wbuiltin-args]
at strslice.asm::xstrslice(2) <- strslice.asm(23)
warning: STRSLICE: Stop index 12 is past the end of the string [-Wbuiltin-args]
at strslice.asm::xstrslice(2) <- strslice.asm(26)