Acknowledged
CIQQA-3628

The code 'var x = 3.4028235e38 * 2.0' crashes the compiler

1. New project

2. Put this code in "onStart"

       var y = 2.0 * 3.4028235e38;


3. Build project

Here are the compiler debug logs:

% java -Xms1g -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar "/Users/qlyoung/Library/Application Support/Garmin/ConnectIQ/Sdks/connectiq-sdk-mac-8.2.3-2025-08-11-cac5b3b21/bin/monkeybrains.jar" -o bin/bugs.prg -f /Users/qlyoung/Documents/projects/bugs/bugs/monkey.jungle -y <snip> -g --debug-log-level 3 -d descentg2_sim -w -l 0

WARNING: /Users/qlyoung/Documents/projects/bugs/bugs/manifest.xml: No supported languages are defined. Language-specific resources will be ignored unless language support is added to the manifest file.
WARNING: descentg2: The launcher icon (24x24) isn't compatible with the specified launcher icon size of the device 'descentg2' (60x60). The image will be scaled to the target size.
ERROR: descentg2: A critical error has occurred.


Expected result:

Either correct compilation or the compiler prints a diagnostic error message instead of crashing