]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran: Reduce code complexity [PR77872]
authorAndre Vehreschild <vehre@gcc.gnu.org>
Mon, 3 Mar 2025 09:41:05 +0000 (10:41 +0100)
committerAndre Vehreschild <vehre@gcc.gnu.org>
Tue, 4 Mar 2025 08:38:14 +0000 (09:38 +0100)
commitef605e106c6075bfe2a5625add7185a9a3f722b1
treec9214455af56234470e6c7ab779d9f97b69d115d
parent10e4107dfcf9fe324d0902f16411a75c596dab91
Fortran: Reduce code complexity [PR77872]

PR fortran/77872

gcc/fortran/ChangeLog:

* trans-expr.cc (gfc_conv_procedure_call): Use attr instead of
doing type check and branching for BT_CLASS.
gcc/fortran/trans-expr.cc