FRIDAY, APRIL 17, 2026
ada — Impact 6 / 10
Ada: Fix internal error on decimal literal with huge exponent
Addresses a compiler crash when processing decimal literals with extremely large exponents in Ada code.
The compiler would crash when processing a decimal literal with a huge exponent in Ada code. This commit adds checks to ensure the denominator is in range before converting it to an integer, preventing an internal error and resolving the crash.