https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86468
--- Comment #14 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Andre Vehreschild <ve...@gcc.gnu.org>:

https://gcc.gnu.org/g:0636de8c5202d8fe58af42afdf24dd93d1a90abd

commit r15-3099-g0636de8c5202d8fe58af42afdf24dd93d1a90abd
Author: Andre Vehreschild <ve...@gcc.gnu.org>
Date:   Wed Aug 21 11:22:57 2024 +0200

    Remove unnecessary view_convert obsoleted by [PR86468].

    This patch removes an unnecessary view_convert in trans_associate to
    prevent hard to find runtime errors in the future.  The view_convert was
    erroneously introduced not understanding why ranks of the arrays to
    assign are different.  The ranks are fixed by PR86468 now and the
    view_convert is obsolete.

    gcc/fortran/ChangeLog:

            PR fortran/86468

            * trans-stmt.cc (trans_associate_var): Remove superfluous
            view_convert.

Reply via email to