Query
Sunday 04 June 2023
2023-06-04 17:32:31 (4 months ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/treeopt.in (+17/-3)(20 lines)
branch: master
Compiler [Optimizer]: Fix too excessive optimization of comma-expressions.
Comma expressions may have void expressions at the end. These do NOT affect
the value of the comma expression.
Fixes testsuite failure.