https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123961
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Harald Anlauf <[email protected]>: https://gcc.gnu.org/g:26e4f8ad7220f692cd8010f9cf7620d690f1b094 commit r15-10827-g26e4f8ad7220f692cd8010f9cf7620d690f1b094 Author: Harald Anlauf <[email protected]> Date: Sat Feb 7 20:23:04 2026 +0100 Fortran: fix check for class array valued constructors and functions [PR123961] PR fortran/123961 gcc/fortran/ChangeLog: * check.cc (array_check): Extend check to class array functions. * class.cc (gfc_add_class_array_ref): Fix NULL pointer dereference. gcc/testsuite/ChangeLog: * gfortran.dg/class_array_24.f90: New test. (cherry picked from commit f48b55c50d254c73da00a151c563997d04364301)
