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

Francisco Jerez <curroje...@riseup.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |curroje...@riseup.net

--- Comment #2 from Francisco Jerez <curroje...@riseup.net> ---
Created attachment 137473
  --> https://bugs.freedesktop.org/attachment.cgi?id=137473&action=edit
0001-intel-ir-Fix-invalid-type-aliasing-with-undefined-be.patch

Does it go away with the attached patch? I had it in a branch that was making
some unrelated changes which just happened to affect the order instructions are
emitted by GCC in the test_fuzz_compact_instruction() function, causing the bit
twiddling to be done after the clear_pad_bits() call which modifies the same
data through a pointer of different type, leading to undefined behavior.  I had
seen this happen on GCC 7.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to