]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fortran: Correct wrong PR numbers
authorPaul Thomas <pault@gcc.gnu.org>
Sat, 9 Aug 2025 15:00:10 +0000 (16:00 +0100)
committerPaul Thomas <pault@gcc.gnu.org>
Sat, 9 Aug 2025 15:00:10 +0000 (16:00 +0100)
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 20e4a769375e265487ea4bce081a6d7f89630e1b..d7f90eaf6b7311d154af8381047d15d6c544bbde 100644 (file)
 
 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
index fe4b6d7bff8ffb9c5c43faaa73203b41874e7c6e..cd616c44da1a06886c9198980542c40f6c93e22a 100644 (file)
 
 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.