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 symtab/14441] Need to support DW_TAG_rvalue_reference_type


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

--- Comment #15 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Keith Seitz <kseitz@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a65cfae5f8b268158c23a862e7a996d15bbcef0e

commit a65cfae5f8b268158c23a862e7a996d15bbcef0e
Author: Artemiy Volkov <artemiyv@acm.org>
Date:   Mon Mar 20 13:47:41 2017 -0700

    Add ability to return rvalue reference values from value_ref

    Parameterize value_ref() by the kind of reference type the value of which
    is requested. Change all callers to use the new API.

    gdb/ChangeLog

        PR gdb/14441
        * ada-lang.c (ada_evaluate_subexp): Adhere to the new
        value_ref() interface.
        * c-valprint.c (c_value_print): Likewise.
        * infcall.c (value_arg_coerce): Likewise.
        * python/py-value.c (valpy_reference_value): Likewise.
        * valops.c (value_cast, value_reinterpret_cast)
        (value_dynamic_cast, typecmp): Likewise.
        (value_ref): Parameterize by kind of return value reference type.
        * value.h (value_ref): Add new parameter "refcode".

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