Bug 205788 - libc++ does not build on i386 clang gives error on inpllicit conversion from long long to unsigned int
Summary: libc++ does not build on i386 clang gives error on inpllicit conversion from ...
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-01-01 20:22 UTC by lenzi.sergio
Modified: 2020-07-12 16:45 UTC (History)
1 user (show)

See Also:


Attachments
code propper conversion in the macro call __first_ at line 255 in file bitset (683 bytes, patch)
2016-01-01 20:30 UTC, lenzi.sergio
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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