http://llvm.org/bugs/show_bug.cgi?id=17499
Enrico Granata <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] Assignee|[email protected] |[email protected] --- Comment #1 from Enrico Granata <[email protected]> --- I am building ToT LLDB on Linux to reproduce. For the time being, one thing strikes me as weird: [0] = (_M_dataplus = std::basic_string<char, std::char_traits<char>, std::allocator<char, char>, char, std::char_traits<char>, std::allocator<char, char> >::_Alloc_hider @ 0x00000000016d2110) "std::allocator<char, char>” seems wrong.. std::allocator takes *ONE* template argument, not two. This might be a debug info issue that this patch is tickling the wrong way. In that case, one might of course special case "std::basic_string<char, std::char_traits<char>, std::allocator<char, char>, char, std::char_traits<char>, std::allocator<char, char> >” for the sake of making GCC work -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
