commit | 14ca0646962f291d1b13497b35061020a97305b4 | [log] [tgz] |
---|---|---|
author | Mikael Morin <morin-mikael@orange.fr> | Tue Aug 05 14:58:03 2025 +0200 |
committer | Mikael Morin <mikael@gcc.gnu.org> | Tue Aug 05 22:35:07 2025 +0200 |
tree | cdab8b0aa64dc006eb77f64ba2aaa9bbb9186c76 | |
parent | 0634bd56978478c567a29841b6f99ac7050764e6 [diff] |
fortran: Remove overwrite of polymorphic associate variable offset The array descriptor returned by gfc_conv_expr_descriptor should be usable as is. No need to overwrite the offset. gcc/fortran/ChangeLog: * trans-stmt.cc (trans_associate_var): Remove overwrite of the polymorphic associate variable's array descriptor offset.