Files
rgbds/test/asm/raw-string-symbol-errors.err

32 lines
1.2 KiB
Plaintext

warning: raw-string-symbol-errors.asm(7): [-Wobsolete]
Treating strings as numbers is deprecated
error: raw-string-symbol-errors.asm(7):
Strings as numbers must be a single charmap unit
error: raw-string-symbol-errors.asm(8):
'm' is not a numeric symbol
error: raw-string-symbol-errors.asm(11):
'n' is not a string symbol
error: raw-string-symbol-errors.asm(13):
'm' is not a string symbol
error: raw-string-symbol-errors.asm(14):
'u' is not a string symbol
warning: raw-string-symbol-errors.asm(17): [-Wobsolete]
Treating strings as numbers is deprecated
error: raw-string-symbol-errors.asm(17):
Strings as numbers must be a single charmap unit
error: raw-string-symbol-errors.asm(18):
'm' is not a numeric symbol
error: raw-string-symbol-errors.asm(19):
Expected constant expression: 'u' is not constant at assembly time
error: raw-string-symbol-errors.asm(21):
'n' is not a string symbol
error: raw-string-symbol-errors.asm(23):
'm' is not a string symbol
error: raw-string-symbol-errors.asm(24):
'u' is not a string symbol
error: raw-string-symbol-errors.asm(27):
Undefined symbol 's' was already purged
error: raw-string-symbol-errors.asm(29):
's' is not a string symbol
Assembly aborted with 13 errors!