<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">On Jun 13, 2015, at 1:23 PM, Rafael Espindola <<a href="mailto:rafael.espindola@gmail.com" class="">rafael.espindola@gmail.com</a>> wrote:<br class=""><div><blockquote type="cite" class=""><div class="">And on some libstdc++ those virtual functions conclude that<br class=""><br class="">------------------------<br class="">int main() {<br class=""> std::error_code foo = std::make_error_code(std::errc::no_such_file_or_directory);<br class=""> return foo == std::errc::no_such_file_or_directory;<br class="">}<br class="">-------------------------<br class=""><br class="">should exit with 0.<br class=""></div></blockquote></div><br class=""><div class="">This is GCC "RESOLVED INVALID" <a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__gcc.gnu.org_bugzilla_show-5Fbug.cgi-3Fid-3D66438&d=AwMFAg&c=8hUWFZcy2Z-Za5rBPlktOQ&r=BSqEv9KvKMW_Ob8SyngJ70KdZISM_ASROnREeq0cCxk&m=9YoCNNRv_xVbrb2NOY9M6o3LEhsFyGbJ2WDBT9MfBMM&s=3llL7pyWCKXV8faR_9YGuk17KMzQiWaD6sb9z14q7xA&e=" class="">https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66438</a></div><div class=""><br class=""></div></body></html>