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: Tom Tromey <tromey 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 10:38:45 -0600
- Subject: Re: [PATCH v2] testsuite/gdb.base: Make skip test not rely on undefined behaviour.
- References: <51BEF0F9 dot 6060504 at linaro dot org>
>>>>> "Will" == Will Newton <will.newton@linaro.org> writes:
Will> 2013-06-17 Will Newton <will.newton@linaro.org>
Will> * gdb.base/skip.c: Use comma to evaluate results of foo()
Will> and bar() before passing to baz().
Will> * gdb.base/skip.c: baz() now takes one argument instead of
Will> two.
This is ok. Thanks.
Tom