mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 03:47:02 -05:00
19 lines
693 B
Plaintext
19 lines
693 B
Plaintext
2026-01-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||
|
||
PR libfortran/119136
|
||
* io/io.h: Delete prototype for unused stash_internal_unit.
|
||
(check_for_recursive): Add prototype for this new function.
|
||
* io/transfer.c (data_transfer_init): Add call to new
|
||
check_for_recursive.
|
||
* io/unit.c (delete_unit): Fix comment.
|
||
(check_for_recursive): Add new function.
|
||
* runtime/error.c (translate_error): Add translation for
|
||
"Recursive I/O not allowed runtime error message.
|
||
|
||
|
||
Copyright (C) 2026 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|