<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - 9.2-rc1 clover fails to build on ppc: cannot convert 'bool' to '__vector(4) __bool int' in return"
href="https://bugs.freedesktop.org/show_bug.cgi?id=68504#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - 9.2-rc1 clover fails to build on ppc: cannot convert 'bool' to '__vector(4) __bool int' in return"
href="https://bugs.freedesktop.org/show_bug.cgi?id=68504">bug 68504</a>
from <span class="vcard"><a class="email" href="mailto:currojerez@riseup.net" title="Francisco Jerez <currojerez@riseup.net>"> <span class="fn">Francisco Jerez</span></a>
</span></b>
<pre><a href="mailto:bugzilla-daemon@freedesktop.org">bugzilla-daemon@freedesktop.org</a> writes:
<span class="quote">> Using gcc-4.7.3, llvm-3.3, clang-3.3 on Gentoo PPC</span >
>
<span class="quote">>[...]
> Causes the build to fail in clover:</span >
>
<span class="quote">> In file included from ./core/device.hpp:29:0,
> from core/device.cpp:23:
> ./core/base.hpp: In member function '__vector(4) __bool int
> clover::ref_counter::release()':
> ./core/base.hpp:73:36: error: cannot convert 'bool' to '__vector(4) __bool int'
> in return</span >
That's weird... It looks like gcc is trying to vectorize the return
type of that function, unsuccessfully. Can you try with different build
flags like "-mcpu=powerpc" instead of "-mcpu=7450" and/or
"-fno-tree-vectorize"?
<span class="quote">>[...]</span ></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>