This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2] Logical short circuiting with argument lists
>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:
Pedro> On 09/12/2018 12:38 PM, Tom Tromey wrote:
Rich> However, if I had used a space between the array symbol name
Rich> and the parenthesizes this would have been a problem. This is
Rich> useful to know.
>>
>> Yeah. A bit subtle for my taste, I feel certain I'll break this rule by
>> accident.
Pedro> I've extended the wiki section to hopefully clarify things and make it
Pedro> more obvious with an example. Please take a look:
Pedro> https://sourceware.org/gdb/wiki/GDBTestcaseCookbook#Do_not_use_.22tail_parentheses.22_on_test_messages
Thanks for doing that.
Tom