From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3303 invoked by alias); 20 Mar 2005 21:28:55 -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 3256 invoked from network); 20 Mar 2005 21:28:52 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 20 Mar 2005 21:28:52 -0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j2KLSlRE007677; Sun, 20 Mar 2005 22:28:47 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.3/8.13.3) with ESMTP id j2KLSl8Y015352; Sun, 20 Mar 2005 22:28:47 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.3/8.13.3/Submit) id j2KLSgVF027349; Sun, 20 Mar 2005 22:28:43 +0100 (CET) Date: Sun, 20 Mar 2005 21:28:00 -0000 Message-Id: <200503202128.j2KLSgVF027349@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: fche@redhat.com CC: gdb-patches@sourceware.org In-reply-to: (fche@redhat.com) Subject: Re: [RFC] Avoid using sprintf in the testsuite References: <200503172111.j2HLBnk9024999@elgar.sibelius.xs4all.nl> X-SW-Source: 2005-03/txt/msg00263.txt.bz2 From: fche@redhat.com (Frank Ch. Eigler) Date: 17 Mar 2005 16:46:30 -0500 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. Better yet, I should add OpenBSD linker warning pruning to DejaGnu itself. Thanks for the suggestion. I withdraw the patch. Mark