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, libgfortran] PR25036 Reopening file with STATUS='UNKNOWN' should work


On Fri, Nov 25, 2005 at 05:10:53PM -0800, Steve Kargl wrote:
> On Fri, Nov 25, 2005 at 10:36:59PM +0200, Janne Blomqvist wrote:
> > Hello,
> > 
> > attached patch fixes PR 25036, i.e. allows reopening a file either
> > with no status specifier, or with status='unknown'.
> > 
> > The F2003 standard says that if status='unknown', which is the same as
> > if no status specifier is present, then the status is processor
> > dependent. So technically this is not a standard conformance bug, but
> > it's still a problem for some real codes, and it doesn't cost us
> > anything to allow it.
> > 
> > Thanks to Bernhard Fischer for bringing up this problem.
> > 
> > -- 
> > Janne Blomqvist
> 
> This is OK.  Do you know if this is a duplicate of PR 24945?

Ah, I missed that one. I marked 25036 as a dup of 24945, and committed
the patch to trunk & 4.1.

Scratch one more regression from g77 behaviour!

-- 
Janne Blomqvist

Attachment: pgp00000.pgp
Description: PGP signature


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