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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> ---
FIXED (GCC 12)

Now reports:

    7 |   call foo(x)    ! WRONG foo's is assumed-rank/needs an array
descriptor
      |           1
Error: Assumed-type actual argument at (1) corresponding to assumed-rank dummy
argument ‘y’ must be assumed-shape or assumed-rank

(But I think that was fixed not by this patch but by Sandra's patch a few
commits earlier.)

Reply via email to