Re: [PATCH] PR80280: Fix quoting of candidate functions

2017-05-07 Thread Volker Reichelt
OK, committed as obvious (r247728). Regards, Volker On 7 May, Martin Sebor wrote: > On 05/06/2017 02:41 PM, Volker Reichelt wrote: >> Hi, >> >> the following patch fixes some wrong quoting that was introduced by >> Martin's patch for PR translation/80280, see >> https://gcc.gnu.org/viewcvs/gcc?v

Re: [PATCH] PR80280: Fix quoting of candidate functions

2017-05-07 Thread Martin Sebor
On 05/06/2017 02:41 PM, Volker Reichelt wrote: Hi, the following patch fixes some wrong quoting that was introduced by Martin's patch for PR translation/80280, see https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=247607 Consider the following testcase: struct A {}; bool b = !A(); On tr

[PATCH] PR80280: Fix quoting of candidate functions

2017-05-06 Thread Volker Reichelt
Hi, the following patch fixes some wrong quoting that was introduced by Martin's patch for PR translation/80280, see https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=247607 Consider the following testcase: struct A {}; bool b = !A(); On trunk we currently get the following diagnostic: b