From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22761 invoked by alias); 23 Feb 2005 23:17:56 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 22695 invoked by alias); 23 Feb 2005 23:17:51 -0000 Date: Thu, 24 Feb 2005 13:29:00 -0000 Message-ID: <20050223231751.22694.qmail@sourceware.org> From: "stevenj at fftw dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050223193435.20179.stevenj@fftw.org> References: <20050223193435.20179.stevenj@fftw.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libfortran/20179] cannot mix C and Fortran I/O X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg02906.txt.bz2 List-Id: ------- Additional Comments From stevenj at fftw dot org 2005-02-23 23:17 ------- Subject: Re: cannot mix C and Fortran I/O On Wed, 23 Feb 2005, Thomas dot Koenig at online dot de wrote: > Add "fflush(stdout);" at the end of cio.c, and things work > as expected. This is a workaround, but it would be nice to be able to mix C and Fortran code with I/O more seamlessly. Is putting an fflush into a few strategic places in libgfortran that expensive that it overwhelms the benefit of seamless integration with stdio? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20179