From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4763 invoked by alias); 21 Jan 2015 15:03:29 -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 4628 invoked by uid 48); 21 Jan 2015 15:03:14 -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: Wed, 21 Jan 2015 15:03: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: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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/msg02217.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64368 Dominique d'Humieres changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[5 Regression] Several |[5 Regression] Several |libstdc++ test failures on |libstdc++ test failures on |darwin and others after |non-linux platforms after |r218964. |r218964. --- Comment #15 from Dominique d'Humieres --- > I've just confirmed that r218964 is also the cuprit for the > (considerably smaller) set of 64-bit testsuite failures seen > on Solaris (both SPARC and x86): Some are also seen on hppa2.0w-hp-hpux11.11, see https://gcc.gnu.org/ml/gcc-testresults/2015-01/msg02304.html: 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: 23_containers/vector/ext_pointer/types/2.cc execution test 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/requirements/standard_layout.cc (test for excess errors) FAIL: experimental/feat-cxx14.cc (test for excess errors) Note that the last failures belong to another PR: they come from a later commit and I see several of them on darwin (see FX tests). I have no inclination to open a PR for them as long as the PRs I open are rotting for ever.