Since the #1941 parser hardening, t27c gen-verilog specs/fpga/mac.t27 fails: parse error in fn 'pack_trit' near line 107: Unexpected token in expression: LBrace at 107:53. Previously this statement was silently DROPPED (the old recovery), so the smoke passed on a wrong gen. The spec (or the brace-expression parse path, likely a typed array literal in argument position) needs fixing; fpga-smoke stays red until then.
Since the #1941 parser hardening,
t27c gen-verilog specs/fpga/mac.t27fails:parse error in fn 'pack_trit' near line 107: Unexpected token in expression: LBrace at 107:53. Previously this statement was silently DROPPED (the old recovery), so the smoke passed on a wrong gen. The spec (or the brace-expression parse path, likely a typed array literal in argument position) needs fixing; fpga-smoke stays red until then.