Skip to content

[flang][doc] Update some F2023 status. #151165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions flang/docs/FortranStandardsSupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ status of all important Fortran 2023 features. The table entries are based on th
| Conditional expressions and arguments | N | |
| More use of boz constants | P | All usages other than enum are supported |
| Intrinsics for extracting tokens from a string | N | |
| Intrinsics for Trig functions that work in degrees | N | |
| Intrinsics for Trig functions that work in half revolutions| N | |
| Intrinsics for Trig functions that work in degrees | Y | |
| Intrinsics for Trig functions that work in half revolutions| Y | |
| Changes to system_clock | N | |
| Changes for conformance with the new IEEE standard | Y | |
| Additional named constants to specify kinds | Y | |
| Extensions for c_f_pointer intrinsic | N | |
| Extensions for c_f_pointer intrinsic | Y | |
| Procedures for converting between fortran and c strings | N | |
| The at edit descriptor | N | |
| Control over leading zeros in output of real values | N | |
Expand Down
Loading