Problem compiling on Win64 using GCC

Compiling the sample big.cpp
Using either:
g++ -o big.exe -ID:\programming\ttmath-0.9.3 big.cpp
or:
gcc -o big.exe -ID:\programming\ttmath-0.9.3 big.cpp
Results in this monster of a response (Warnings & Assembler error):
https://pastebin.com/SQpfWbjp
gcc -v & g++ -v return:
https://pastebin.com/BA8x3MiK

Is this a known problem? Do I have to use another compiler?

Added by: ~Adrian, 2020 III 26

Make sure you are using 0.9.4 (2019.07.31) version. A similar bug was fixed there.