From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59191 invoked by alias); 1 Jun 2015 12:19:14 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 59012 invoked by uid 48); 1 Jun 2015 12:19:08 -0000 From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/66262] [REGRESSION] testsuite failure with libstdc++ (gcc-5) and g++-4.9 together Date: Mon, 01 Jun 2015 12:19:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 5.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-06/txt/msg00034.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66262 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE |--- --- Comment #13 from Jonathan Wakely --- Apparently the error is: /casablanca/Release/tests/functional/streams/fstreambuf_tests.cpp:148: error: Failure in OpenForReadDoesntCreateFile1: CHECK_EQUAL(static_cast(std::errc::no_such_file_or_directory), _condFound.value()) where static_cast(std::errc::no_such_file_or_directory)=2 and _condFound.value()=0 Which should not depend on the ABI.