Skip to content

Commit 666ec47

Browse files
authored
Merge pull request #43 from sourceryinstitute/update-readme-1
doc(README.md): fix notes
2 parents 09f75c4 + 0217001 commit 666ec47

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,12 @@ summarizes the observed compiler behaviors:
7272
| NVIDIA | 2 | `nvfortran` 22.7-0 |
7373
| Cray | 3 | `ftn` 13.0.1 |
7474
| GCC | 6 | `gfortran` 12.2.0 |
75-
| AMD | Fails to build [1] | `flang` 13.0.0 (AOCC_3.2.0-Build\#128 2021\_11\_12) |
76-
| LLVM | Fails to build [2] | `git` commit `f5253058144aca1e9fcacd` (9/20/2022) |
75+
| AMD | N.A. (see Note 1.) | `flang` 13.0.0 (AOCC_3.2.0-Build\#128 2021\_11\_12) |
76+
| LLVM | N.A. (see Note 2.) | `git` commit `f5253058144aca1e9fcacd` (9/20/2022)
7777

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

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

0 commit comments

Comments
 (0)