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 v3 5/9] compile: Use -Wall, not -w


On 05/03/2015 03:05 PM, Jan Kratochvil wrote:

> In the end the #ifndef+#define is not such a problem I think.

OK, let's keep that route then.

>> Please leave a PASS path in place.  I think this would work:
> 
> Yes, almost:
>>
>> gdb_test_multiple $test $test {
>>     -re "^$test\r\n$gdb_prompt $ $" {
>       -re "^$test\r\n$gdb_prompt $" {
>> 	pass "$test"
>>     }

Yeah, that double $ was a typo.

Thanks,
Pedro Alves


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