[Bug c++/91876] Segmentation fault when comparing std::system_error::code() and std::errc::invalid_argument

2019-09-24 Thread lachiepoop at naver dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91876 --- Comment #2 from Young --- (In reply to Jonathan Wakely from comment #1) > The gdb backtrace shows your program is linked to the wrong libstdc++.so > that comes from the gcc-4.4.7 system compiler, not the one from gcc-7.2.1 > that you compiled

[Bug c++/91876] New: Segmentation fault when comparing std::system_error::code() and std::errc::invalid_argument

2019-09-23 Thread lachiepoop at naver dot com
: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: lachiepoop at naver dot com Target Milestone: --- I needed to check the error code of std::system_error doing my project. But when I did