Skip to content

Commit 3e3f452

Browse files
author
Paul Thomas
committed
Fortran: Correct wrong PR numbers
1 parent e38a858 commit 3e3f452

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gcc/fortran/ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285

286286
2025-07-11 Paul Thomas <[email protected]>
287287

288-
PR fortran/106135
288+
PR fortran/106035
289289
* decl.cc (build_sym): Emit an error if a symbol associated by
290290
an IMPORT, ONLY or IMPORT, all statement is being redeclared.
291291
(gfc_match_import): Parse and check the F2018 versions of the

gcc/testsuite/ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2977,7 +2977,7 @@
29772977

29782978
2025-07-11 Paul Thomas <[email protected]>
29792979

2980-
PR fortran/106135
2980+
PR fortran/106035
29812981
* gfortran.dg/import3.f90: Use -std=f2008 and comment on change
29822982
in error message texts with f2018.
29832983
* gfortran.dg/import12.f90: New test.

0 commit comments

Comments
 (0)