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: gcc-bugs at gcc dot gnu dot org, jason at cygnus dot com, rth at cygnus dot com
- Subject: Re: [g++] cannot debug static const data members
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Fri, 22 Dec 2000 02:56:59 -0800
Talking to myself:
Of the following symbols, the only one I can see is string's npos (the 2nd one)
/mnt/hd/ahimsa/bld-x86-gcc-debug/i686-pc-linux-gnu/libstdc++-v3/src/.libs
%nm locale.o |grep none
00003f60 t _GLOBAL_.I._ZNSt6locale4noneE
00000000 R _ZNSt6locale4noneE
/mnt/hd/ahimsa/bld-x86-gcc-debug/i686-pc-linux-gnu/libstdc++-v3/src/.libs
%nm string-inst.o |grep npos
00000000 V _ZNSs4nposE
/mnt/hd/ahimsa/bld-x86-gcc-debug/i686-pc-linux-gnu/libstdc++-v3/src/.libs
%nm ios.o |grep _S_dec
00000002 R _ZNSt11__ios_flags6_S_decE
Hmmm......how do I get the other to be like string's npos......