Skip to content

Commit cda59e9

Browse files
committed
Added note about GFortran optimization bug
More context in #28 Signed-off-by: Izaak Beekman <[email protected]> (cherry picked from commit 7f87684)
1 parent 352c587 commit cda59e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

STATUS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ The OpenCoarrays team offers contract development and support for making compile
131131
* `co_reduce` only supports arguments of intrinsic type.
132132
* No support for type finalization or allocatable components of derived-type coarrays
133133
passed to the collective subroutines (e.g., `co_sum`, `co_reduce`, etc.).
134+
* Optimization levels other than -O0 introduce correctness errors
135+
in the compiled binaries. A patch has been submitted by @afanfa
136+
to the GFortran team. See #28 for some more context.
134137
<a name="compiler-issues-intel">
135138
* **Intel** (ifort)</a>
136139
* Supported via the [opencoarrays module] only.

0 commit comments

Comments
 (0)