From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97719 invoked by alias); 17 Sep 2015 05:59:57 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 97709 invoked by uid 89); 17 Sep 2015 05:59:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout28.012.net.il Received: from mtaout28.012.net.il (HELO mtaout28.012.net.il) (80.179.55.184) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 17 Sep 2015 05:59:55 +0000 Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NUT002004KHC100@mtaout28.012.net.il> for gdb-patches@sourceware.org; Thu, 17 Sep 2015 08:59:35 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NUT0006U4NBNE20@mtaout28.012.net.il>; Thu, 17 Sep 2015 08:59:35 +0300 (IDT) Date: Thu, 17 Sep 2015 05:59:00 -0000 From: Eli Zaretskii Subject: Re: [patch, testsuite] check for UTF-32 target wide charset support in gdb.base/wchar.exp In-reply-to: <55FA4CB5.4010802@codesourcery.com> To: Sandra Loosemore Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <831tdx7fhh.fsf@gnu.org> References: <55FA325D.1020207@codesourcery.com> <8361397hwd.fsf@gnu.org> <55FA4CB5.4010802@codesourcery.com> X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00397.txt.bz2 > Date: Wed, 16 Sep 2015 23:16:37 -0600 > From: Sandra Loosemore > CC: > > If I'm confused and the default charset might not always be UTF-32 if > ICONV is present, how about changing the testcase to bail if it sees the > default wide charset is ISO-8859-1? That means either ICONV is not > present or GDB's default is otherwise wrongly configured. If the test makes no sense without ICONV, I think it indeed will be better to skip it.