https://bugs.freedesktop.org/show_bug.cgi?id=84232
--- Comment #5 from Tom Stellard <tstellar at gmail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20141008/adfb20ed/attachment.html>