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: Pedro Alves <palves at redhat dot com>
- To: Will Newton <will dot newton at linaro dot org>
- Cc: gdb-patches at sourceware dot org, patches at linaro dot org
- Date: Tue, 18 Jun 2013 18:26:15 +0100
- Subject: Re: [PATCH v2] testsuite/gdb.base: Make skip test not rely on undefined behaviour.
- References: <51BEF0F9 dot 6060504 at linaro dot org>
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?
--
Pedro Alves