From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20441 invoked by alias); 2 Feb 2015 18:14:48 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 20409 invoked by uid 89); 2 Feb 2015 18:14:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-la0-f53.google.com Received: from mail-la0-f53.google.com (HELO mail-la0-f53.google.com) (209.85.215.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 02 Feb 2015 18:14:47 +0000 Received: by mail-la0-f53.google.com with SMTP id gq15so43722722lab.12; Mon, 02 Feb 2015 10:14:43 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.152.88.44 with SMTP id bd12mr20674174lab.86.1422900883714; Mon, 02 Feb 2015 10:14:43 -0800 (PST) Received: by 10.112.56.207 with HTTP; Mon, 2 Feb 2015 10:14:43 -0800 (PST) In-Reply-To: <54CFBBD5.4080205@arm.com> References: <54CF9C84.4020706@arm.com> <54CFA31F.9020601@oracle.com> <54CFBBD5.4080205@arm.com> Date: Mon, 02 Feb 2015 18:14:00 -0000 Message-ID: Subject: Re: [PATCH][libstdc++][Testsuite] isctype test fails for newlib. From: Jonathan Wakely To: Matthew Wahab Cc: Paolo Carlini , gcc-patches , "libstdc++" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-02/txt/msg00076.txt.bz2 On 2 February 2015 at 18:03, Matthew Wahab wrote: > Updated patch attached and changelog below. Looks good, OK for trunk - thanks for fixing it.