diff --git a/flang/docs/FortranStandardsSupport.md b/flang/docs/FortranStandardsSupport.md index 51f03e164523e..b92a5719a5c97 100644 --- a/flang/docs/FortranStandardsSupport.md +++ b/flang/docs/FortranStandardsSupport.md @@ -57,7 +57,7 @@ status of all important Fortran 2023 features. The table entries are based on th | Using integer arrays to specify subscripts | N | | | Using integer arrays to specify rank and bound of an array | N | | | Using an integer constant to specify rank | Y | | -| Reduction specifier for do concurrent | P | Syntax is accepted | +| Reduction specifier for do concurrent | P | | | Enumerations | N | | ## Fortran 2018 @@ -87,7 +87,7 @@ All features except those listed in the following table are supported. | Feature | Status | Comments | |------------------------------------------------------------|--------|---------------------------------------------------------| -| do concurrent | P | Sequential execution works. Parallel support in progress| +| do concurrent | Y | See [Do Concurrent Conversion To OpenMP](DoConcurrentConversionToOpenMP.md) for inplementation details.| | Internal procedure as an actual argument or pointer target | Y | Current implementation requires stack to be executable. See [FAQ](FAQ.md#why-do-i-get-a-warning-or-an-error-about-an-executable-stack) and [Proposal](InternalProcedureTrampolines.md) | | Intrinsic functions this_image, num_images | P | Experimental support via [PRIF](ParallelMultiImageFortranRuntime.md) | | Sync all, sync images, sync memory statements | P | Experimental support via [PRIF](ParallelMultiImageFortranRuntime.md) |