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++/19893] Synthetic pointers created from C++ references are broken


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

--- Comment #1 from Martin Galvan <martin.galvan at tallertechnologies dot com> ---
I've been looking a bit more into this and I think the crash from case 1 comes
from a different issue. It seems that value_addr should also set arg2's
enclosing_type to arg1's (as a pointer instead of a ref). I'm working on that
patch (and a corresponding unit test) now; I think this can go in now before I
keep working on fixing the other cases.

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