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



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......


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