> > > IBM VAC++/XLC++ results not available or not meaningful > > > HP aCC/IPF all tests die with SIGABRT > > > HP aCC/PA 4 tests fail to compile, one gets SIGBUS > > > SGI MIPSpro OK > > > gcc/Linux OK > > > Sun C++/SPARC 23.list.cons dies with SIGABRT > > > MSVC/Windows OK > > > Compaq C++/Tru64 all tests fail to compile or link > > > > > > > Four tests failed to compile due to static inline issue. > > Fixed thus: http://svn.apache.org/viewvc?view=rev&rev=523397 > > Great! Can you think of a reason for any of the other failures? > if not off the top of your head, do you want to look into it > or should I go ahead?
The problem on Compaq C++/Tru64 is using size_t type when <cstddef> header included. I've fixed: http://svn.apache.org/viewvc?view=rev&rev=523692 I don't have any thoughts why the tests died with signal. Please go ahead to look into it. Farid.
