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 tdep/8549] Return-value struct convention doesn't work with finish or return


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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Andreas Arnez <arnez@sourceware.org>:

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

commit fd356fa28834fa3a9f22f9157a568264ad045010
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Wed Jan 20 19:41:45 2016 +0100

    gnu_vector.exp: Respect `should_kfail' for PR 8549

    The gnu_vector test case yields a new FAIL on s390x:

      FAIL: gdb.base/gnu_vector.exp: verify vector return value

    It was introduced by commit 77ae9c1933b50 "gdb.base/gnu_vector.exp:
    Don't test output from the inferior".  That commit dropped the special
    handling for GDB's inability (on some targets) to set the return value.

    This change re-establishes the logic from before, converting the above
    FAIL to a KFAIL (PRMS gdb/8549).

    gdb/testsuite/ChangeLog:

        * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
        when GDB can not set the vector return value.  Add more comments
        for clarification.

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