[flang-commits] [flang] [flang] Add parser support for explicit-shape-bounds-spec (PR #188447)
Andre Kuhlenschmidt via flang-commits
flang-commits at lists.llvm.org
Mon Apr 27 15:52:05 PDT 2026
================
@@ -571,6 +571,9 @@ class UnparseVisitor {
common::visit(
common::visitors{
[&](const std::list<ExplicitShapeSpec> &y) { Walk(y, ","); },
+ [&](const ExplicitShapeBoundsSpec &y) {
----------------
akuhlens wrote:
`llvm_unreachable()`
https://github.com/llvm/llvm-project/pull/188447
More information about the flang-commits
mailing list