This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [g++] cannot debug static const data members
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: Re: [g++] cannot debug static const data members
- From: Jason Merrill <jason at redhat dot com>
- Date: 23 Dec 2000 23:41:09 +0000
- Cc: Daniel Berlin <dberlin at cygnus dot com>, gcc-bugs at gcc dot gnu dot org, mark at codesourcery dot com, rth at cygnus dot com
- References: <Pine.SOL.3.91.1001222130241.27632A-100000@cse.cygnus.com>
>>>>> "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