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++/17455] gdb segfaults while demangling


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

--- Comment #1 from Avi Kivity <avi@cloudius-systems.com> ---
Seems to be triggered by calling a function with a C++ generalized lambda as a
parameter:

f([...] (auto& ) { ... }) -> fail
f([...] (the_real_type&) { ... }) -> success

-- 
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]