2025-09-23 Paul Thomas <pault@gcc.gnu.org>
gcc/fortran
* ChangeLog: Correct PR number for entry on 18th Sept: 114815 to
121948.
gcc/testsuite/
* ChangeLog: Ditto.
PR fortran/105380
* gfortran.dg/pdt_49.f03: New test.
2025-09-18 Paul Thomas <pault@gcc.gnu.org>
- PR fortran/114815
+ PR fortran/121948
* decl.cc (gfc_get_pdt_instance): Copy the contents of 'tb' and
not the pointer.
* primary.cc (gfc_match_rvalue): If there is only one actual
2025-09-18 Paul Thomas <pault@gcc.gnu.org>
- PR fortran/114815
+ PR fortran/121948
* gfortran.dg/pdt_3.f03: Add missing deallocation of 'matrix'.
* gfortran.dg/pdt_17.f03: Change dg-error text.
* gfortran.dg/pdt_47.f03: New test.