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
Meanwhile, wchar_t const *abc = L"abc" works as expected. I'm aware that wide character support is still a work in progress (#26), but this specific problem looks like it might point to some deeper issues.
The text was updated successfully, but these errors were encountered:
We were previously at 2.5.2. Quoting the NEWS from upstream:
Version 2.6.1:
- ensured compatibility from Coq 8.4 to 8.8
Version 2.6.0:
- ensured compatibility from Coq 8.4 to 8.7
- removed some hypotheses on some lemmas of Fcore_ulp
- added lemmas to Fprop_plus_error
- improved examples
Also: in preparation for Coq 8.8, silence warning "compatibility-notation"
when building Flocq, because this warning is on by default in 8.8,
and Flocq triggers it a lot.
With CompCert 2.5, I've found that
is somehow treated as
Meanwhile,
wchar_t const *abc = L"abc"
works as expected. I'm aware that wide character support is still a work in progress (#26), but this specific problem looks like it might point to some deeper issues.The text was updated successfully, but these errors were encountered: