]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran: Fix coarray assignment when rhs is complicated.
authorAndre Vehreschild <vehre@gcc.gnu.org>
Wed, 4 Feb 2026 12:40:41 +0000 (13:40 +0100)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Thu, 26 Feb 2026 17:18:24 +0000 (09:18 -0800)
commite108c4286c66cca613f2416fe63e2e04662ffccd
tree7c108f73b1766529fc8c75637143c194cb7b53c6
parentb1f612e6303d8b5249020ff370c50105704f85fe
Fortran: Fix coarray assignment when rhs is complicated.

PR fortran/121360

gcc/fortran/ChangeLog:

* resolve.cc: Introduce temporary holding rhs when lhs is a
coarray expresssion.
gcc/fortran/resolve.cc