[Bug fortran/69910] ICE with NEWUNIT in module
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69910 --- Comment #2 from Jerry DeLisle --- Test case: module newunit_bug implicit none contains subroutine open_file_safe(fname, fstatus, faction, fposition, funit) character(*), intent(in) :: fname, fstatus, faction, fposition integer
[Bug fortran/69910] ICE with NEWUNIT in module
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69910 Jerry DeLisle changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot gnu.org ---