public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/12701] New: [gfortran] IO : open
@ 2003-10-21  7:22 jv244 at cam dot ac dot uk
  2003-10-21 15:42 ` [Bug fortran/12701] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jv244 at cam dot ac dot uk @ 2003-10-21  7:22 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [gfortran] IO : open
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk
                CC: gcc-bugs at gcc dot gnu dot org

the following should work :

   OPEN(15)
   WRITE(15,*) "Hi"
   END


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

* [Bug fortran/12701] [gfortran] IO : open
  2003-10-21  7:22 [Bug fortran/12701] New: [gfortran] IO : open jv244 at cam dot ac dot uk
@ 2003-10-21 15:42 ` pinskia at gcc dot gnu dot org
  2003-10-24  6:34 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-21 15:42 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |tree-ssa


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

* [Bug fortran/12701] [gfortran] IO : open
  2003-10-21  7:22 [Bug fortran/12701] New: [gfortran] IO : open jv244 at cam dot ac dot uk
  2003-10-21 15:42 ` [Bug fortran/12701] " pinskia at gcc dot gnu dot org
@ 2003-10-24  6:34 ` pinskia at gcc dot gnu dot org
  2003-10-24 16:06 ` toon at moene dot indiv dot nluug dot nl
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-24  6:34 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-24 06:31 -------
This is what I get (I do not know fortran that much)
At line 3 of file pr12701.f90
Fortran runtime error: FILE parameter required in OPEN statement


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

* [Bug fortran/12701] [gfortran] IO : open
  2003-10-21  7:22 [Bug fortran/12701] New: [gfortran] IO : open jv244 at cam dot ac dot uk
  2003-10-21 15:42 ` [Bug fortran/12701] " pinskia at gcc dot gnu dot org
  2003-10-24  6:34 ` pinskia at gcc dot gnu dot org
@ 2003-10-24 16:06 ` toon at moene dot indiv dot nluug dot nl
  2003-10-29  6:50 ` cvs-commit at gcc dot gnu dot org
  2003-10-29  6:57 ` toon at moene dot indiv dot nluug dot nl
  4 siblings, 0 replies; 6+ messages in thread
From: toon at moene dot indiv dot nluug dot nl @ 2003-10-24 16:06 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


toon at moene dot indiv dot nluug dot nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |toon at moene dot indiv dot
                   |dot org                     |nluug dot nl
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-10-24 15:54:01
               date|                            |


------- Additional Comments From toon at moene dot indiv dot nluug dot nl  2003-10-24 15:54 -------
Yep, a bug - reproduced on powerpc-unknown-linux-gnu.

Toon Moene


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

* [Bug fortran/12701] [gfortran] IO : open
  2003-10-21  7:22 [Bug fortran/12701] New: [gfortran] IO : open jv244 at cam dot ac dot uk
                   ` (2 preceding siblings ...)
  2003-10-24 16:06 ` toon at moene dot indiv dot nluug dot nl
@ 2003-10-29  6:50 ` cvs-commit at gcc dot gnu dot org
  2003-10-29  6:57 ` toon at moene dot indiv dot nluug dot nl
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-10-29  6:50 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-10-29 06:48 -------
Subject: Bug 12701

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	tree-ssa-20020619-branch
Changes by:	toon@gcc.gnu.org	2003-10-29 06:47:58

Modified files:
	libgfortran    : ChangeLog 
	libgfortran/io : open.c 

Log message:
	2003-10-29  Toon Moene  <toon@moene.indiv.nluug.nl>
	
	PR fortran/12701
	* open.c (new_unit): Open without a file name opens
	a file with name fort.<unit>.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.16&r2=1.1.2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/open.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.3&r2=1.1.2.4


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

* [Bug fortran/12701] [gfortran] IO : open
  2003-10-21  7:22 [Bug fortran/12701] New: [gfortran] IO : open jv244 at cam dot ac dot uk
                   ` (3 preceding siblings ...)
  2003-10-29  6:50 ` cvs-commit at gcc dot gnu dot org
@ 2003-10-29  6:57 ` toon at moene dot indiv dot nluug dot nl
  4 siblings, 0 replies; 6+ messages in thread
From: toon at moene dot indiv dot nluug dot nl @ 2003-10-29  6:57 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


toon at moene dot indiv dot nluug dot nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From toon at moene dot indiv dot nluug dot nl  2003-10-29 06:50 -------
Fixed.


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

end of thread, other threads:[~2003-10-29  6:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-21  7:22 [Bug fortran/12701] New: [gfortran] IO : open jv244 at cam dot ac dot uk
2003-10-21 15:42 ` [Bug fortran/12701] " pinskia at gcc dot gnu dot org
2003-10-24  6:34 ` pinskia at gcc dot gnu dot org
2003-10-24 16:06 ` toon at moene dot indiv dot nluug dot nl
2003-10-29  6:50 ` cvs-commit at gcc dot gnu dot org
2003-10-29  6:57 ` toon at moene dot indiv dot nluug dot nl

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).