Query
Tuesday 24 March 2020
2020-03-24 11:29:51 (3 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/docode.c (+22/-1)(23 lines)
branch: master
Compiler [Optimizer]: Fix fatal error in docode().
The code generator complained about "F_PUSH_ARRAY unexpected in
this context." when evaluating top-level F_ARG_LIST nodes containing
F_PUSH_ARRAY nodes. This seems to be an old bug that has resurfaced
with the removal of the top_statement_label_dummy.
Fixes#10023 .
Bugs mentioned
![]() | CLOSED | Optimizer fatal error "F_PUSH_ARRAY unexpected in this context." |