https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119502
Jerry DeLisle changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119502
--- Comment #7 from GCC Commits ---
The master branch has been updated by Jerry DeLisle :
https://gcc.gnu.org/g:ee6173800ed1f9b653a85019ad2fa8e6d883823a
commit r15-9415-gee6173800ed1f9b653a85019ad2fa8e6d883823a
Author: Jerry DeLisle
Date: S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119502
--- Comment #6 from Jerry DeLisle ---
Interestingly PR 48618 has a slightly different interpretation of the standard.
I will be checking the 2023 to see.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119502
--- Comment #4 from anlauf at gcc dot gnu.org ---
(In reply to Jerry DeLisle from comment #3)
> I am curious what other compilers do with this.
>
> program foo
> integer :: iun = -1
> open (iun)
> write(iun,*) "This is a test."
> close (
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119502
--- Comment #5 from anlauf at gcc dot gnu.org ---
(In reply to anlauf from comment #4)
> Intel:
>
> This is a test.
Forgot to say: this goes to stdout, not to file.
There is no fort.-1 or the like.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119502
Jerry DeLisle changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119502
Jerry DeLisle changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot
gnu.org
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119502
Jerry DeLisle changed:
What|Removed |Added
CC||jvdelisle at gcc dot gnu.org
--- Commen