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 | |
parent | e38a8582d5b490976e72b7dbcd388e6b81f338c0 (diff) | |
download | gcc-3e3f452a9355446c5d1f02227497993bcaefc438.zip gcc-3e3f452a9355446c5d1f02227497993bcaefc438.tar.gz gcc-3e3f452a9355446c5d1f02227497993bcaefc438.tar.bz2 |
Fortran: Correct wrong PR numbers
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fe4b6d7..cd616c4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -2977,7 +2977,7 @@ 2025-07-11 Paul Thomas <pault@gcc.gnu.org> - PR fortran/106135 + PR fortran/106035 * gfortran.dg/import3.f90: Use -std=f2008 and comment on change in error message texts with f2018. * gfortran.dg/import12.f90: New test. |