gcc 8 for mingw?

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

Dann Corbit
Posts: 12537
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

gcc 8 for mingw?

Post by Dann Corbit »

Anyone know of a working gcc 8.x for mingw on Windows platforms?
I am still in the stone age with 7.3.0-2
Might be a limitation of MSYS2
Taking ideas is not a vice, it is a virtue. We have another word for this. It is called learning.
But sharing ideas is an even greater virtue. We have another word for this. It is called teaching.
AndrewGrant
Posts: 1750
Joined: Tue Apr 19, 2016 6:08 am
Location: U.S.A
Full name: Andrew Grant

Re: gcc 8 for mingw?

Post by AndrewGrant »

Not what you are looking for but here is my experience with Linux ...

I've been getting slower binaries with gcc5, gcc6, and gcc7, both PGO and non-PGO compare to gcc4.8

gcc8 is the first to produce an actual speedup over gcc4.8. Additionally, one of my machines builds
a 10% faster binary using the PGO. The other a 5% slower one. YMMV.
#WeAreAllDraude #JusticeForDraude #RememberDraude #LeptirBigUltra
"Those who can't do, clone instead" - Eduard ( A real life friend, not this forum's Eduard )
User avatar
hgm
Posts: 27788
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: gcc 8 for mingw?

Post by hgm »

Ummm... I am still using gcc 3.4.4 under Cygwin.
David Carteau
Posts: 121
Joined: Sat May 24, 2014 9:09 am
Location: France
Full name: David Carteau

Re: gcc 8 for mingw?

Post by David Carteau »

Hello Dann, mingw64 8.1 is out since a few days :
https://sourceforge.net/projects/mingw- ... posix/seh/

Unfortunately, as far as Orion is concerned, I didn’t notice any speed improvement over 7.3...!