From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 348 invoked by alias); 29 Jul 2007 08:39:13 -0000 Received: (qmail 326 invoked by uid 48); 29 Jul 2007 08:39:05 -0000 Date: Sun, 29 Jul 2007 08:39:00 -0000 Message-ID: <20070729083905.325.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/32858] printf-capabilities for runtime_error() In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tkoenig at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg02927.txt.bz2 ------- Comment #7 from tkoenig at gcc dot gnu dot org 2007-07-29 08:39 ------- I think I understand what's wrong with my patch now: The stream initialized with init_error_stream was never flushed. I think I'll go with a naked write() call, which is a) simpler b) more robust. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32858