https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99719
Bug ID: 99719 Summary: ICE during RTL pass: pro_and_epilogue on MinGW-w64 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: unlvsur at live dot com Target Milestone: --- D:\hg\fast_io\.tmp\c_file_test>g++ -o hello hello.cc -Ofast -std=c++20 -s during RTL pass: pro_and_epilogue hello.cc: In function 'int main()': hello.cc:65:1: internal compiler error: in choose_baseaddr, at config/i386/i386.c:6875 65 | } | ^ libbacktrace could not find executable to open Please submit a full bug report, with preprocessed source if appropriate. See <https://gcc-mcf.lhmouse.com/> for instructions. D:\hg\fast_io\.tmp\c_file_test>g++ -o hello hello.cc -Ofast -std=c++20 -s -march=native -flto