https://gcc.gnu.org/g:ea3e24a01f74a4687b683ec1a4dba16d96522357
commit ea3e24a01f74a4687b683ec1a4dba16d96522357 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 080a73ed84c1..8767ca8d7ae7 100644 --- a/gcc/fortran/trans-descriptor.cc +++ b/gcc/fortran/trans-descriptor.cc @@ -1053,7 +1053,7 @@ public: }; -class scalar_value : public modify_info +class scalar_value : public init_info { private: bool initialisation;