[llvm-bugs] [Bug 33132] New: test-suite/ABI-Testsuite/test/mangling/test.cpp depends on dual c++11 ABI
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon May 22 14:41:44 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33132
Bug ID: 33132
Summary: test-suite/ABI-Testsuite/test/mangling/test.cpp
depends on dual c++11 ABI
Product: Test Suite
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Programs Tests
Assignee: unassignedbugs at nondot.org
Reporter: gkistanova at gmail.com
CC: llvm-bugs at lists.llvm.org
test-suite/ABI-Testsuite/test/mangling/test.cpp
depends on dual c++11 ABI, but does not handle the variations gracefully.
In particular, this check fails in case of the new c++11 ABI
// CHECK-DAG: _Z3fooSs
void
foo(std::basic_string<char, std::char_traits<char>, std::allocator<char> >) {}
as the following effectively gets mangled:
void
foo(std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> >)
--
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/20170522/f6ee11a5/attachment.html>
More information about the llvm-bugs
mailing list