[flang-commits] [PATCH] D123927: [flang] Do not ICE on recursive function definition in function result

Daniil Dudkin via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Apr 20 01:42:52 PDT 2022


unterumarmung added inline comments.


================
Comment at: flang/include/flang/Semantics/symbol.h:691
 
+  static constexpr int startRecursionDepth = 100;
+
----------------
klausler wrote:
> Braced initialization, please.
Oops..
Done!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123927/new/

https://reviews.llvm.org/D123927



More information about the flang-commits mailing list