https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115700
Paul Thomas <pault at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|anlauf at gcc dot gnu.org |pault at gcc dot gnu.org
--- Comment #10 from Paul Thomas <pault at gcc dot gnu.org> ---
Created attachment 59502
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59502&action=edit
Fix for comment 5 of this PR
Is regtesting right now.
Fortran: Fix problem with substring selectors in ASSOCIATE [PR115700]
2024-10-30 Paul Thomas <[email protected]>
gcc/fortran
PR fortran/115700
* resolve.cc (resolve_variable): The typespec of an expression,
which is not a substring, can be shared with a deferred length
associate name.
(resolve_assoc_var): Extract a substring reference with non-
constant start or end. Use it to flag up the need for array
associate name to be a pointer.
(resolve_block_construct): Change comment from past to future
tense.
gcc/testsuite/
PR fortran/115700
* gfortran.dg/associate_70.f90: New test.