On 3 Aug 2012, at 10:23, Akim Demaille wrote: > Some serious, and old, bugs have been fixed.
FYI, the problem I reported for 2.6.1 does not appear with this version. That is, on Mac OS X 10.7.4, Xcode 4.4, use "export CC='xcrun clang' CXX='xcrun clang++'", to get Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn), which also are the default cc and c++ compilers on Mac OS X 10.8. Then 'make check' tests were successful. Also with "export CC=/usr/bin/clang CXX=/usr/bin/clang++", Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn), the default cc and c++ compilers on Mac OS X 10.7, all 'make check' tried tests are successful. Hans
