We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352c587 commit cda59e9Copy full SHA for cda59e9
STATUS.md
@@ -131,6 +131,9 @@ The OpenCoarrays team offers contract development and support for making compile
131
* `co_reduce` only supports arguments of intrinsic type.
132
* No support for type finalization or allocatable components of derived-type coarrays
133
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.
137
<a name="compiler-issues-intel">
138
* **Intel** (ifort)</a>
139
* Supported via the [opencoarrays module] only.
0 commit comments