Query
Wednesday 14 September 2016
2016-09-14 10:12:01 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/docode.c (+3/-0)(3 lines)
- pike/src/testsuite.in (+9/-0)(9 lines)
branch: 8.0
Compiler: Fixed broken range optimization.
The range operator was lost in the expression
A = (A + B)[low..high];
due to a fallthrough.
Fixes [bug7780 (#7780) ].
- pike/src/docode.c (+3/-0)(3 lines)
- pike/src/testsuite.in (+9/-0)(9 lines)
branch: 8.1
Compiler: Fixed broken range optimization.
The range operator was lost in the expression
A = (A + B)[low..high];
due to a fallthrough.
Fixes [bug7780 (#7780) ].
Bugs mentioned
![]() | CLOSED | String optimization bug |