This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Successful bootsrap of gcc 8.2.0 on x86_64-w64-mingw32
On Wed, 22 Aug 2018 at 14:57, Rainer Emrich wrote:
> Here are the test results for 9.0.0 20180504 (experimental) [trunk
> revision 259948]
> https://gcc.gnu.org/ml/gcc-testresults/2018-05/msg00644.html
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.
Thanks again for providing these test results.