I'm seeing the following reduced result even though infinite loops should not be produced by the reducer: ``` #version 320 es precision highp int; precision highp float; void main() { for(int r = 1; true; 1) { } } ``` I've attached the folder I had under 'crashes' that shows this issue. [report.tar.gz](https://github.com/google/graphicsfuzz/files/6551264/report.tar.gz)
I'm seeing the following reduced result even though infinite loops should not be produced by the reducer:
I've attached the folder I had under 'crashes' that shows this issue.
report.tar.gz