Error messages note when a symbol has been purged (#1453)

This commit is contained in:
Sylvie
2024-08-06 15:35:06 -04:00
committed by GitHub
parent fc8707886c
commit 7435630d6a
8 changed files with 55 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
warning: local-purge.asm(7): [-Wpurge]
Purging a label ".loc"
error: local-purge.asm(8):
Interpolated symbol ".loc" does not exist
Interpolated symbol ".loc" does not exist; it was purged
error: Assembly aborted (1 error)!

View File

@@ -1,5 +1,5 @@
warning: sym-collision.asm(20): [-Wpurge]
Purging a label "dork"
error: sym-collision.asm(25):
Interpolated symbol "dork" does not exist
Interpolated symbol "dork" does not exist; it was purged
error: Assembly aborted (1 error)!