[all-commits] [llvm/llvm-project] 131bc0: [C99] Claim partial conformance to IEC 60559 support
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Fri Jun 21 10:33:30 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 131bc0390dba1bc21fb8af8e5e8afa78a17d39b9
https://github.com/llvm/llvm-project/commit/131bc0390dba1bc21fb8af8e5e8afa78a17d39b9
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2024-06-21 (Fri, 21 Jun 2024)
Changed paths:
M clang/www/c_status.html
Log Message:
-----------
[C99] Claim partial conformance to IEC 60559 support
We intend to support Annex F but there are edge cases we don't handle
properly, such as raising an "invalid" exception when converting some
floating-point values to integers.
This does not add any test coverage as full conformance would require
sufficiently extensive testing that we should consider getting a
third-party test suite such as the one from http://tybor.com/
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list