Re: [C++ PATCH] DR 1511 - const volatile variables and ODR

2016-10-14 Thread Jason Merrill
OK. On Fri, Oct 14, 2016 at 1:23 PM, Jakub Jelinek wrote: > Hi! > > We weren't implementing this DR, in the past all non-extern const vars > (and non-inline) at namespace scope had internal linkage, but now only > non-volatile const var. > > Fixed thusly, bootstrapped/regtested on x86_64-linux an

[C++ PATCH] DR 1511 - const volatile variables and ODR

2016-10-14 Thread Jakub Jelinek
Hi! We weren't implementing this DR, in the past all non-extern const vars (and non-inline) at namespace scope had internal linkage, but now only non-volatile const var. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2016-10-14 Jakub Jelinek DR 151