This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [g++] cannot debug static const data members


>>>>> "Benjamin" == Benjamin Kosnik <bkoz@redhat.com> writes:

> I see no reason why these symbols should be in different sections. 
> Clearly, they are all static const data members, and should all be in R, 
> a read-only location (not weak == V).

Why "clearly"?  Template instantiations are weak.

Jason

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]