https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66262
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE |--- --- Comment #13 from Jonathan Wakely <redi at gcc dot gnu.org> --- Apparently the error is: /casablanca/Release/tests/functional/streams/fstreambuf_tests.cpp:148: error: Failure in OpenForReadDoesntCreateFile1: CHECK_EQUAL(static_cast<int>(std::errc::no_such_file_or_directory), _condFound.value()) where static_cast<int>(std::errc::no_such_file_or_directory)=2 and _condFound.value()=0 Which should not depend on the ABI.