[llvm-bugs] [Bug 32183] New: r294730 doesn't compile using libstdc++ ABI
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Mar 8 11:58:18 PST 2017
http://bugs.llvm.org/show_bug.cgi?id=32183
Bug ID: 32183
Summary: r294730 doesn't compile using libstdc++ ABI
Product: libc++
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: philip.pfaffe at gmail.com
CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
In r294730 a `namespace std {}` got lost in the implementation of
std::exception_ptr and std::nested_exception in
src/support/runtime/exception_pointer_glibcxx.ipp. The entire content of the
file used to be inside the namespace std before it got outlined into the ipp
file.
Steps to reproduce:
cmake-Flags -DCMAKE_BUILD_TYPE=Release -DLIBCXX_CXX_ABI=libstdc++
targeting GCC 6.2.0
--
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/20170308/2e93d3ce/attachment-0001.html>
More information about the llvm-bugs
mailing list