https://bugs.freedesktop.org/show_bug.cgi?id=84232 --- Comment #5 from Tom Stellard --- It looks like the following sequence may trigger this bug: for () { if (){ break; } if () { if () { break; } } if () { break; } } I will investigate further. -- You are receiving this mail because: You are the assignee for the bug.