From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22277 invoked by alias); 17 Mar 2005 21:46:43 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22236 invoked from network); 17 Mar 2005 21:46:39 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 17 Mar 2005 21:46:39 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j2HLkWVU005245; Thu, 17 Mar 2005 16:46:32 -0500 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j2HLkWY27358; Thu, 17 Mar 2005 16:46:32 -0500 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.toronto.redhat.com [172.16.14.9]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id j2HLkWqH014633; Thu, 17 Mar 2005 16:46:32 -0500 Received: from toenail.toronto.redhat.com (toenail.toronto.redhat.com [172.16.14.211]) by touchme.toronto.redhat.com (Postfix) with ESMTP id DAD15800001; Thu, 17 Mar 2005 16:46:31 -0500 (EST) Received: from toenail.toronto.redhat.com (localhost.localdomain [127.0.0.1]) by toenail.toronto.redhat.com (8.13.1/8.12.5) with ESMTP id j2HLkVRK001294; Thu, 17 Mar 2005 16:46:31 -0500 Received: (from fche@localhost) by toenail.toronto.redhat.com (8.13.1/8.13.1/Submit) id j2HLkVSs001291; Thu, 17 Mar 2005 16:46:31 -0500 X-Authentication-Warning: toenail.toronto.redhat.com: fche set sender to fche@redhat.com using -f To: Mark Kettenis Cc: gdb-patches@sourceware.org Subject: Re: [RFC] Avoid using sprintf in the testsuite References: <200503172111.j2HLBnk9024999@elgar.sibelius.xs4all.nl> X-Hashcash: 1:20:050317:kettenis@gnu.org::/qFGbIASyEN5JTne:0000000000000000000000000000000000000000000000ppe X-Hashcash: 1:20:050317:gdb-patches@sourceware.org::dAP7H8tysK3EnL1w:000000000000000000000000000000000000p/a From: fche@redhat.com (Frank Ch. Eigler) Date: Thu, 17 Mar 2005 21:46:00 -0000 In-Reply-To: <200503172111.j2HLBnk9024999@elgar.sibelius.xs4all.nl> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-03/txt/msg00236.txt.bz2 Mark Kettenis writes: > Using sprintf in the testsuite causes problems with the upcoming > OpenBSD 3.7. The warning about its usuge printed by the linker makes > us think the compilation failed. [...] Perhaps instead gdb's testsuite should adopt gcc's warning-pruning code: see for example gcc/testsuite/lib/prune.exp. - FChE