What is the status of Dehydra on GCC 4.5? I have got both working together to some degree, but Dehydra hits assertion failures compiling many C++ standard library headers, such as <deque>.
Is this configuration supported? Should I be filing bugs somewhere? Of course none of these are released products, so here is my best account of version information: [psi...@joana PRE_BUILD_25]$ g++-4.5 -v Using built-in specs. Target: i586-redhat-linux Configured with: ../trunk/configure --prefix=/opt/gcc-4.5 --enable- bootstrap --enable-shared --enable-threads=posix --with-system-zlib -- enable-__cxa_atexit --disable-libunwind-exceptions --enable- languages=c,c++ --with-ppl --with-cloog --with-tune=generic --with- arch=i586 --build=i586-redhat-linux Thread model: posix gcc version 4.5.0 20090622 (experimental) (GCC) [psi...@joana mozilla-central]$ hg log -l 1 js changeset: 29424:a8daae5ef5ce user: Peter Van der Beken <[email protected]> date: Tue Mar 24 11:14:43 2009 +0100 summary: Fix for bug 484821 (Have a separate hash for main-thread only XPCWrappedNativeProto). r/sr=mrbkap. [psi...@joana dehydra-gcc]$ hg log -l 1 changeset: 462:659dfbb37d2b tag: tip user: Taras Glek <[email protected]> date: Tue Jun 16 16:09:59 2009 -0700 summary: Bug 497847: use JSVERSION enumeration instead of cast. thanks to bradh -- P. _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
