[llvm-dev] 12.0.0-rc1 Release has been tagged
Albion Fung via llvm-dev
llvm-dev at lists.llvm.org
Thu Jan 28 09:36:31 PST 2021
Good morning,
I'm testing this on PowerPC; Power8 builds fine but on Power9 I am
currently running into this error while building:
```
...random_shuffle.cpp.o -c
/home/conanap/llvm/community/llvm-project/libcxx/src/random_shuffle.cpp
In file included from
/home/conanap/llvm/community/llvm-project/libcxx/src/random_shuffle.cpp:10:
In file included from
/home/conanap/12rc1/stage2/build/include/c++/v1/random:1680:
In file included from
/home/conanap/12rc1/stage2/build/include/c++/v1/cmath:308:
/home/conanap/12rc1/stage2/build/include/c++/v1/math.h:383:12: error:
expected '(' for function-style cast or type construction
return fpclassify(__lcpp_x);
^~~~~~~~~~~~~~~~~~~~
/usr/include/math.h:604:25: note: expanded from macro 'fpclassify'
# define fpclassify(x) __MATH_TG ((x), __fpclassify, (x))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/math.h:546:54: note: expanded from macro '__MATH_TG'
(__builtin_types_compatible_p (__typeof (TG_ARG), float), \
~~~~~~~~~~~~~~~~~^
```
This is a blocker for P9 testing unfortunately. Has anyone else run into
this problem?
I've also attached the log for reference; there's a lot more of the same or
similar errors.
Regards,
Albion
On Wed, 27 Jan 2021 at 23:06, Tom Stellard via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi,
>
> I've tagged the 12.0.0-rc1 release. Testers can begin testing and upload
> binaries.
>
> -Tom
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210128/c8bcaad5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 46436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210128/c8bcaad5/attachment.obj>
More information about the llvm-dev
mailing list