From patchwork Sat Jan 17 00:14:10 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 430074 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 1A1621401DA for ; Sat, 17 Jan 2015 11:14:24 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:references:mime-version:content-type :in-reply-to; q=dns; s=default; b=pgda6Ge5qXWR/x3LX8a1Ru6eFiRsqh b/IJD7uRsaFGeNvgTbyCs7srtxgtS9xdPFrm3A0/2WFRyrgrBLb11sMKt0A0DZnw raiNoURRUQBiZtkjgWiJnYns5z7mLChzvpoQR0U/f3ojWa8o/uf/OgTy40vnU1rY nUFuL6NuRHRk4= 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:date :from:to:subject:message-id:references:mime-version:content-type :in-reply-to; s=default; bh=iof+B/yDzTJFGxxjdfoiuDEW8xE=; b=SSDg JXvhu9K36JnKVIKDjyri4pCqefG7SKnGObuOsUNADFddfnTgsOx6LpfxexKucynm +coWUM/JJTFLPaQOUmfq/9x1l3Qk+qpWjoNhOu0iOXEf5ICM/mksiCW01qkEJhp2 EDZ/RFP6PHHrfkzD4Vu85k7G8+Gy0a8MFZz1XMw= Received: (qmail 14984 invoked by alias); 17 Jan 2015 00:14:16 -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 14957 invoked by uid 89); 17 Jan 2015 00:14:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL, BAYES_00, SPF_HELO_PASS, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 17 Jan 2015 00:14:13 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0H0EBwY027792 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 16 Jan 2015 19:14:11 -0500 Received: from localhost (ovpn-116-25.ams2.redhat.com [10.36.116.25]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t0H0EAnn010730; Fri, 16 Jan 2015 19:14:10 -0500 Date: Sat, 17 Jan 2015 00:14:10 +0000 From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: [patch] Add and last pieces of C++11 std::lib Message-ID: <20150117001410.GM3360@redhat.com> References: <20150116233830.GJ3360@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20150116233830.GJ3360@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) On 16/01/15 23:38 +0000, Jonathan Wakely wrote: >This defines the C++11 header and adds the wstring_convert >and wbuffer_convert utilities. > >These need lots more tests, so if anyone understands how to use them >please test them and report problems to Bugzilla. > >Tested x86_64-linux, committed to trunk. Here's a tiny tweak to some of the new tests, committed to trunk. commit 7da829b76fec8438f677b9b2914e77c0bad32a2d Author: redi Date: Sat Jan 17 00:12:50 2015 +0000 * testsuite/22_locale/codecvt/codecvt_utf8/requirements/1.cc: Remove unused header. * testsuite/22_locale/codecvt/codecvt_utf16/requirements/1.cc: Likewise. * testsuite/22_locale/codecvt/codecvt_utf8_utf16/requirements/1.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219781 138bc75d-0d04-0410-961f-82ee72b054a4 diff --git a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/requirements/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/requirements/1.cc index 38bb393..457c65c 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/requirements/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/requirements/1.cc @@ -21,7 +21,6 @@ #include #include -#include template using codecvt = std::codecvt; diff --git a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/requirements/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/requirements/1.cc index 6bc2418..3629cfb 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/requirements/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/requirements/1.cc @@ -21,7 +21,6 @@ #include #include -#include template using codecvt = std::codecvt; diff --git a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/requirements/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/requirements/1.cc index 5e5f8dd..d73a856 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/requirements/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/requirements/1.cc @@ -21,7 +21,6 @@ #include #include -#include template using codecvt = std::codecvt;