From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29223 invoked by alias); 27 Jan 2015 11:05:32 -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 29140 invoked by uid 48); 27 Jan 2015 11:05:26 -0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/64368] [5 Regression] Several libstdc++ test failures on non-linux platforms after r218964. Date: Tue, 27 Jan 2015 11:05:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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-01/txt/msg03046.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64368 --- Comment #21 from Dominique d'Humieres --- > On x86_64-apple-darwin14, the failures are now reduced to... > FAIL: 22_locale/conversions/string/2.cc execution test > FAIL: 23_containers/unordered_map/requirements/explicit_instantiation/2.cc > (test for excess errors) > FAIL: 23_containers/unordered_map/requirements/explicit_instantiation/4.cc > (test for excess errors) > FAIL: 30_threads/shared_lock/cons/1.cc (test for excess errors) > ... Confirmed, thanks for the fix. The first failure is covered by pr64797, the 23_containers/* failures are covered by pr64813, and I'll open a new PR for the remaining ones ASAP. I am waiting for feedback from the other platforms before closing the PR as FIXED.