https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66902

--- Comment #5 from Vadim Zhukov <persgray at gmail dot com> ---
(In reply to Jonathan Wakely from comment #4)
> Author: redi
> Date: Thu Sep  3 19:05:15 2015
> New Revision: 227466
> 
> URL: https://gcc.gnu.org/viewcvs?rev=227466&root=gcc&view=rev
> Log:
>       PR libstdc++/66902
>       * src/c++11/debug.cc (_S_debug_messages): Make array const.
> 
> Modified:
>     trunk/libstdc++-v3/ChangeLog
>     trunk/libstdc++-v3/src/c++11/debug.cc

I see that you removed "static" modifier in that commit, effectively making the
array in question exported again. Was it intended?

Reply via email to