From patchwork Mon Apr 27 22:33:15 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Evans X-Patchwork-Id: 465252 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id B1B131400B7 for ; Tue, 28 Apr 2015 08:33:43 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass reason="1024-bit key; unprotected key" header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=MGUXPg59; dkim-adsp=none (unprotected policy); dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type; q=dns; s= default; b=GJgQlZoN9QzW+HuCrQOpmkFBOVNI/py5ugA9yeRqhqsVTO41FLs9n 1HF+5S0LHkIoCjjC1Zm2D7t7z6nxFlNemn1vGK4r2Ppv0okZWX2/6IQHaFk+KFjt +c5ZnFGB23wgfl3I2YYJFI4QLRVO5EIrRvzdfywGckeBD96JHe9nwQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type; s= default; bh=8zUBB1fS9bmh7oR+j3dzD9vgsfM=; b=MGUXPg59pvM6xsUAkMoS I1phWyp6JLmBWNC4aI5uIOC7EfX4cCKZ+IGRxg9pXZ91zFuvmN9OJotjSL3JjgkW qGZ5PQsuuRhLWe5Luv8TJYQUrHaX7toP4WNiZICNBMct+Pr+KhBuqe+TFhEj434H 7C9Kye320MDe/z6XujbWmVE= Received: (qmail 82805 invoked by alias); 27 Apr 2015 22:33:25 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 82775 invoked by uid 89); 27 Apr 2015 22:33:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-ob0-f201.google.com Received: from mail-ob0-f201.google.com (HELO mail-ob0-f201.google.com) (209.85.214.201) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 27 Apr 2015 22:33:18 +0000 Received: by obcwm4 with SMTP id wm4so7813734obc.0 for ; Mon, 27 Apr 2015 15:33:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-type; bh=MxLa1LDDYPaGS4bARB3KniWqi+JteyvJIsLZLtx+D0I=; b=ZB0G6LikmXqOIB6EjvZErtv9hTQYoEuiwPNVHXd6isbx2YMGHRA/S+PxDE/E1JV2sw Eg74hwCMw8UG9ZPKVNSCOZFxXXqt8vQCAAbZ3LEvjqkfvUA2/UTf2kvWRptbFa36mwZR AtSr93QqMSVWIr5YXAj/jiErurRv+1Uc7qVcD6vXUXevE4GdIttjlV/MQA96Ji3RLaWb v9dzjbPuJkWp1plxWkEbItqFAZW5ikLTeDDTHq3wD81zGh+IYjkXKCnE/R8JyWUzRsVY P/d+xVIhtSj4k3LJ6O3GogguQ2TyzefB3nE2IJA+uFoFBB1H0zFG2d/7AQehafEoiBqE yiUQ== X-Gm-Message-State: ALoCoQlinMKpCR432lG+AHL+jHcLkFgxU1gsES0NPh57Em5H7WbFa5xdmqGj+LWwA2/sjpl8t1k9 X-Received: by 10.182.248.195 with SMTP id yo3mr23961580obc.34.1430173996298; Mon, 27 Apr 2015 15:33:16 -0700 (PDT) Received: from corpmail-nozzle1-1.hot.corp.google.com ([100.108.1.104]) by gmr-mx.google.com with ESMTPS id v17si1179995yhc.0.2015.04.27.15.33.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Apr 2015 15:33:16 -0700 (PDT) Received: from ruffy.mtv.corp.google.com ([172.17.128.44]) by corpmail-nozzle1-1.hot.corp.google.com with ESMTPS id AfGJCiCE.1; Mon, 27 Apr 2015 15:33:16 -0700 From: Doug Evans To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: [PATCH] libstdc++: Fix list.cc xmethods test. Date: Mon, 27 Apr 2015 15:33:15 -0700 Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Hi. While we should eventually get the xmethods to handle cxx11, this patch fixes the current failure. The xmethod matcher doesn't currently handle __cxx11 in the type name. Adding cxx11 support can be a follow up patch. Ok to commit? 2015-04-27 Doug Evans * testsuite/libstdc++-xmethods/list.cc (_GLIBCXX_USE_CXX11_ABI): Define to zero. Index: testsuite/libstdc++-xmethods/list.cc =================================================================== --- testsuite/libstdc++-xmethods/list.cc (revision 222477) +++ testsuite/libstdc++-xmethods/list.cc (working copy) @@ -18,6 +18,9 @@ // with this library; see the file COPYING3. If not see // . +// List xmethods only recognize the non cxx11 std::list for now. +#define _GLIBCXX_USE_CXX11_ABI 0 + #include int