This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, fortran/libgfortran] Fix PR22390 (FLUSH statement)


On Mon, Jul 11, 2005 at 12:39:47AM +0300, Janne Blomqvist wrote:
> Hello,
> 
> attached patch implements the F2003 FLUSH statement. In addition to
> the patch, there is also a new file libgfortran/io/file_pos.c that
> combines the functionality of the file positioning statements
> previously implemented as well as the new flush. Also, a simple
> testcase that checks that compiling succeeds is attached.
> 

Janne,

Can you create a new patch?  I tried to apply the flush.patch
to my tree and get

|Index: gcc/fortran/trans-io.c
|===================================================================
|RCS file: /cvsroot/gcc/gcc/gcc/fortran/trans-io.c,v
|retrieving revision 1.38
|diff -u -p -r1.38 trans-io.c
|--- gcc/fortran/trans-io.c     7 Jul 2005 07:54:43 -0000       1.38
|+++ gcc/fortran/trans-io.c     10 Jul 2005 21:06:20 -0000
--------------------------
Patching file gcc/fortran/trans-io.c using Plan A...
Hunk #1 succeeded at 125.
Hunk #2 succeeded at 298.
patch: **** malformed patch at line 233: Index: gcc/fortran/trans-stmt.h

-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]