This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2] testsuite/gdb.base: Make skip test not rely on undefined behaviour.
- From: Will Newton <will dot newton at linaro dot org>
- To: Pedro Alves <palves at redhat dot com>
- Cc: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>, Patch Tracking <patches at linaro dot org>
- Date: Tue, 18 Jun 2013 19:16:49 +0100
- Subject: Re: [PATCH v2] testsuite/gdb.base: Make skip test not rely on undefined behaviour.
- References: <51BEF0F9 dot 6060504 at linaro dot org> <51C09837 dot 7000902 at redhat dot com>
On 18 June 2013 18:26, Pedro Alves <palves@redhat.com> wrote:
> On 06/17/2013 12:20 PM, Will Newton wrote:
>>
>> int main()
>> {
>> - return baz(foo(), bar());
>> + return baz((bar(), foo()));
>> }
>
> Could you add a small comment explaining the need for
> the extra parens?
Applied with this change, thanks!
--
Will Newton
Toolchain Working Group, Linaro