[flang-commits] [flang] [flang] Add parser support for explicit-shape-bounds-spec (PR #188447)

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Wed Apr 15 15:55:05 PDT 2026


================
@@ -571,6 +571,9 @@ class UnparseVisitor {
     common::visit(
         common::visitors{
             [&](const std::list<ExplicitShapeSpec> &y) { Walk(y, ","); },
+            [&](const ExplicitShapeBoundsSpec &y) {
+              /*TODO: unreachable until after semantic analysis is done */
----------------
eugeneepshteyn wrote:

The other PRs have this implementation, right? Are you going to turn your PRs into stacked PRs?

https://github.com/llvm/llvm-project/pull/188447


More information about the flang-commits mailing list