https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83540

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |tkoenig at gcc dot 
gnu.org

--- Comment #5 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
(In reply to Harald Anlauf from comment #4)
> (In reply to Dominique d'Humieres from comment #3)
> > The code uses ALLOCATE without any realloc-lhs!-(
> 
> The problem shows up for any use of MATMUL as argument
> to a procedure, whether user-defined or intrinsic.
> Maybe the problem is just related to the needed temporary.

Correct, reallocation on assignment is used at the momemt
for creating the temporaries if the bounds are unknown.

Reply via email to