[Bug target/103657] GCC can no longer catch EH on x86_64-w64-mingw32 hosted 64 bits

unlvsur at live dot com gcc-bugzilla@gcc.gnu.org
Fri Dec 10 20:09:25 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103657

--- Comment #2 from cqwrteur <unlvsur at live dot com> ---
D:\hg\fast_io\tests\0017.error>g++ -o error error.cc -Ofast -std=c++2b -s
-march=native -I../../include -lntdll -fuse-ld=lld

D:\hg\fast_io\tests\0017.error>error
errc:no_such_file_or_directory


clang++ -o error error.cc -Ofast -std=c++2b -s  -march=native -I../../include
-lntdll

D:\hg\fast_io\tests\0017.error>error



Looks like it is GNU ld linker's issue. Need to report there probably.


More information about the Gcc-bugs mailing list