Closed asl closed 1 week ago
p4c/backends/tofino/bf-p4c/parde/marshal.h:68:78: warning: all paths through this function will call itself [-Winfinite-recursion] inline JSONGenerator &operator<<(JSONGenerator &out, const MarshaledFrom &c) { return out << c; }
This should be fixed in https://github.com/p4lang/p4c/pull/5007.