From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23073 invoked by alias); 29 Jul 2007 20:08:25 -0000 Received: (qmail 23027 invoked by uid 22791); 29 Jul 2007 20:08:23 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.171) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 29 Jul 2007 20:08:20 +0000 Received: by ug-out-1314.google.com with SMTP id m2so1080602ugc for ; Sun, 29 Jul 2007 13:08:17 -0700 (PDT) Received: by 10.67.22.14 with SMTP id z14mr4683636ugi.1185739697521; Sun, 29 Jul 2007 13:08:17 -0700 (PDT) Received: from ?144.82.208.57? ( [144.82.208.57]) by mx.google.com with ESMTPS id i3sm2029472nfh.2007.07.29.13.08.16 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Jul 2007 13:08:16 -0700 (PDT) In-Reply-To: <1185735235.3535.9.camel@meiner.onlinehome.de> References: <1185735235.3535.9.camel@meiner.onlinehome.de> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <3CDA8AAE-D8B4-45B4-9691-C628045DA0D0@gmail.com> Cc: fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org Content-Transfer-Encoding: 7bit From: FX Coudert Subject: Re: [patch, libfortran] PR 32858 - printf()-capabilities for runtime_error Date: Sun, 29 Jul 2007 20:37:00 -0000 To: Thomas Koenig X-Mailer: Apple Mail (2.752.3) 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/msg02079.txt.bz2 Hi Thomas, 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? What about the use of __builtint_vsprintf, how is it resolved when no vsprintf() function is actually present in libc? I don't have time to look fully into that patch right now, but if you could just make sure about this before committing, I'd appreciate it. I'll try to do a bootstrap on mingw32, in any case, to see if that succeeds; I won't be able to report results from this bootstrap before monday evening at least. Sorry for being picky and not so helpful... FX