Skip to content

Commit f7cfe04

Browse files
authored
Merge pull request #23 from sourceryinstitute/doc-compiler-test-description
doc(README): update description of compiler tests
2 parents c2a71d3 + 22c0986 commit f7cfe04

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ Compiler Status
6060
---------------
6161
Correct execution of the Reference Counter library code requires comprehensive
6262
compiler support for Fortran's type finalization semantics. The unit test suite
63-
includes language standard-conformance tests that verify correct compiler behavior
64-
across a few common use cases. The table below summarizes the observes compiler
65-
behaviors:
63+
includes compiler standard-conformance tests. We have attempted to include at least
64+
one example of each scenario in which the Fortran 2018 standard requires compilers
65+
to finalize objects. The table below summarizes the observed compiler behaviors:
6666

6767
| _Compiler_ | _Test failures_ | _Version tested_ |
6868
| :--- | :---: | :--- |
@@ -72,10 +72,6 @@ behaviors:
7272
| NVIDIA | Fails to build (ICE) | `nvfortran` 2022.2 |
7373
| AMD | Fails to build (ICE) | `flang` 13.0.0 (AOCC_3.2.0-Build\#128 2021\_11\_12) |
7474

75-
The current compiler tests are based on early user feedback and are therefore
76-
_ad hoc_ with no attempt at being exhaustive. Please submit an issue if you
77-
encounter unexpected behavior in a use case not covered in the test suite or
78-
you can provide test results for additional compilers.
7975

8076
Downloading, Building, and Testing
8177
----------------------------------

0 commit comments

Comments
 (0)