On Wed May 24 17:50:18 2023 +0000, Zebediah Figura wrote:
With what gcc version and compiler flags does this appear?
``` gcc-9 (Ubuntu 9.4.0-1ubuntu1~18.04) 9.4.0 x86_64-w64-mingw32-gcc (GCC) 9.3-win32 20200422 ```
``` export CFLAGS_X32="-march=i686 -msse2 -mfpmath=sse -Og -ftree-vectorize" export CFLAGS_X64="-march=x86-64 -msse3 -mfpmath=sse -Og -ftree-vectorize" export LDFLAGS="-Wl,-O1,--sort-common,--as-needed" ```