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: unassignedb...@nondot.org
          Reporter: gkistan...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to