Closed DanielCChen closed 14 hours ago
@llvm/issue-subscribers-bug
Author: Daniel Chen (DanielCChen)
@llvm/issue-subscribers-flang-frontend
Author: Daniel Chen (DanielCChen)
Yes, that's conforming usage. EDIT: no, it's not, see below.
Correction: it's not conforming in the context of an entity-decl; see F'2023 R803. But it seems like an extension worth supporting for portability reasons.
Correction: it's not conforming in the context of an entity-decl; see F'2023 R803. But it seems like an extension worth supporting for portability reasons.
Yeah. You are right. The array-spec
should following the object name. Thanks for adding the extension.
Flang failed to compile the following code
gfortran issues an error also. XLF and ifort both compile it successfully. The code seems standard conforming to me.