[Bug fortran/113892] Missing temporary in assignment for array-valued function referencing host-associated array

2024-02-17 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113892

anlauf at gcc dot gnu.org changed:

   What|Removed |Added

   Last reconfirmed||2024-02-17
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from anlauf at gcc dot gnu.org ---
Note that in F2023 we could use the new attribute SIMPLE to control
which optimizations could be done in an assignment.  Here the referenced
functions are only PURE.

[Bug fortran/113892] Missing temporary in assignment for array-valued function referencing host-associated array

2024-02-17 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113892

anlauf at gcc dot gnu.org changed:

   What|Removed |Added

 CC||comptes at ugo235 dot fr

--- Comment #1 from anlauf at gcc dot gnu.org ---
*** Bug 113975 has been marked as a duplicate of this bug. ***