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
{{ message }}
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
According to the grammar in 6.4.4.2, hexadecimal floating constants require a binary exponent (p). A binary exponent of 0 is used to bypass this restriction. Not sure if it's anything we should worry about because we are less restrictive than the C standard.
Ah, you could mention it in you IMPLEMENTATION_DEFINED.md section. Or it's probably fine to just leave it off- I just noticed this as I was exploring parse_num for the big migration (and I doubt most users will be digging that deep).
According to the grammar in 6.4.4.2, hexadecimal floating constants require a binary exponent (
p
). A binary exponent of 0 is used to bypass this restriction. Not sure if it's anything we should worry about because we are less restrictive than the C standard.Code Example
Expected Compilation Error (clang)
Actual Behavior: no error with output
The text was updated successfully, but these errors were encountered: