Re: ping^1 Re: [PATCH] Objective-C++ : Fix handling of unnamed message parms [PR49070].

2021-03-17 Thread Jason Merrill via Gcc-patches
On 3/17/21 9:33 AM, Jeff Law via Gcc-patches wrote: On 3/5/2021 9:46 AM, Iain Sandoe wrote: Although this is an Objective-C++ patch, I need to touch stuff outside “objc local” contexts, so think it needs review, (this is a regression fix for all open branches). I believe Jason is on PTO.  Y

Re: ping^1 Re: [PATCH] Objective-C++ : Fix handling of unnamed message parms [PR49070].

2021-03-17 Thread Jeff Law via Gcc-patches
On 3/5/2021 9:46 AM, Iain Sandoe wrote: Although this is an Objective-C++ patch, I need to touch stuff outside “objc local” contexts, so think it needs review, (this is a regression fix for all open branches). I believe Jason is on PTO.  You might need to ping him directly when he returns

ping^2 Re: [PATCH] Objective-C++ : Fix handling of unnamed message parms [PR49070].

2021-03-15 Thread Iain Sandoe
Iain Sandoe wrote: Although this is an Objective-C++ patch, I need to touch stuff outside “objc local” contexts, so think it needs review, (this is a regression fix for all open branches). Iain Sandoe wrote: We were discussing proposed reflection splicing syntax - [:reflection:] in SG7

ping^1 Re: [PATCH] Objective-C++ : Fix handling of unnamed message parms [PR49070].

2021-03-05 Thread Iain Sandoe
Although this is an Objective-C++ patch, I need to touch stuff outside “objc local” contexts, so think it needs review, (this is a regression fix for all open branches). Iain Sandoe wrote: We were discussing proposed reflection splicing syntax - [:reflection:] in SG7 which has some simila

[PATCH] Objective-C++ : Fix handling of unnamed message parms [PR49070].

2021-02-26 Thread Iain Sandoe
Hi. We were discussing proposed reflection splicing syntax - [:reflection:] in SG7 which has some similarities with objective-c++ message syntax with unnamed params. This reminded me that we have a *very* long-standing regression against objective-c++ where it is not able to handle unnamed messag