This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch, libgfortran] Bug 78549 - [7/8 Regression] Very slow formatted internal file output
- From: Jerry DeLisle <jvdelisle at charter dot net>
- To: fortran at gcc dot gnu dot org
- Date: Sun, 19 Nov 2017 19:28:52 -0800
- Subject: Re: [patch, libgfortran] Bug 78549 - [7/8 Regression] Very slow formatted internal file output
- Authentication-results: sourceware.org; auth=none
- References: <d47fd3f5-3cbd-772f-0be2-7ad2e696f34d@charter.net>
Correction
On 11/19/2017 02:56 PM, Jerry DeLisle wrote:
--- snio ---
> IO operations on strings complete with st_read_done or st_write_done of the
> parent IO procedure. To fix the problem, I simply declared newunit_alloc <---
> accessible to transfer.c and invoked it.
>
newunit_free not newunit_alloc.
Jerry