This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Description
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