From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12840 invoked by alias); 27 Jan 2015 11:13:28 -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 12349 invoked by uid 48); 27 Jan 2015 11:13:18 -0000 From: "redi at gcc dot gnu.org" 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:13: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: redi at gcc dot gnu.org 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/msg03049.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64368 --- Comment #22 from Jonathan Wakely --- (In reply to howarth from comment #20) > On x86_64-apple-darwin14, the failures are now reduced to... > > FAIL: 22_locale/conversions/string/2.cc execution test PR 64797 > 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) PR 64813 > FAIL: 30_threads/shared_lock/cons/1.cc (test for excess errors) > FAIL: 30_threads/shared_lock/cons/2.cc (test for excess errors) > FAIL: 30_threads/shared_lock/cons/3.cc (test for excess errors) > FAIL: 30_threads/shared_lock/cons/4.cc (test for excess errors) > FAIL: 30_threads/shared_lock/locking/1.cc (test for excess errors) > FAIL: 30_threads/shared_lock/locking/2.cc (test for excess errors) > FAIL: 30_threads/shared_lock/modifiers/1.cc (test for excess errors) > FAIL: 30_threads/shared_lock/modifiers/2.cc (test for excess errors) > FAIL: 30_threads/shared_lock/requirements/explicit_instantiation.cc (test > for excess errors) > FAIL: 30_threads/shared_lock/requirements/typedefs.cc (test for excess > errors) > FAIL: 30_threads/shared_timed_mutex/cons/1.cc (test for excess errors) > FAIL: 30_threads/shared_timed_mutex/requirements/standard_layout.cc (test > for excess errors) > FAIL: 30_threads/shared_timed_mutex/try_lock/1.cc (test for excess errors) > FAIL: 30_threads/shared_timed_mutex/try_lock/2.cc (test for excess errors) Fixed by r220161 > FAIL: experimental/feat-cxx14.cc (test for excess errors) Maybe also fixed by r220161 --- Comment #23 from Jonathan Wakely --- Author: redi Date: Tue Jan 27 11:12:04 2015 New Revision: 220161 URL: https://gcc.gnu.org/viewcvs?rev=220161&root=gcc&view=rev Log: PR libstdc++/64368 * include/std/shared_mutex (shared_timed_mutex::try_lock_for, shared_timed_mutex::try_lock_until): Only define when POSIX thread timeouts option is supported. (shared_timed_mutex::try_shared_lock_for, shared_timed_mutex::try_shared_lock_until): Likewise. Modified: trunk/libstdc++-v3/ChangeLog trunk/libstdc++-v3/include/std/shared_mutex