Skip to content

Commit c4a866a

Browse files
author
Damian Rouson
committed
Doc fix: update Known Issues section in STATUS.md
1 parent 421e661 commit c4a866a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

STATUS.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,13 @@ Known Issues
134134
access as in `coarray(:,:)[i]%comp`.
135135
* An internal compiler error (ICE) occurs with non-allocatable, polymorphic coarrays
136136
in `associate` or `select type` statements.
137-
* `co_reduce` with GCC 5 and 6 requires patches committed on 17 July 2015 and will
138-
work with the GCC 5.3.0 and 6.1.0 releases.
137+
* `co_reduce` requires GCC 5.4.0 or later.
139138
* `co_reduce` only supports arguments of intrinsic type.
139+
* Proper execution of `stop` when `this_image()>1` requires GCC 5.4.0 or later.
140140
* No support for type finalization or allocatable components of derived-type coarrays
141141
passed to the collective subroutines (e.g., `co_sum`, `co_reduce`, etc.).
142-
* Optimization levels other than `-O0` introduce correctness errors
143-
in the compiled binaries. A patch has been submitted by @afanfa
144-
to the GFortran team. See #28 for some more context.
142+
* Optimization levels other than `-O0` require GCC 5.3.0 or later.
143+
* Using `stop` to halt an individual image without halting all images requires GCC 5.4.0 or later.
145144
<a name="compiler-issues-intel">
146145
* **Intel** (ifort)</a>
147146
* Supported via the [opencoarrays module] only.

0 commit comments

Comments
 (0)