Bug 205788

Summary: libc++ does not build on i386 clang gives error on inpllicit conversion from long long to unsigned int
Product: Base System Reporter: lenzi.sergio
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: New ---    
Severity: Affects Many People CC: lenzi.sergio
Priority: --- Keywords: patch
Version: CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
code propper conversion in the macro call __first_ at line 255 in file bitset none

Description lenzi.sergio 2016-01-01 20:22:37 UTC

    
Comment 1 lenzi.sergio 2016-01-01 20:30:51 UTC
Created attachment 164939 [details]
code propper conversion in the macro call __first_ at line 255 in file bitset

clang complains about a conversion needed when buildworld with TARGET=i186
on an amd64  FreeBSD11 head.

The file is /usr/src/lib/libc++/../../contrib/libc++/include/bitset
at line 255