public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/59419] New: [4.9 Regression] Failing OPEN with FILE='xxx' and IOSTAT creates the file 'xxx' after revision 196783
@ 2013-12-07 20:06 dominiq at lps dot ens.fr
  2013-12-07 20:32 ` [Bug libfortran/59419] " burnus at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-12-07 20:06 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59419

            Bug ID: 59419
           Summary: [4.9 Regression] Failing OPEN with FILE='xxx' and
                    IOSTAT creates the file 'xxx' after revision 196783
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libfortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dominiq at lps dot ens.fr
                CC: jb at gcc dot gnu.org, tilo@tilo-schwarz.de

While the test 

open(unit=-10, file='xxx')
end

gives an error at run time without creating the file 'xxx'. The test

integer :: i
open(unit=-10, file='xxx', iostat=i)
print *, i
end

prints 5002 at run time and create an empty file 'xxx'. This does not happens
with r196783, but does with r196819.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-01-11 21:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-07 20:06 [Bug libfortran/59419] New: [4.9 Regression] Failing OPEN with FILE='xxx' and IOSTAT creates the file 'xxx' after revision 196783 dominiq at lps dot ens.fr
2013-12-07 20:32 ` [Bug libfortran/59419] " burnus at gcc dot gnu.org
2013-12-07 21:56 ` burnus at gcc dot gnu.org
2013-12-08  1:37 ` jvdelisle at gcc dot gnu.org
2013-12-13 10:15 ` jb at gcc dot gnu.org
2013-12-15 22:19 ` jvdelisle at gcc dot gnu.org
2013-12-17  3:06 ` jvdelisle at gcc dot gnu.org
2013-12-19 15:38 ` rguenth at gcc dot gnu.org
2013-12-21 11:58 ` dominiq at lps dot ens.fr
2014-01-11 21:16 ` jvdelisle at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).