It's easy to reproduce on x86 as well.As a testcase: #include <cstdio> int main(int argc, char** argv) { return 0; } And just compile with: g++ -O1 hello.cpp -static -o hello.exe.
thanks, I will take a look. Best Thomas
Thomas Neumann via Gcc-patches Mon, 21 Nov 2022 03:53:13 -0800
It's easy to reproduce on x86 as well.As a testcase: #include <cstdio> int main(int argc, char** argv) { return 0; } And just compile with: g++ -O1 hello.cpp -static -o hello.exe.
thanks, I will take a look. Best Thomas