https://gcc.gnu.org/g:801fb3d1420c1a076f8421cc106c40b04c032501
commit 801fb3d1420c1a076f8421cc106c40b04c032501 Author: Mikael Morin <mik...@gcc.gnu.org> Date: Sat Mar 15 20:01:05 2025 +0100 Correction régression allocatable_lenth_2.f90 Diff: --- gcc/fortran/trans-descriptor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fortran/trans-descriptor.cc b/gcc/fortran/trans-descriptor.cc index b72aff0d48e2..2b81e231a3a8 100644 --- a/gcc/fortran/trans-descriptor.cc +++ b/gcc/fortran/trans-descriptor.cc @@ -1066,7 +1066,7 @@ public: }; -class scalar_value : public modify_info +class scalar_value : public init_info { private: bool initialisation;