stefson

Results 140 comments of stefson

ah, got it! :D I can offer you a log of failed compile with gcc-11.3.0, which seems identically to me: [gcc-11.3.0-armv7a.log.gz](https://github.com/google/highway/files/9504768/gcc-11.3.0-armv7a.log.gz)

@malaterre the gcc folks need a preprocessed source file, not an object file. You get those by adding `-save-temps` to your compiler flags.

Not sure what file size your refere to by 100k lines, but those preprocessed sources are easily a tenfold bigger than the object files. Just xz them and see if...

hmm, I believe the armhf issue has been fixed, but the original issue was against aarch64 and that one is not yet fixed, at least if you consider the gcc...

Care to share your cflags? It seems you're using lto, but can't see anything from the log aside from `-ffat-lto-objects` being rejected.

Indeed, I'm also leaning towards a compiler bug since `convolve.cc` hasn't been touched for a very long time and the problem has popped up just recently.

This might be related to #871?

there you go: [2018-05-05_10-32-37.rpl.zip](https://github.com/Return-To-The-Roots/s25client/files/1976622/2018-05-05_10-32-37.rpl.zip)

can you please provide us with the map you're playing?

Good catch, I can confirm it - this must have been recently regressed.