This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

good news and bad news


The good news is that recent Solaris is building again.  (I don't have
access to 2.6 or 2.5 machines at the moment.)  Many thanks to everyone!

The bad news is that almost none of the testsuite passes.  A lot of the
failures are crashes in the linker itself, which I've reported to the
binutils folks.  Nearly all the rest are like this:

% gdb --quiet --nw testsuite/find.st-exe core.find.st-exe.6524 
Core was generated by `/tec/build/3test/sparc-sun-solaris2.8/libstdc++-v3/testsuite/find.st-exe'.
Program terminated with signal 10, Bus Error.
#0  0x11ca0 in __register_frame_info (begin=0x5a200, ob=0x50005)
    at ../../unified/gcc/frame-dwarf2.c:563
563         case DW_OP_plus_uconst:
(gdb) info stack
#0  0x11ca0 in __register_frame_info (begin=0x5a200, ob=0x50005)
    at ../../unified/gcc/frame-dwarf2.c:563
#1  0x10080 in _init ()
Current language:  auto; currently c
(gdb)


And we also have some that fail to compile due to 'char**' and 'const char**'
being interchanged in some locale thing somewhere.  That's for tomorrow.

Phil

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.

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