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