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
[C2y] Handle FP-suffixes on prefixed octals (#141230)
Fixes#141230.
Prefixed octal literals crash in combination with floating-point
suffixes instead of rejecting them.
This adds proper handling to reject literals such as `0o0.` or `0.0e1`.
No release note because this is fixing an issue with a new change.
0 commit comments