You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
omarsy
changed the title
Incorrect Handling of Constant math.MaxFloat64 to float32 Conversion in Gno
Incorrect Handling of Constant Conversion (math.MaxFloat64 to float32 )
Jan 13, 2025
Description
The following code compiles and executes successfully, but it should fail during compilation:
Expected Behavior
This code should fail at compile time with the following error (consistent with Go's behavior):
Actual Behavior
The code compiles successfully and returns
+Inf
when executed.The text was updated successfully, but these errors were encountered: