Skip to content
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

doc(README.md): fix notes #43

Merged
merged 1 commit into from
Sep 26, 2022
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
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,12 @@ summarizes the observed compiler behaviors:
| NVIDIA | 2 | `nvfortran` 22.7-0 |
| Cray | 3 | `ftn` 13.0.1 |
| GCC | 6 | `gfortran` 12.2.0 |
| AMD | Fails to build [1] | `flang` 13.0.0 (AOCC_3.2.0-Build\#128 2021\_11\_12) |
| LLVM | Fails to build [2] | `git` commit `f5253058144aca1e9fcacd` (9/20/2022) |
| AMD | N.A. (see Note 1.) | `flang` 13.0.0 (AOCC_3.2.0-Build\#128 2021\_11\_12) |
| LLVM | N.A. (see Note 2.) | `git` commit `f5253058144aca1e9fcacd` (9/20/2022)

[1] Internal compiler error (ICE).
[2] Type finalization not yet supported.
**Notes**
1. Fails to build due to an internal compiler error (ICE).
2. Fails to build due to type finalization not yet being supported.

See the [test suite README.md](./test/README.md) for more details on each compiler's test
results.
Expand Down