[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


================
@@ -279,6 +340,14 @@ void ArraySpecAnalyzer::Analyze(const parser::ExplicitShapeSpec &x) {
   MakeExplicit(std::get<std::optional<parser::SpecificationExpr>>(x.t),
       std::get<parser::SpecificationExpr>(x.t));
 }
+
+void ArraySpecAnalyzer::Analyze(const parser::ExplicitShapeBoundsSpec &x) {
+  context_.Say("TODO: Analyze overload for ExplicitShapeBoundsSpec"_err_en_US);
----------------
akuhlens wrote:

This should be `"..."_todo_en_US`.

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


More information about the flang-commits mailing list