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] Correctly handle FP-suffixes on prefixed octals (#141230)
Fixes#141230.
Currently, prefixed octal literals used with floating-point suffixes are not
rejected, causing Clang crash.
This patch adds proper handling to reject invalid literals like `0o0.1` or
`0.0e1`.
No release note because this is fixing an issue with a new change.
0 commit comments