[Mesa-dev] [Bug 109231] [nir] src/compiler/nir/nir_loop_analyze.c uninitialized variable

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jan 6 22:26:27 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=109231

--- Comment #1 from Timothy Arceri <t_arceri at yahoo.com.au> ---
The first two conditions of the if can never be true on the first iteration of
the loop so we will never actually do a comparison with an uninitialized
variable. Unfortunately the compiler can't know that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190106/d34c683f/attachment.html>


More information about the mesa-dev mailing list