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]
Other format: [Raw text]

Re: libstdc++/8713: template <class charT> bool isspace (charT c, const locale& loc)


Synopsis: template <class charT> bool isspace (charT c, const locale& loc)

State-Changed-From-To: analyzed->feedback
State-Changed-By: bkoz
State-Changed-When: Wed Dec 11 10:20:14 2002
State-Changed-Why:
    I don't know what is going on here, either. I cannot reproduce this on RH 8.0 (glibc 2.3.x) and RH 7.3 (glibc 2.2.5). I'm using current binutils on each.
    
    %ldd a.out
            libstdc++.so.5 => /mnt/hd/bld/H-x86-gcc-3.2.1/lib/libstdc++.so.5 (0x40014000)
            libm.so.6 => /lib/i686/libm.so.6 (0x400d4000)
            libgcc_s.so.1 => /mnt/hd/bld/H-x86-gcc-3.2.1/lib/libgcc_s.so.1 (0x400f6000)
            libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
            /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
    <

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8713


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