As a benign extension common to other Fortran compilers,
accept BOZ literals in array constructors w/o explicit
types, treating them as integers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D103569
[flang] Accept BOZ in array constructors w/o types ClosedPublic Authored by klausler on Jun 2 2021, 5:06 PM.
Details Summary As a benign extension common to other Fortran compilers,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 2 2021, 8:20 PM Closed by commit rGe7a53f1e0472: [flang] Accept BOZ in array constructors w/o types (authored by klausler). · Explain WhyJun 3 2021, 1:37 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 349675 flang/docs/Extensions.md
flang/include/flang/Common/Fortran-features.h
flang/lib/Semantics/expression.cpp
|