Files
rgbds/test/asm/shift.err
Rangi cee3d1c859 Add more test coverage for RGBASM (#1256)
This also fixes two bugs: `-1 >>> 32` was -1 not 0, and `macro_FreeArgs` should have been called but wasn't.
2023-11-29 15:16:05 -05:00

43 lines
2.1 KiB
Plaintext

warning: shift.asm(14) -> shift.asm::test(8): [-Wshift-amount]
Shifting left by large amount 32
warning: shift.asm(15) -> shift.asm::test(8): [-Wshift-amount]
Shifting left by large amount 9001
warning: shift.asm(17) -> shift.asm::test(8): [-Wshift-amount]
Shifting left by large amount 32
warning: shift.asm(18) -> shift.asm::test(8): [-Wshift-amount]
Shifting left by negative amount -9001
warning: shift.asm(20) -> shift.asm::test(8): [-Wshift]
Shifting right negative value -1
warning: shift.asm(21) -> shift.asm::test(8): [-Wshift]
Shifting right negative value -1
warning: shift.asm(21) -> shift.asm::test(8): [-Wshift-amount]
Shifting right by large amount 32
warning: shift.asm(22) -> shift.asm::test(8): [-Wshift]
Shifting right negative value -1
warning: shift.asm(22) -> shift.asm::test(8): [-Wshift-amount]
Shifting right by large amount 9001
warning: shift.asm(23) -> shift.asm::test(8): [-Wshift]
Shifting right negative value -4
warning: shift.asm(24) -> shift.asm::test(8): [-Wshift]
Shifting right negative value -4
warning: shift.asm(25) -> shift.asm::test(8): [-Wshift]
Shifting right negative value -1
warning: shift.asm(25) -> shift.asm::test(8): [-Wshift-amount]
Shifting right by negative amount -9001
warning: shift.asm(27) -> shift.asm::test(8): [-Wshift-amount]
Shifting left by negative amount -2
warning: shift.asm(28) -> shift.asm::test(8): [-Wshift-amount]
Shifting right by negative amount -2
warning: shift.asm(31) -> shift.asm::test(8): [-Wshift-amount]
Shifting right by negative amount -16
warning: shift.asm(32) -> shift.asm::test(8): [-Wshift-amount]
Shifting right by large amount 32
warning: shift.asm(33) -> shift.asm::test(8): [-Wshift-amount]
Shifting right by negative amount -32
warning: shift.asm(34) -> shift.asm::test(8): [-Wshift-amount]
Shifting right by large amount 32
warning: shift.asm(35) -> shift.asm::test(8): [-Wshift-amount]
Shifting right by negative amount -32
warning: shift.asm(37) -> shift.asm::test(8): [-Wshift]
Shifting right negative value -559038737