Log in

View Full Version : Test GCC 9.1.1 vs 10.0.0 date: 2019.06.22


Jamaika
23rd June 2019, 10:16
I realize that downloading free software during the holiday period is the period of products not tested. They contain a lot of errors.
http://msystem.waw.pl/x265/mingw-gcc1000-20190622.7z
http://msystem.waw.pl/x265/mingw-gcc911-20190622.7z

Adds codecs and maybe someone will correct the mistakes after the holidays.
https://www.sendspace.com/filegroup/24agnxmxC4bQKlo6QtAXCQ
Conclusions: GCC 10.0.0 is faster to produce image codecs, but it contains errors.
guetzli_08bit.exe --quality 90 --verbose --keepmetadata --overwrite --suffix image_21447.jpg output1.jpg
Assertion failed: pos == data.size(), file jpeg_data_writer.cc, line 451

brunsli_encode.exe output1.jpg --> don't write file .brn

Test GCC 9.1.0 date: 2019.06.01
http://forum.doom9.org/showthread.php?p=1875949#post1875949
Conclusions: The files .exe are larger. This is due to the automatic change of commands when compiling libraries. It is exchanged for:
-m64 -mtune=generic -march=x86-64 -g -O2 -std=gnu99
https://www.sendspace.com/file/c23wiy