[Bug fortran/100954] writing to a character opens unit -10

2021-06-07 Thread tacodog311 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100954 --- Comment #2 from Taco Jerkface --- Agreed. A typical user will use unit=42, when manually picking unit numbers. However the bug remains for automatic, newunit unit numbers. To reproduce: 1) Open a "newunit" file. 2) close file 3) write to

[Bug fortran/100954] writing to a character opens unit -10

2021-06-07 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100954 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---