[PATCH 0/2] Value casting changes
Andrew Burgess
andrew.burgess@embecosm.com
Thu Mar 25 10:16:16 GMT 2021
A couple of changes related to value casting, and type equality
checking.
Thanks,
Andrew
---
Andrew Burgess (2):
gdb: move cheap pointer equality check earlier in types_equal
gdb: allow casting to rvalue reference in more cases
gdb/ChangeLog | 10 ++++++++++
gdb/gdbtypes.c | 8 ++++----
gdb/testsuite/ChangeLog | 9 +++++++++
gdb/testsuite/gdb.cp/rvalue-ref-params.cc | 19 +++++++++++++++++++
gdb/testsuite/gdb.cp/rvalue-ref-params.exp | 9 +++++++++
gdb/valops.c | 21 +++++++++++++++++++--
6 files changed, 70 insertions(+), 6 deletions(-)
--
2.25.4
More information about the Gdb-patches
mailing list