This is the mail archive of the gdb-patches@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]

Re: [PATCH 1/4] PR c++/13403 and PR c++/15154: Non trivial return value tests


On Sun, Sep 28, 2014 at 10:59 PM, Doug Evans <dje@google.com> wrote:
> On Thu, Sep 11, 2014 at 11:36 AM, Siva Chandra <sivachandra@google.com> wrote:
>> Adds two tests, one fails and another passes. These tests illustrate
>> the way in which the ABI function gnuv3_pass_by_reference is
>> incomplete.
>>
>> gdb/testsuite/ChangeLog:
>>
>> 2014-09-11  Siva Chandra Reddy  <sivachandra@google.com>
>>
>>         PR c++/13403
>>         PR c++/15154
>>         * gdb.cp/non-trivial-retval.cc: New file.
>>         * gdb.cp/non-trivial-retval.exp: New file.
>
> LGTM

Forgot.
One thing I wanted to ask is if the regexp could be more specific.
E.g., instead of .*a = 11.*, have the full output?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]