On Tue, May 1, 2018 at 9:18 AM, Jakub Jelinek <ja...@redhat.com> wrote: > On Tue, May 01, 2018 at 08:52:42AM -0400, Jason Merrill wrote: >> It wasn't a problem before that we didn't check for namespace scope, >> because we were only looking at functions. Now that we look at >> variables as well, we need to consider their scope. >> >> Tested x86_64-pc-linux-gnu, applying to trunk. Jakub, this looks like >> a P1, should it go into 8.1 as well? > > I think this should be safe even without another rc, please check it into > 8.1.
Done. Jason