[Bug 107972] [SKL] 64-bit integer support seems pretty broken

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Sep 18 09:22:20 UTC 2018


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

Ian Romanick <idr at freedesktop.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTOURBUG

--- Comment #1 from Ian Romanick <idr at freedesktop.org> ---
It seems the problem is that strtoll clamps to INT64_MAX.  This is very
frustrating because strtol does not clamp.  It produces the raw bit pattern.

When I send out the test cases where I actually encountered this problem, I
will send out a fix to tests/shaders/parser_utils.c.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20180918/b64a4397/attachment.html>


More information about the intel-3d-bugs mailing list