From: Paul Thomas Date: Sat, 9 Aug 2025 15:00:10 +0000 (+0100) Subject: Fortran: Correct wrong PR numbers X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=3e3f452a9355446c5d1f02227497993bcaefc438;p=thirdparty%2Fgcc.git Fortran: Correct wrong PR numbers --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 20e4a769375..d7f90eaf6b7 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -285,7 +285,7 @@ 2025-07-11 Paul Thomas - 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 fe4b6d7bff8..cd616c44da1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -2977,7 +2977,7 @@ 2025-07-11 Paul Thomas - 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.