Bug 23026

Summary: RFE: Run report symbol output from dist.abicheck through c++filt for readability.
Product: libabigail Reporter: Richard Shaw <hobbes1069>
Component: defaultAssignee: Dodji Seketeli <dodji>
Status: UNCONFIRMED ---    
Severity: normal CC: libabigail
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:

Description Richard Shaw 2018-04-03 17:51:02 UTC
Current output:

================ changes of 'libOpenImageIO.so.1.8.9'===============
  Functions changes summary: 0 Removed, 0 Changed, 0 Added function
  Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
  Function symbols changes summary: 1 Removed, 0 Added function symbol not referenced by debug info
  Variable symbols changes summary: 0 Removed, 0 Added variable symbol not referenced by debug info

  1 Removed function symbol not referenced by debug info:
    _ZNSt8__detail15_BracketMatcherINSt7__cxx1112regex_traitsIcEELb1ELb1EE22_M_add_character_classERKNS1_12basic_stringIcSt11char_traitsIcESaIcEEEb

Could be:

================ changes of 'libOpenImageIO.so.1.8.9'===============
  Functions changes summary: 0 Removed, 0 Changed, 0 Added function
  Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
  Function symbols changes summary: 1 Removed, 0 Added function symbol not referenced by debug info
  Variable symbols changes summary: 0 Removed, 0 Added variable symbol not referenced by debug info

  1 Removed function symbol not referenced by debug info:

std::__detail::_BracketMatcher<std::__cxx11::regex_traits<char>, true, true>::_M_add_character_class(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)