[Bug 92859] [regression, bisected] validate_intrinsic_instr: Assertion triggered
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Nov 10 13:50:10 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=92859
Ian Romanick <idr at freedesktop.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |idr at freedesktop.org
--- Comment #2 from Ian Romanick <idr at freedesktop.org> ---
I'm also very annoyed that this patch and the 3 after it do not even build.
nir/nir_validate.c: In function 'validate_intrinsic_instr':
nir/nir_validate.c:403:53: error: invalid type argument of '->' (have 'int')
nir_deref_tail(&instr->variables[0]->deref)->type;
^
nir/nir_validate.c:411:53: error: invalid type argument of '->' (have 'int')
nir_deref_tail(&instr->variables[0]->deref)->type;
^
nir/nir_validate.c:420:52: error: invalid type argument of '->' (have 'int')
assert(nir_deref_tail(&instr->variables[0]->deref)->type ==
^
nir/nir_validate.c:420:105: error: invalid type argument of '->' (have 'int')
assert(nir_deref_tail(&instr->variables[0]->deref)->type ==
^
This is really not okay.
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20151110/60ad5325/attachment.html>
More information about the intel-3d-bugs
mailing list