On Thu, 30 Aug 2018 at 21:22, Rainer Emrich wrote: > > Am 30.08.2018 um 14:38 schrieb Jonathan Wakely: > > Thanks for these logs, they're very helpful. Trunk revision r263976 > > fixes a number of the libstdc++ FAILs (compilation errors) and trunk > > revision r263977 fixes a load more (linker errors). > > > > I'm about to fix one more FAIL, a recent regression that only affects > > LLP64 targets (i.e. only Windows) where sizeof(size_t) != > > sizeof(long). > > > > For your next trunk build, would it be possible to add > > --enable-libstdcxx-filesystem-ts to the configure options? That will > > test the filesystem TS and C++17 code. I know there are quite a few > > failures on mingw but it would be good to see a full set of results. > Here we go https://gcc.gnu.org/ml/gcc-testresults/2018-08/msg03827.html > trunk rev. 263988, using --enable-languages=all --enable-fully-dynamic-string > --enable-libstdcxx-filesystem-ts > Full build and testsuite logs at > https://cloud.emrich-ebersheim.de/index.php/s/B9J89N94Rc8cgJZ
Thanks, the libstdc++ result are looking pretty good. I'll go through the logs next week.