File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ Compiler Status
6060---------------
6161Correct execution of the Reference Counter library code requires comprehensive
6262compiler 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
8076Downloading, Building, and Testing
8177----------------------------------
You can’t perform that action at this time.
0 commit comments