Fix bug number reference in Changelogs

This commit is contained in:
Jerry DeLisle 2023-01-17 17:30:49 -08:00
parent 8d07b193d7
commit 04d7cc1653
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
2022-12-30 Steve Kargl <kargl@gcc.gnu.org>
PR fortran/102595
PR fortran/102331
* decl.cc (attr_decl1): Guard against NULL pointer.
* parse.cc (match_deferred_characteristics): Include BT_CLASS in check for
derived being undefined.

View file

@ -11,7 +11,7 @@
2022-12-30 Steve Kargl <kargl@gcc.gnu.org>
PR fortran/102595
PR fortran/102331
* gfortran.dg/class_result_4.f90: Update error message check.
* gfortran.dg/pr85779_3.f90: Update error message check.