From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25692 invoked by alias); 30 Jul 2007 08:42:43 -0000 Received: (qmail 25675 invoked by uid 22791); 30 Jul 2007 08:42:43 -0000 X-Spam-Check-By: sourceware.org Received: from zs01.physik.fu-berlin.de (HELO zs01.physik.fu-berlin.de) (160.45.35.150) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 30 Jul 2007 08:42:40 +0000 Received: from ith.physik.fu-berlin.de ([160.45.32.115] helo=[127.0.0.1]) by zs01.physik.fu-berlin.de with esmtp (Exim 4.63) (envelope-from ) id 1IFQpl-0002EY-Th; Mon, 30 Jul 2007 10:42:35 +0200 Message-ID: <46ADA47A.7070900@net-b.de> Date: Mon, 30 Jul 2007 08:58:00 -0000 From: Tobias Burnus User-Agent: Thunderbird 2.0.0.4 (X11/20070613) MIME-Version: 1.0 To: FX Coudert CC: Thomas Koenig , fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: [patch, libfortran] PR 32858 - printf()-capabilities for runtime_error References: <1185735235.3535.9.camel@meiner.onlinehome.de> <3CDA8AAE-D8B4-45B4-9691-C628045DA0D0@gmail.com> In-Reply-To: <3CDA8AAE-D8B4-45B4-9691-C628045DA0D0@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ZEDV-Virus-Scanned: No viruses found. [ClamAV 0.90.1/3819/Mon Jul 30 07:36:40 2007] X-ZEDV-Spam-Level: --- X-ZEDV-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on zs01.physik.fu-berlin.de X-ZEDV-Spam-Status: No, score=-3.5 required=5.0 tests=ALL_TRUSTED,BAYES_00,SUBJ_HAS_SPACES autolearn=ham version=3.1.7-deb X-ZEDV-Spam-Report: * 0.9 SUBJ_HAS_SPACES Subject contains lots of white space * -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP * -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.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 X-SW-Source: 2007-07/txt/msg02096.txt.bz2 FX Coudert wrote: > I daresay I'm a bit more anxious than Jerry about the portability of > the system you're introducing, and the functions you're using. Are we > garanteed that sprintf is available on all platforms? I don't know but it is used by: libcpp/macro.c, libcpp/charset.c, libgcc/config/libbid/bid128_to_string.c, libiberty/strerror.c, libobjc/archive.c. Still, it cannot harm to check MinGW ... Tobias