(original) (raw)

I'll take a look at this

On Fri., Feb. 8, 2019, 12:53 p.m. Paweł Sikora via cfe-dev, <cfe-dev@lists.llvm.org> wrote:
----- Oryginalna wiadomość -----
\> Dear testers,
\>
\> 8.0.0-rc2 has been tagged from the release\_80 branch at r353413.

Hi,

i've noticed a compile error with rc2 and libc++ (release\_80 @svn). looks similar to https://bugs.llvm.org/show\_bug.cgi?id=40559


(...)/clang++ -fPIC -target x86\_64-linux-gnu --sysroot=(...) -march=x86-64 -fuse-ld=lld -D\_LIBCPP\_ENABLE\_CXX17\_REMOVED\_AUTO\_PTR -D\_LIBCPP\_ENABLE\_CXX17\_REMOVED\_BINDERS -stdlib=libc++ -std=gnu++1z -flto=thin
(...)
In file included from (...)/sysroot-x86\_64-linux-gnu/usr/include/c++/v1/string:500:
In file included from (...)/sysroot-x86\_64-linux-gnu/usr/include/c++/v1/string\_view:176:
In file included from (...)/sysroot-x86\_64-linux-gnu/usr/include/c++/v1/\_\_string:56:
In file included from (...)/sysroot-x86\_64-linux-gnu/usr/include/c++/v1/algorithm:640:
In file included from (...)/sysroot-x86\_64-linux-gnu/usr/include/c++/v1/initializer\_list:47:
In file included from (...)/sysroot-x86\_64-linux-gnu/usr/include/c++/v1/cstddef:110:

(...)/sysroot-x86\_64-linux-gnu/usr/include/c++/v1/type\_traits:740:56: error: \_Float16 is not supported on this target
template <> struct \_\_libcpp\_is\_floating\_point<\_Float16> : public true\_type {};
^
\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_
cfe-dev mailing list
cfe-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev