This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/18697] Demangler crash


https://sourceware.org/bugzilla/show_bug.cgi?id=18697

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com
   Target Milestone|---                         |7.10.1

--- Comment #3 from Pedro Alves <palves at redhat dot com> ---
This was fixed in 7.10.x :

$ /usr/local/bin/gdb-7.10.1  -ex "demangle -l c++
_ZN2kjmlIixNS_1_15NanosecondLabelEEENS_8QuantityIDTmlcvT_Li1EcvT0_Li1EET1_EES4_NS3_IS5_S7_EE"
GNU gdb (GDB) 7.10.1.20160210-cvs
[...]
kj::Quantity<decltype (((int)(1))*((long long)(1))), kj::_::NanosecondLabel>
kj::operator*<int, long long, kj::_::NanosecondLabel>(int, kj::Quantity<long
long, kj::_::NanosecondLabel>)
(gdb)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]