[flang-commits] [flang] [flang][openacc] Ignore bare acc routine in module subprogram part instead of erroring out (PR #205450)

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Thu Jun 25 09:05:44 PDT 2026


================
@@ -232,9 +232,16 @@ std::optional<ProgramTree> ProgramTree::Build(
   return std::nullopt;
 }
 
+std::optional<ProgramTree> ProgramTree::Build(
----------------
eugeneepshteyn wrote:

Is this necessary now? If not, I strongly recommend removing it.

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


More information about the flang-commits mailing list