-
- Downloads
demangle.h (demangle<Allocator>::symbol(char const*)): Decode symbols that...
demangle.h (demangle<Allocator>::symbol(char const*)): Decode symbols that start with _GLOBAL_[ID]_ differently... * include/bits/demangle.h (demangle<Allocator>::symbol(char const*)): Decode symbols that start with _GLOBAL_[ID]_ differently: the trailing part ends with a terminating zero and is not necessarily an encoding. * src/demangle.cc (): Same. * testsuite/demangle/regression/cw-13.cc: Adjust for new output. From-SVN: r72027
Showing
- libstdc++-v3/ChangeLog 9 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/bits/demangle.h 4 additions, 6 deletionslibstdc++-v3/include/bits/demangle.h
- libstdc++-v3/src/demangle.cc 3 additions, 6 deletionslibstdc++-v3/src/demangle.cc
- libstdc++-v3/testsuite/demangle/regression/cw-13.cc 1 addition, 1 deletionlibstdc++-v3/testsuite/demangle/regression/cw-13.cc
Loading
Please register or sign in to comment