https://bugs.freedesktop.org/show_bug.cgi?id=91591
Vinson Lee <v...@freedesktop.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |bisected --- Comment #1 from Vinson Lee <v...@freedesktop.org> --- 21ccdbdb5dd87b2ee66c4e78b011ec4df29efb98 is the first bad commit commit 21ccdbdb5dd87b2ee66c4e78b011ec4df29efb98 Author: Jose Fonseca <jfons...@vmware.com> Date: Sun Aug 9 11:25:41 2015 +0100 util: Cope with LONG_BIT not being defined on Windows. Neither MSVC nor MinGW defines LONG_BIT. For MSVC this was not a problem as it doesn't define __x86_64__ macro (it's GCC specific.) However on Windows long type is guaranteed to be 32bits. Also add an #error, as GCC will just warn, not throw any error, when no value is returned. Trivial. :040000 040000 350b7ab0ecfaf0f65abf3a25ebf014bfa025ddcf c3c1bc37290d1e52e77cc05a78d9ee8c35747ce1 M src bisect run success -- 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 http://lists.freedesktop.org/mailman/listinfo/mesa-dev