Re: C++ PATCH to fix naked inform call for strong using directive

2019-05-20 Thread Marek Polacek
On Mon, May 20, 2019 at 01:44:47PM -0400, Jason Merrill wrote: > On 5/20/19 11:56 AM, Marek Polacek wrote: > > This patch fixes a naked inform call that can be seen with -w. > > > > While at it, I added missing quotes; I'm surprisesd this wasn't fixed by the > > recent patch Martin submitted. > >

Re: C++ PATCH to fix naked inform call for strong using directive

2019-05-20 Thread Jason Merrill
On 5/20/19 11:56 AM, Marek Polacek wrote: This patch fixes a naked inform call that can be seen with -w. While at it, I added missing quotes; I'm surprisesd this wasn't fixed by the recent patch Martin submitted. Bootstrapped/regtested on x86_64-linux, ok for trunk? OK. We might also change

C++ PATCH to fix naked inform call for strong using directive

2019-05-20 Thread Marek Polacek
This patch fixes a naked inform call that can be seen with -w. While at it, I added missing quotes; I'm surprisesd this wasn't fixed by the recent patch Martin submitted. Bootstrapped/regtested on x86_64-linux, ok for trunk? 2019-05-20 Marek Polacek * name-lookup.c (finish_using_dir