[Mesa-dev] [Bug 68504] 9.2-rc1 clover fails to build on ppc: cannot convert 'bool' to '__vector(4) __bool int' in return

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Aug 25 13:50:34 PDT 2013


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

--- Comment #3 from Chí-Thanh Christopher Nguyễn <chithanh at gentoo.org> ---
It appears that inclusion of altivec.h in cl_platform.h causes "bool" to be
redefined to "__attribute__((altivec(bool__))) unsigned", but only with
-std=c++XY

Not including altivec.h or using -std=gnu++11 makes the error go away.

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


More information about the mesa-dev mailing list