------- Comment #12 from burnus at gcc dot gnu dot org 2010-07-15 07:05 ------- Can you send the patch also to fortran@ and gcc-patc...@?
And can you fix the changelog by adding a line for io/transfer.c? It looks as if you only changed the indenting, but I might be wrong. The patch itself looks OK. (Though, it took me quite some time to find out why the file is preconnected to unformatted. The answer is: "If the connection is initiated other than by an OPEN statement (that is, if the file is an internal file or preconnected file) the values established are those that would be implied by an initial OPEN statement without the corresponding keywords." - and the default for OPEN's FORM= is 'UNFORMATTED'.) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44934