[llvm-bugs] [Bug 32476] New: __nop_locale_mgmt.h not needed with newlib 2.5+
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Mar 30 12:07:19 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32476
Bug ID: 32476
Summary: __nop_locale_mgmt.h not needed with newlib 2.5+
Product: libc++
Version: 4.0
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: rianquinn at gmail.com
CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
Using the latest newlib, you get a redefinition error if the following is not
commented out in support/newlib/xlocal.h:
//#include <support/xlocale/__nop_locale_mgmt.h>
This was tested with clang 4.0 and --target=x86_64-elf.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170330/e27c2b0c/attachment.html>
More information about the llvm-bugs
mailing list