Re: [Patch / RFC] PR 39681
OK. Jason
[Patch / RFC] PR 39681
Hi, I had a look to this rather old PR, which doesn't seem particularly high-priority, to be honest. It's about the error message we produce for things like: int main() { int* p = new foo; } where, besides the obvious error message about foo, we also print: 39681.C:3:16: error: expected ‘,’