diff options
author | Paul Thomas <pault@gcc.gnu.org> | 2025-08-09 16:00:10 +0100 |
---|---|---|
committer | Paul Thomas <pault@gcc.gnu.org> | 2025-08-09 16:00:10 +0100 |
commit | 3e3f452a9355446c5d1f02227497993bcaefc438 (patch) | |
tree | 15dc8b2d40dec76e379008681551a353d9c949e2 /gcc/fortran | |
parent | e38a8582d5b490976e72b7dbcd388e6b81f338c0 (diff) | |
download | gcc-3e3f452a9355446c5d1f02227497993bcaefc438.zip gcc-3e3f452a9355446c5d1f02227497993bcaefc438.tar.gz gcc-3e3f452a9355446c5d1f02227497993bcaefc438.tar.bz2 |
Fortran: Correct wrong PR numbers
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 20e4a76..d7f90ea 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -285,7 +285,7 @@ 2025-07-11 Paul Thomas <pault@gcc.gnu.org> - PR fortran/106135 + PR fortran/106035 * decl.cc (build_sym): Emit an error if a symbol associated by an IMPORT, ONLY or IMPORT, all statement is being redeclared. (gfc_match_import): Parse and check the F2018 versions of the |