Check for overflow in fixed-point precision suffix (#1918)

Fixes #1917
This commit is contained in:
Rangi
2026-04-07 17:06:54 -04:00
committed by GitHub
parent bcff14b596
commit 9b4b4a581b
10 changed files with 60 additions and 36 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
error: Fractional width 99999999 too long, limiting to 255
at interpolation-overflow.asm(4)
warning: Precision of fixed-point constant is too large [-Wlarge-constant]
warning: Fixed-point constant has too many fractional digits [-Wlarge-constant]
at interpolation-overflow.asm(4)
while expanding symbol `x`
error: `\1` cannot be used outside of a macro