Compiler bugs, how exciting! That one reminds me of the time we had an XML parser that was failing only on-device, because the compiler optimizations were eating part of it.
Reminded me of that one too. It was common third-party XML code, and the optimizer on one specific device brand. It was "optimizing" the increment of a loop variable out of the loop.
Comments