]> git.ipfire.org Git - thirdparty/gcc.git/commit
fortran: Remove unused field use_offset
authorMikael Morin <mikael@gcc.gnu.org>
Tue, 5 Aug 2025 15:11:03 +0000 (17:11 +0200)
committerMikael Morin <mikael@gcc.gnu.org>
Tue, 5 Aug 2025 15:11:03 +0000 (17:11 +0200)
commitc9da74d5ad383b309195afb37b9044c1087da026
tree84c09097246fcdc2396e4c421d30d69364fbd13d
parent04effdd023ea15463a5fd1c31e00ef61469489a9
fortran: Remove unused field use_offset

The gfc_se::use_offset field is set in a few places, but is nowhere
used.  Remove it.

gcc/fortran/ChangeLog:

* trans.h (gfc_se): Remove field use_offset.
* trans-expr.cc (gfc_conv_intrinsic_to_class): Remove use_offset
initialization.
(gfc_conv_procedure_call): Likewise.
* trans-stmt.cc (trans_associate_var): Likewise.
gcc/fortran/trans-expr.cc
gcc/fortran/trans-stmt.cc
gcc/fortran/trans.h