Discussion:
testsuite result updates for x86_64-w64-mingw32
Rainer Emrich
2018-10-18 09:55:58 UTC
Permalink
There are new testsuite results for x86_64-w64-mingw32, for versions
6.4.1, 7.3.1, 8.2.1 and 9.0.0.

https://gcc.gnu.org/ml/gcc-testresults/2018-10/msg02309.html
https://gcc.gnu.org/ml/gcc-testresults/2018-10/msg02310.html
https://gcc.gnu.org/ml/gcc-testresults/2018-10/msg02312.html
https://gcc.gnu.org/ml/gcc-testresults/2018-10/msg02313.html

Complete build and test logs are available for download here:
https://cloud.emrich-ebersheim.de/index.php/s/g9D245XdCW6GD5W

Have fun

Rainer
Eric Botcazou
2018-10-18 11:03:31 UTC
Permalink
Post by Rainer Emrich
There are new testsuite results for x86_64-w64-mingw32, for versions
6.4.1, 7.3.1, 8.2.1 and 9.0.0.
https://gcc.gnu.org/ml/gcc-testresults/2018-10/msg02309.html
https://gcc.gnu.org/ml/gcc-testresults/2018-10/msg02310.html
https://gcc.gnu.org/ml/gcc-testresults/2018-10/msg02312.html
So we have an additional ACATS failure (ce2104c) in 8.2.1 over the previous
releases? Feel free to open a PR about it if you have a couple of minutes.

Thanks for testing the Ada compiler!
--
Eric Botcazou
Óscar Fuentes
2018-10-18 13:47:05 UTC
Permalink
Post by Eric Botcazou
Post by Rainer Emrich
There are new testsuite results for x86_64-w64-mingw32, for versions
6.4.1, 7.3.1, 8.2.1 and 9.0.0.
https://gcc.gnu.org/ml/gcc-testresults/2018-10/msg02309.html
https://gcc.gnu.org/ml/gcc-testresults/2018-10/msg02310.html
https://gcc.gnu.org/ml/gcc-testresults/2018-10/msg02312.html
So we have an additional ACATS failure (ce2104c) in 8.2.1 over the previous
releases? Feel free to open a PR about it if you have a couple of minutes.
Thanks for testing the Ada compiler!
About the Ada compiler: it doesn't build on i686-w64-mingw32. It is
the reason why MSYS2 is stuck with 7.3 for 32 bits.

Rainer: testing the 32 bits builds would be very useful. On MinGW there
are enough differences among 32 bits vs 64 bits to consider them two
different beasts.

Thank you for your reports so far.
Eric Botcazou
2018-10-18 15:40:04 UTC
Permalink
Post by Óscar Fuentes
About the Ada compiler: it doesn't build on i686-w64-mingw32. It is
the reason why MSYS2 is stuck with 7.3 for 32 bits.
Why doesn't it build? Because of PR ada/81878?
--
Eric Botcazou
Tamar Christina
2018-10-18 17:33:58 UTC
Permalink
-----Original Message-----
Botcazou
Sent: Thursday, October 18, 2018 16:40
Subject: Re: testsuite result updates for x86_64-w64-mingw32
Post by Óscar Fuentes
About the Ada compiler: it doesn't build on i686-w64-mingw32. It is
the reason why MSYS2 is stuck with 7.3 for 32 bits.
Why doesn't it build? Because of PR ada/81878?
I think so, but not sure, it currently ICEs. But in order to get it to compile at all the MINGW-Packages revert the
81878 patch, this seems work for the 64 bit build but ICEs the 32 bit one. So I hadn't looked into it because I
think it may very well be an issue due to the revert.

Regards,
Tamar
--
Eric Botcazou
Óscar Fuentes
2018-10-18 19:17:00 UTC
Permalink
Post by Eric Botcazou
Post by Óscar Fuentes
About the Ada compiler: it doesn't build on i686-w64-mingw32. It is
the reason why MSYS2 is stuck with 7.3 for 32 bits.
Why doesn't it build? Because of PR ada/81878?
xgcc crashes.

https://github.com/Alexpux/MINGW-packages/issues/4125#issuecomment-425741895

This is all I know, sorry.
Óscar Fuentes
2018-10-18 19:40:12 UTC
Permalink
Post by Eric Botcazou
Post by Óscar Fuentes
About the Ada compiler: it doesn't build on i686-w64-mingw32. It is
the reason why MSYS2 is stuck with 7.3 for 32 bits.
Why doesn't it build? Because of PR ada/81878?
More specifically:

xgcc.exe: internal compiler error: Aborted signal terminated program gnat1

If you are interested on analyzing this problem, ask and I'll try to
help as far as my time permits.

Loading...