<div dir="ltr">Good morning,<div><br></div><div>  I'm testing this on PowerPC; Power8 builds fine but on Power9 I am currently running into this error while building:</div><div>```</div><div>...random_shuffle.cpp.o -c /home/conanap/llvm/community/llvm-project/libcxx/src/random_shuffle.cpp<br>In file included from /home/conanap/llvm/community/llvm-project/libcxx/src/random_shuffle.cpp:10:<br>In file included from /home/conanap/12rc1/stage2/build/include/c++/v1/random:1680:<br>In file included from /home/conanap/12rc1/stage2/build/include/c++/v1/cmath:308:<br>/home/conanap/12rc1/stage2/build/include/c++/v1/math.h:383:12: error: expected '(' for function-style cast or type construction<br>    return fpclassify(__lcpp_x);<br>           ^~~~~~~~~~~~~~~~~~~~<br>/usr/include/math.h:604:25: note: expanded from macro 'fpclassify'<br>#  define fpclassify(x) __MATH_TG ((x), __fpclassify, (x))<br>                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>/usr/include/math.h:546:54: note: expanded from macro '__MATH_TG'<br>     (__builtin_types_compatible_p (__typeof (TG_ARG), float),          \<br>                                    ~~~~~~~~~~~~~~~~~^<br></div><div>```</div><div><br></div><div>This is a blocker for P9 testing unfortunately. Has anyone else run into this problem?<br><br>I've also attached the log for reference; there's a lot more of the same or similar errors.</div><div><br></div><div>Regards,</div><div>Albion</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 27 Jan 2021 at 23:06, Tom Stellard via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I've tagged the 12.0.0-rc1 release.  Testers can begin testing and upload binaries.<br>
<br>
-Tom<br>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>